/[smeserver]/rpms/e-smith-samba/sme10/e-smith-samba.spec
ViewVC logotype

Diff of /rpms/e-smith-samba/sme10/e-smith-samba.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.10 by jpp, Wed Jun 24 03:45:25 2020 UTC Revision 1.19 by jpp, Mon Feb 22 04:52:16 2021 UTC
# Line 1  Line 1 
1  # $Id: e-smith-samba.spec,v 1.9 2020/06/23 18:03:15 jpp Exp $  # $Id: e-smith-samba.spec,v 1.18 2021/02/15 06:38:19 jpp Exp $
2    
3  Summary: e-smith specific Samba configuration files and templates  Summary: e-smith specific Samba configuration files and templates
4  %define name e-smith-samba  %define name e-smith-samba
5  Name: %{name}  Name: %{name}
6  %define version 2.6.0  %define version 2.6.0
7  %define release 9  %define release 18
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 15  Patch1: e-smith-samba-2.6.0.bz9398.Depre Line 15  Patch1: e-smith-samba-2.6.0.bz9398.Depre
15  Patch2: e-smith-samba-2.6.0-bz9688.skipredirect.patch  Patch2: e-smith-samba-2.6.0-bz9688.skipredirect.patch
16  Patch3: e-smith-samba-2.6.0.bz10169.outlook2016domainmember.patch  Patch3: e-smith-samba-2.6.0.bz10169.outlook2016domainmember.patch
17  Patch4: e-smith-samba-2.6.0-bz10963-bz10576-minprot-SMB2.patch  Patch4: e-smith-samba-2.6.0-bz10963-bz10576-minprot-SMB2.patch
18    Patch5: e-smith-samba-2.6.0-bz9060-remove-win98-reg.patch
19    Patch6: e-smith-samba-2.6.0-bz11093-add-krb5-template.patch
20    Patch7: e-smith-samba-2.6.0-bz11198-fix-pid-dir.patch
21    Patch8: e-smith-samba-2.6.0-bz11199-fix-mutex-locking.patch
22    Patch9: e-smith-samba-2.6.0-bz11118-bz11117-bz11157-systemd-update.patch
23    Patch10: e-smith-samba-2.6.0-bz11348-user-create-profiledir.patch
24    Patch11: e-smith-samba-2.6.0-bz11349-logging.patch
25    
26  Obsoletes: e-smith-netlogon  Obsoletes: e-smith-netlogon
27  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
# Line 44  Requires: /usr/bin/tdbbackup Line 51  Requires: /usr/bin/tdbbackup
51  AutoReqProv: no  AutoReqProv: no
52    
53  %changelog  %changelog
54    * Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-18.sme
55    - fix noise in message log from nmbd and smbd redirected to dedicated logs [SME: 11349]
56    
57    * Mon Feb 15 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme
58    - allow using user-create-profiledir action with temp or package-update events  [SME: 11348]
59    
60    * Sun Jan 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
61    - fix log noise for smb.service [SME: 11157]
62    
63    * Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
64    - add Restart=always [SME: 11118]
65    - add Restart=always [SME: 11117]
66    
67    * Fri Jan 01 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme
68    - migrate nmbd to systemd [SME: 11118]
69    - migrate smbd to systemd [SME: 11117]
70      create generik smb.service service
71    - create e-smith-samba-update event [SME: 11157]
72    
73    * Wed Dec 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-13.sme
74    - Fix mutex locking [SME: 11199]
75    
76    * Thu Nov 26 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-12.sme
77    - Fix pid directory [SME: 11198]
78    
79    * Mon Nov 16 2020 John Crisp <jcrisp@safeansoundit.co.uk> 2.6.0-11.sme
80    - Add /etc/krb5.conf as template using templates from smeserver-samba
81    - [SME: 11093]
82    
83    * Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme
84    - remove win98pwdcache.reg from server-resources [SME: 9060]
85    
86  * Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme  * Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme
87  - set min server and client protocol SMB2 [SME: 10576]  - set min server and client protocol SMB2 [SME: 10576]
88    add check so max always greater than min    add check so max always greater than min
# Line 1258  Configuration files and templates for th Line 1297  Configuration files and templates for th
1297  %patch2 -p1  %patch2 -p1
1298  %patch3 -p1  %patch3 -p1
1299  %patch4 -p1  %patch4 -p1
1300    %patch5 -p1
1301    %patch6 -p1
1302    %patch7 -p1
1303    %patch8 -p1
1304    %patch9 -p1
1305    rm -rf root/service root/var/service root/etc/rc.d
1306    %patch10 -p1
1307    %patch11 -p1
1308    
1309  %build  %build
1310  perl createlinks  perl createlinks
# Line 1266  perl createlinks Line 1313  perl createlinks
1313  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
1314  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1315  /sbin/e-smith/genfilelist \  /sbin/e-smith/genfilelist \
1316      --dir '/var/service/smbd' 'attr(1755,root,root)' \      --file '/sbin/e-smith/systemd/nmbd-prepare' 'attr(0554,root,root)' \
1317      --file '/var/service/smbd/down' 'attr(0644,root,root)' \      --file '/sbin/e-smith/systemd/smbd-prepare' 'attr(0554,root,root)' \
     --file '/var/service/smbd/run' 'attr(0755,root,root)' \  
     --dir '/var/service/smbd/supervise' 'attr(0700,root,root)' \  
     --dir '/var/service/smbd/log' 'attr(1755,root,root)' \  
     --file '/var/service/smbd/log/run' 'attr(0755,root,root)' \  
1318      --dir '/var/log/smbd' 'attr(2750,smelog,smelog)' \      --dir '/var/log/smbd' 'attr(2750,smelog,smelog)' \
     --dir '/var/service/nmbd' 'attr(1755,root,root)' \  
     --file '/var/service/nmbd/down' 'attr(0644,root,root)' \  
     --file '/var/service/nmbd/run' 'attr(0755,root,root)' \  
     --dir '/var/service/nmbd/supervise' 'attr(0700,root,root)' \  
     --dir '/var/service/nmbd/log' 'attr(1755,root,root)' \  
     --file '/var/service/nmbd/log/run' 'attr(0755,root,root)' \  
1319      --dir '/var/log/nmbd' 'attr(2750,smelog,smelog)' \      --dir '/var/log/nmbd' 'attr(2750,smelog,smelog)' \
1320      --file '/sbin/e-smith/samba_check_password' 'attr(0555,root,root)' \      --file '/sbin/e-smith/samba_check_password' 'attr(0555,root,root)' \
1321      $RPM_BUILD_ROOT \      $RPM_BUILD_ROOT \
1322      > %{name}-%{version}-filelist      > %{name}-%{version}-filelist
1323  echo "%doc COPYING"          >> %{name}-%{version}-filelist  echo "%doc COPYING"          >> %{name}-%{version}-filelist
1324    
1325    %pre
1326    if [ $1 -gt 1 ] ; then
1327      if [ -e /var/service/smbd/run ] ; then
1328           /usr/bin/sv d smbd
1329           /usr/bin/sv d smbd/log
1330      fi
1331    fi
1332    if [ $1 -gt 1 ] ; then
1333      if [ -e /var/service/nmbd/run ] ; then
1334           /usr/bin/sv d nmbd
1335           /usr/bin/sv d nmbd/log
1336      fi
1337    fi
1338    
1339    
1340  %clean  %clean
1341  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
1342    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed