1 |
# $Id: e-smith-samba.spec,v 1.3 2013/02/21 23:10:09 wellsi Exp $ |
# $Id: e-smith-samba.spec,v 1.10 2013/07/06 00:10:57 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 4 |
%define release 10 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
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 |
Obsoletes: e-smith-netlogon |
Obsoletes: e-smith-netlogon |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
45 |
AutoReqProv: no |
AutoReqProv: no |
46 |
|
|
47 |
%changelog |
%changelog |
48 |
|
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-10.sme |
49 |
|
- Add support for Windows 8 domain joining & user login [SME: 7751] |
50 |
|
|
51 |
|
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-9.sme |
52 |
|
- Add windows network performance enhancements registry file. [SME: 7566] |
53 |
|
Patch from Greg Zartman. |
54 |
|
|
55 |
|
* Fri May 24 2013 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme |
56 |
|
- Remove 40MachineUID as not needed after e-smith-samba-2.2.0-38 [SME: 7608] |
57 |
|
|
58 |
|
* Tue May 21 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme |
59 |
|
- Update default ServerName in 30smbServerName [SME: 7609] |
60 |
|
|
61 |
|
* Mon Apr 29 2013 chris burnat <devlist@burnat.com> 2.4.0-6.sme |
62 |
|
- Add ability to configure waiting for network Win7 registry option, patch from Greg. [SME: 7566] |
63 |
|
|
64 |
|
* Thu Mar 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
65 |
|
- Change default Workgroup and Domain to sme-server [SME: 7482] |
66 |
|
|
67 |
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme |
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme |
68 |
- Obsolete el5 version of libsmbclient [SME: 7273] |
- Obsolete el5 version of libsmbclient [SME: 7273] |
69 |
|
|
293 |
[SME: 2400] |
[SME: 2400] |
294 |
|
|
295 |
* 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 |
296 |
- Set ServerName to SystemName after inital configuration [SME: 543] |
- Set ServerName to SystemName after inital configuration [SME: 2378] |
297 |
|
|
298 |
* 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 |
299 |
- Allow oplocks to be disabled per ibay [SME: 543] |
- Allow oplocks to be disabled per ibay [SME: 543] |
1191 |
%setup |
%setup |
1192 |
%patch1 -p1 |
%patch1 -p1 |
1193 |
%patch2 -p1 |
%patch2 -p1 |
1194 |
|
%patch3 -p1 |
1195 |
|
%patch4 -p1 |
1196 |
|
%patch5 -p1 |
1197 |
|
%patch6 -p1 |
1198 |
|
%patch7 -p1 |
1199 |
|
|
1200 |
%build |
%build |
1201 |
perl createlinks |
perl createlinks |