/[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.5 by wellsi, Fri Mar 15 05:25:33 2013 UTC Revision 1.16 by vip-ire, Thu Sep 3 15:26:00 2015 UTC
# Line 1  Line 1 
1  # $Id: e-smith-samba.spec,v 1.4 2013/03/11 18:16:53 slords Exp $  # $Id: e-smith-samba.spec,v 1.15 2014/02/02 22:57:23 wellsi 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 5  %define release 15
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 13  Source: %{name}-%{version}.tar.xz Line 13  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  Patch2: e-smith-samba-2.4.0-samba_audit_log.patch
15  Patch3: e-smith-samba-2.4.0-workgroup.patch  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  Obsoletes: e-smith-netlogon  Obsoletes: e-smith-netlogon
26  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
27  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 41  Requires: /usr/bin/tdbbackup Line 50  Requires: /usr/bin/tdbbackup
50  AutoReqProv: no  AutoReqProv: no
51    
52  %changelog  %changelog
53    * Thu Sep 3 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-15.sme
54    - Fix samba audit parameters [SME: 9037]
55      Patch from Jorge Gonzalez
56    
57    * Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-14.sme
58    - Remove 20smb as migrating from pre-SME7 is not supported [SME: 7486]
59    
60    * Thu Oct 10 2013 Greg Zartman <gzartman@koozali.org> 2.4.0-13.sme
61    - Replace vfs_shadow_copy with vfs_shadow_copy2 for shadow snapshots [SME:7894]
62    
63    * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-12.sme
64    - Add template for wide links [SME: 7752]
65    
66    * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-11.sme
67    - Add templates for max protocol [SME: 7753]
68    
69    * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-10.sme
70    - Add support for Windows 8 domain joining & user login [SME: 7751]
71    
72    * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme
73    - Add windows network performance enhancements registry file. [SME: 7566]
74      Patch from Greg Zartman.
75    
76    * Fri May 24 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
77    - Remove 40MachineUID as not needed after e-smith-samba-2.2.0-38 [SME: 7608]
78    
79    * Tue May 21 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme
80    - Update default ServerName in 30smbServerName [SME: 7609]
81    
82    * Mon Apr 29 2013 chris burnat <devlist@burnat.com> 2.4.0-6.sme
83    - Add ability to configure waiting for network Win7 registry option, patch from Greg. [SME: 7566]
84    
85  * Thu Mar 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme  * Thu Mar 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
86  - Change default Workgroup and Domain to sme-server [SME: 7482]  - Change default Workgroup and Domain to sme-server [SME: 7482]
87    
# Line 273  AutoReqProv: no Line 314  AutoReqProv: no
314    [SME: 2400]    [SME: 2400]
315    
316  * 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
317  - Set ServerName to SystemName after inital configuration [SME: 543]  - Set ServerName to SystemName after inital configuration [SME: 2378]
318    
319  * 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
320  - Allow oplocks to be disabled per ibay [SME: 543]  - Allow oplocks to be disabled per ibay [SME: 543]
# Line 1172  Configuration files and templates for th Line 1213  Configuration files and templates for th
1213  %patch1 -p1  %patch1 -p1
1214  %patch2 -p1  %patch2 -p1
1215  %patch3 -p1  %patch3 -p1
1216    %patch4 -p1
1217    %patch5 -p1
1218    %patch6 -p1
1219    %patch7 -p1
1220    %patch8 -p1
1221    %patch9 -p1
1222    %patch10 -p1
1223    %patch11 -p1
1224    %patch12 -p1
1225    
1226  %build  %build
1227  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