/[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.8 by jpp, Sat Feb 10 03:51:05 2018 UTC Revision 1.16 by jpp, Sat Jan 2 05:41:40 2021 UTC
# Line 1  Line 1 
1  # $Id: e-smith-samba.spec,v 1.7 2017/03/24 22:15:33 unnilennium Exp $  # $Id: e-smith-samba.spec,v 1.15 2021/01/02 04:32:48 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 7  %define release 15
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 14  Patch0: e-smith-samba-2.6.0-displayChars Line 14  Patch0: e-smith-samba-2.6.0-displayChars
14  Patch1: e-smith-samba-2.6.0.bz9398.DeprecatedRsyslogSyntaxSamba.patch  Patch1: e-smith-samba-2.6.0.bz9398.DeprecatedRsyslogSyntaxSamba.patch
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
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    
24  Obsoletes: e-smith-netlogon  Obsoletes: e-smith-netlogon
25  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
26  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 42  Requires: /usr/bin/tdbbackup Line 49  Requires: /usr/bin/tdbbackup
49  AutoReqProv: no  AutoReqProv: no
50    
51  %changelog  %changelog
52    * Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
53    - add Restart=always [SME: 11118]
54    - add Restart=always [SME: 11117]
55    
56    * Fri Jan 01 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme
57    - migrate nmbd to systemd [SME: 11118]
58    - migrate smbd to systemd [SME: 11117]
59      create generik smb.service service
60    - create e-smith-samba-update event [SME: 11157]
61    
62    * Wed Dec 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-13.sme
63    - Fix mutex locking [SME: 11199]
64    
65    * Thu Nov 26 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-12.sme
66    - Fix pid directory [SME: 11198]
67    
68    * Mon Nov 16 2020 John Crisp <jcrisp@safeansoundit.co.uk> 2.6.0-11.sme
69    - Add /etc/krb5.conf as template using templates from smeserver-samba
70    - [SME: 11093]
71    
72    * Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme
73    - remove win98pwdcache.reg from server-resources [SME: 9060]
74    
75    * Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme
76    - set min server and client protocol SMB2 [SME: 10576]
77      add check so max always greater than min
78    - add port 445 if min server protocol is SMB2 or SMB3 [SME: 10963]
79    
80  * Fri Feb 09 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme  * Fri Feb 09 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-7.sme
81  - fix typo in  /server-resources/regedit/win10samba.reg  [SME: 10515]  - fix typo in  /server-resources/regedit/win10samba.reg  [SME: 10515]
82    
# Line 1250  Configuration files and templates for th Line 1285  Configuration files and templates for th
1285  %patch1 -p1  %patch1 -p1
1286  %patch2 -p1  %patch2 -p1
1287  %patch3 -p1  %patch3 -p1
1288    %patch4 -p1
1289    %patch5 -p1
1290    %patch6 -p1
1291    %patch7 -p1
1292    %patch8 -p1
1293    %patch9 -p1
1294    rm -rf root/service root/var/service root/etc/rc.d
1295    
1296  %build  %build
1297  perl createlinks  perl createlinks
# Line 1258  perl createlinks Line 1300  perl createlinks
1300  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
1301  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1302  /sbin/e-smith/genfilelist \  /sbin/e-smith/genfilelist \
1303      --dir '/var/service/smbd' 'attr(1755,root,root)' \      --file '/sbin/e-smith/systemd/nmbd-prepare' 'attr(0554,root,root)' \
1304      --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)' \  
1305      --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)' \  
1306      --dir '/var/log/nmbd' 'attr(2750,smelog,smelog)' \      --dir '/var/log/nmbd' 'attr(2750,smelog,smelog)' \
1307      --file '/sbin/e-smith/samba_check_password' 'attr(0555,root,root)' \      --file '/sbin/e-smith/samba_check_password' 'attr(0555,root,root)' \
1308      $RPM_BUILD_ROOT \      $RPM_BUILD_ROOT \
1309      > %{name}-%{version}-filelist      > %{name}-%{version}-filelist
1310  echo "%doc COPYING"          >> %{name}-%{version}-filelist  echo "%doc COPYING"          >> %{name}-%{version}-filelist
1311    
1312    %pre
1313    if [ $1 -gt 1 ] ; then
1314      if [ -e /var/service/smbd/run ] ; then
1315           /usr/bin/sv d smbd
1316           /usr/bin/sv d smbd/log
1317      fi
1318    fi
1319    if [ $1 -gt 1 ] ; then
1320      if [ -e /var/service/nmbd/run ] ; then
1321           /usr/bin/sv d nmbd
1322           /usr/bin/sv d nmbd/log
1323      fi
1324    fi
1325    
1326    
1327  %clean  %clean
1328  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
1329    


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