/[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.1 by slords, Sat Feb 2 21:06:11 2013 UTC Revision 1.12 by wellsi, Sat Jul 6 00:20:17 2013 UTC
# Line 1  Line 1 
1  # $Id: e-smith-samba.spec,v 1.72 2013/01/23 03:23:38 wellsi Exp $  # $Id: e-smith-samba.spec,v 1.11 2013/07/06 00:15:59 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 1  %define release 11
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
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  Obsoletes: e-smith-netlogon  Obsoletes: e-smith-netlogon
22  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 24  Obsoletes: samba3x Line 32  Obsoletes: samba3x
32  Obsoletes: samba3x-client  Obsoletes: samba3x-client
33  Obsoletes: samba3x-common  Obsoletes: samba3x-common
34  Obsoletes: samba3x-winbind  Obsoletes: samba3x-winbind
35    Obsoletes: libsmbclient <= 3.0.33
36  # Obsolete SerNet packages  # Obsolete SerNet packages
37  Obsoletes: libsmbclient0  Obsoletes: libsmbclient0
38  Obsoletes: libwbclient0  Obsoletes: libwbclient0
# Line 33  Obsoletes: samba3-client Line 42  Obsoletes: samba3-client
42  Obsoletes: samba3-doc  Obsoletes: samba3-doc
43  Obsoletes: samba3-utils  Obsoletes: samba3-utils
44  Obsoletes: samba3-winbind  Obsoletes: samba3-winbind
45  Requires: /usr/bin/tdbbackup12  Requires: /usr/bin/tdbbackup
46  AutoReqProv: no  AutoReqProv: no
47    
48  %changelog  %changelog
49    * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-11.sme
50    - Add templates for max protocol [SME: 7753]
51    
52    * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-10.sme
53    - Add support for Windows 8 domain joining & user login [SME: 7751]
54    
55    * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme
56    - Add windows network performance enhancements registry file. [SME: 7566]
57      Patch from Greg Zartman.
58    
59    * Fri May 24 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
60    - Remove 40MachineUID as not needed after e-smith-samba-2.2.0-38 [SME: 7608]
61    
62    * Tue May 21 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme
63    - Update default ServerName in 30smbServerName [SME: 7609]
64    
65    * Mon Apr 29 2013 chris burnat <devlist@burnat.com> 2.4.0-6.sme
66    - Add ability to configure waiting for network Win7 registry option, patch from Greg. [SME: 7566]
67    
68    * Thu Mar 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme
69    - Change default Workgroup and Domain to sme-server [SME: 7482]
70    
71    * Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme
72    - Obsolete el5 version of libsmbclient [SME: 7273]
73    
74    * Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
75    - Remove samba_audit specific loglotate configuration [SME: 7388]
76    
77    * Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme
78    - Change tdbbackup12 back to tdbbackup
79    
80  * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme  * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
81  - Roll new stream for sme9  - Roll new stream for sme9
82    
# Line 257  AutoReqProv: no Line 297  AutoReqProv: no
297    [SME: 2400]    [SME: 2400]
298    
299  * 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
300  - Set ServerName to SystemName after inital configuration [SME: 543]  - Set ServerName to SystemName after inital configuration [SME: 2378]
301    
302  * 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
303  - Allow oplocks to be disabled per ibay [SME: 543]  - Allow oplocks to be disabled per ibay [SME: 543]
# Line 1153  Configuration files and templates for th Line 1193  Configuration files and templates for th
1193    
1194  %prep  %prep
1195  %setup  %setup
1196    %patch1 -p1
1197    %patch2 -p1
1198    %patch3 -p1
1199    %patch4 -p1
1200    %patch5 -p1
1201    %patch6 -p1
1202    %patch7 -p1
1203    %patch8 -p1
1204    
1205  %build  %build
1206  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