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

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

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

Revision 1.2 by slords, Sat Feb 2 21:27:32 2013 UTC Revision 1.18 by vip-ire, Fri Sep 4 13:56:10 2015 UTC
# Line 1  Line 1 
1  # $Id: e-smith-samba.spec,v 1.1 2013/02/02 21:06:11 slords Exp $  # $Id: e-smith-samba.spec,v 1.17 2015/09/04 12:21:29 stephdl 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.4.0  %define version 2.4.0
7  %define release 2  %define release 17
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13  Patch1: e-smith-samba-2.4.0-tdbbackup.patch  Patch1: e-smith-samba-2.4.0-tdbbackup.patch
14    Patch2: e-smith-samba-2.4.0-samba_audit_log.patch
15    Patch3: e-smith-samba-2.4.0-workgroup.patch
16    Patch4: e-smith-samba-2.4.0-WaitForNetwork.patch
17    Patch5: e-smith-samba-2.4.0-smbServerName.patch
18    Patch6: e-smith-samba-2.4.0-40MachineUid.patch
19    Patch7: e-smith-samba-2.4.0-win8Samba.patch
20    Patch8: e-smith-samba-2.4.0-maxProtocol.patch
21    Patch9: e-smith-samba-2.4.0-WideLinks.patch
22    Patch10: e-smith-samba-2.4.0-shadow_copy.patch
23    Patch11: e-smith-samba-2.4.0-20smb.patch
24    Patch12: e-smith-samba-2.4.0-audit_param.patch
25    Patch13: e-smith-samba-2.4.0.bz9038.W10_registry.patch
26    Patch14: e-smith-samba-2.4.0-smbaudit_rsyslog.patch
27  Obsoletes: e-smith-netlogon  Obsoletes: e-smith-netlogon
28  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
29  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 25  Obsoletes: samba3x Line 38  Obsoletes: samba3x
38  Obsoletes: samba3x-client  Obsoletes: samba3x-client
39  Obsoletes: samba3x-common  Obsoletes: samba3x-common
40  Obsoletes: samba3x-winbind  Obsoletes: samba3x-winbind
41    Obsoletes: libsmbclient <= 3.0.33
42  # Obsolete SerNet packages  # Obsolete SerNet packages
43  Obsoletes: libsmbclient0  Obsoletes: libsmbclient0
44  Obsoletes: libwbclient0  Obsoletes: libwbclient0
# Line 38  Requires: /usr/bin/tdbbackup Line 52  Requires: /usr/bin/tdbbackup
52  AutoReqProv: no  AutoReqProv: no
53    
54  %changelog  %changelog
55    * Fri Sep 4 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-17.sme
56    - Replace syslog template to rsyslog so samba audits are logged in the correct
57      file [SME: 9037]
58    
59    * Fri Sep 4 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-16.sme
60    - added W10 support to SME Domain [SME: 9038]
61    - e-smith-samba-2.4.0.bz9038.W10_registry.patch
62    
63    * Thu Sep 3 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-15.sme
64    - Fix samba audit parameters [SME: 9037]
65      Patch from Jorge Gonzalez
66    
67    * Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-14.sme
68    - Remove 20smb as migrating from pre-SME7 is not supported [SME: 7486]
69    
70    * Thu Oct 10 2013 Greg Zartman <gzartman@koozali.org> 2.4.0-13.sme
71    - Replace vfs_shadow_copy with vfs_shadow_copy2 for shadow snapshots [SME:7894]
72    
73    * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-12.sme
74    - Add template for wide links [SME: 7752]
75    
76    * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-11.sme
77    - Add templates for max protocol [SME: 7753]
78    
79    * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-10.sme
80    - Add support for Windows 8 domain joining & user login [SME: 7751]
81    
82    * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme
83    - Add windows network performance enhancements registry file. [SME: 7566]
84      Patch from Greg Zartman.
85    
86    * Fri May 24 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
87    - Remove 40MachineUID as not needed after e-smith-samba-2.2.0-38 [SME: 7608]
88    
89    * Tue May 21 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme
90    - Update default ServerName in 30smbServerName [SME: 7609]
91    
92    * Mon Apr 29 2013 chris burnat <devlist@burnat.com> 2.4.0-6.sme
93    - Add ability to configure waiting for network Win7 registry option, patch from Greg. [SME: 7566]
94    
95    * Thu Mar 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
96    - Change default Workgroup and Domain to sme-server [SME: 7482]
97    
98    * Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme
99    - Obsolete el5 version of libsmbclient [SME: 7273]
100    
101    * Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
102    - Remove samba_audit specific loglotate configuration [SME: 7388]
103    
104  * Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme  * Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme
105  - Change tdbbackup12 back to tdbbackup  - Change tdbbackup12 back to tdbbackup
106    
# Line 261  AutoReqProv: no Line 324  AutoReqProv: no
324    [SME: 2400]    [SME: 2400]
325    
326  * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.14.0-25  * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.14.0-25
327  - Set ServerName to SystemName after inital configuration [SME: 543]  - Set ServerName to SystemName after inital configuration [SME: 2378]
328    
329  * Thu Jan 25 2007 Shad L. Lords <slords@mail.com> 1.14.0-24  * Thu Jan 25 2007 Shad L. Lords <slords@mail.com> 1.14.0-24
330  - Allow oplocks to be disabled per ibay [SME: 543]  - Allow oplocks to be disabled per ibay [SME: 543]
# Line 1158  Configuration files and templates for th Line 1221  Configuration files and templates for th
1221  %prep  %prep
1222  %setup  %setup
1223  %patch1 -p1  %patch1 -p1
1224    %patch2 -p1
1225    %patch3 -p1
1226    %patch4 -p1
1227    %patch5 -p1
1228    %patch6 -p1
1229    %patch7 -p1
1230    %patch8 -p1
1231    %patch9 -p1
1232    %patch10 -p1
1233    %patch11 -p1
1234    %patch12 -p1
1235    %patch13 -p1
1236    %patch14 -p1
1237    
1238  %build  %build
1239  perl createlinks  perl createlinks


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