/[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.11 by jpp, Sat Jun 27 19:32:05 2020 UTC Revision 1.27 by terryfage, Tue Nov 2 03:42:39 2021 UTC
# Line 1  Line 1 
1  # $Id: e-smith-samba.spec,v 1.10 2020/06/24 03:45:25 jpp Exp $  # $Id: e-smith-samba.spec,v 1.26 2021/11/01 01:31:20 terryfage 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 10  %define release 25
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 16  Patch2: e-smith-samba-2.6.0-bz9688.skipr Line 16  Patch2: e-smith-samba-2.6.0-bz9688.skipr
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  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    Patch12: e-smith-samba-2.6.0-bz11555.patch
26    Patch13: e-smith-samba-2.6.0.bz11725.create_v6_profile_dir.patch
27    Patch14: e-smith-samba-2.6.0.bz11725.delete_v6_profile_dir.patch
28    
29  Obsoletes: e-smith-netlogon  Obsoletes: e-smith-netlogon
30  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
# Line 45  Requires: /usr/bin/tdbbackup Line 54  Requires: /usr/bin/tdbbackup
54  AutoReqProv: no  AutoReqProv: no
55    
56  %changelog  %changelog
57    * Tue Nov 02 2021 Terry Fage <terry@fage.id.au> 2.6.0-25.sme
58    - samba delete v6 profile dir win10 [SME: 11725]
59    
60    * Mon Nov 01 2021 Terry Fage <terry@fage.id.au> 2.6.0-24.sme
61    - samba create v6 profile dir win10 [SME: 11725]
62    
63    * Mon Apr 19 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-23.sme
64    - netlogon.bat +x [SME: 11566]
65    
66    * Fri Apr 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-21.sme
67    - add possibility to reenable allow execute always on ibays homes or everywhere [SME: 11555]
68    
69    * Fri Apr 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-20.sme
70    - fix double entries for min protocol [SME: 11558]
71    
72    * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-19.sme
73    - clean rsyslog syntax for smbd and nmbd [SME: 11422]
74    
75    * Sun Feb 21 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-18.sme
76    - fix noise in message log from nmbd and smbd redirected to dedicated logs [SME: 11349]
77    
78    * Mon Feb 15 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme
79    - allow using user-create-profiledir action with temp or package-update events  [SME: 11348]
80    
81    * Sun Jan 03 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
82    - fix log noise for smb.service [SME: 11157]
83    
84    * Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
85    - add Restart=always [SME: 11118]
86    - add Restart=always [SME: 11117]
87    
88    * Fri Jan 01 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme
89    - migrate nmbd to systemd [SME: 11118]
90    - migrate smbd to systemd [SME: 11117]
91      create generik smb.service service
92    - create e-smith-samba-update event [SME: 11157]
93    
94    * Wed Dec 16 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-13.sme
95    - Fix mutex locking [SME: 11199]
96    
97    * Thu Nov 26 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 2.6.0-12.sme
98    - Fix pid directory [SME: 11198]
99    
100    * Mon Nov 16 2020 John Crisp <jcrisp@safeansoundit.co.uk> 2.6.0-11.sme
101    - Add /etc/krb5.conf as template using templates from smeserver-samba
102    - [SME: 11093]
103    
104  * Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme  * Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme
105  - remove win98pwdcache.reg from server-resources [SME: 9060]  - remove win98pwdcache.reg from server-resources [SME: 9060]
106    
# Line 240  AutoReqProv: no Line 296  AutoReqProv: no
296  * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-19.sme  * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-19.sme
297  - Add slapd support [SME: 6228]  - Add slapd support [SME: 6228]
298    
299  * Wed Jul 08 2010 Shad L. Lords <slords@mail.com> 2.2.0-18.sme  * Thu Jul 08 2010 Shad L. Lords <slords@mail.com> 2.2.0-18.sme
300  - Remove require strong key part of regedit file [SME: 6119]  - Remove require strong key part of regedit file [SME: 6119]
301    
302  * Wed Jun 23 2010 Shad L. Lords <slords@mail.com> 2.2.0-17.sme  * Wed Jun 23 2010 Shad L. Lords <slords@mail.com> 2.2.0-17.sme
# Line 341  AutoReqProv: no Line 397  AutoReqProv: no
397  * Wed Oct 10 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-31  * Wed Oct 10 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-31
398  - Delete printer tdb file on printer delete. [SME: 3336]  - Delete printer tdb file on printer delete. [SME: 3336]
399    
400  * Thu Jun 2 2007 Shad L. Lords <slords@mail.com> 1.14.0-30  * Sat Jun 2 2007 Shad L. Lords <slords@mail.com> 1.14.0-30
401  - revert last change.  Breaks sme8 and is caught by pass check lib.  - revert last change.  Breaks sme8 and is caught by pass check lib.
402    
403  * Sat Jun 2 2007 Shad L. Lords <slords@mail.com> 1.14.0-29  * Sat Jun 2 2007 Shad L. Lords <slords@mail.com> 1.14.0-29
# Line 1263  Configuration files and templates for th Line 1319  Configuration files and templates for th
1319  %patch3 -p1  %patch3 -p1
1320  %patch4 -p1  %patch4 -p1
1321  %patch5 -p1  %patch5 -p1
1322    %patch6 -p1
1323    %patch7 -p1
1324    %patch8 -p1
1325    %patch9 -p1
1326    rm -rf root/service root/var/service root/etc/rc.d
1327    %patch10 -p1
1328    %patch11 -p1
1329    %patch12 -p1
1330    %patch13 -p1
1331    %patch14 -p1
1332    
1333  %build  %build
1334  perl createlinks  perl createlinks
# Line 1271  perl createlinks Line 1337  perl createlinks
1337  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
1338  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1339  /sbin/e-smith/genfilelist \  /sbin/e-smith/genfilelist \
1340      --dir '/var/service/smbd' 'attr(1755,root,root)' \      --file '/sbin/e-smith/systemd/nmbd-prepare' 'attr(0554,root,root)' \
1341      --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)' \  
1342      --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)' \  
1343      --dir '/var/log/nmbd' 'attr(2750,smelog,smelog)' \      --dir '/var/log/nmbd' 'attr(2750,smelog,smelog)' \
1344      --file '/sbin/e-smith/samba_check_password' 'attr(0555,root,root)' \      --file '/sbin/e-smith/samba_check_password' 'attr(0555,root,root)' \
1345      $RPM_BUILD_ROOT \      $RPM_BUILD_ROOT \
1346      > %{name}-%{version}-filelist      > %{name}-%{version}-filelist
1347  echo "%doc COPYING"          >> %{name}-%{version}-filelist  echo "%doc COPYING"          >> %{name}-%{version}-filelist
1348    
1349    %pre
1350    if [ $1 -gt 1 ] ; then
1351      if [ -e /var/service/smbd/run ] ; then
1352           /usr/bin/sv d smbd
1353           /usr/bin/sv d smbd/log
1354      fi
1355    fi
1356    if [ $1 -gt 1 ] ; then
1357      if [ -e /var/service/nmbd/run ] ; then
1358           /usr/bin/sv d nmbd
1359           /usr/bin/sv d nmbd/log
1360      fi
1361    fi
1362    
1363    
1364  %clean  %clean
1365  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
1366    


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