1 |
# $Id: e-smith-samba.spec,v 1.72 2013/01/23 03:23:38 wellsi Exp $ |
# $Id: e-smith-samba.spec,v 1.7 2013/05/22 04:02:24 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 7 |
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 |
Obsoletes: e-smith-netlogon |
Obsoletes: e-smith-netlogon |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
29 |
Obsoletes: samba3x-client |
Obsoletes: samba3x-client |
30 |
Obsoletes: samba3x-common |
Obsoletes: samba3x-common |
31 |
Obsoletes: samba3x-winbind |
Obsoletes: samba3x-winbind |
32 |
|
Obsoletes: libsmbclient <= 3.0.33 |
33 |
# Obsolete SerNet packages |
# Obsolete SerNet packages |
34 |
Obsoletes: libsmbclient0 |
Obsoletes: libsmbclient0 |
35 |
Obsoletes: libwbclient0 |
Obsoletes: libwbclient0 |
39 |
Obsoletes: samba3-doc |
Obsoletes: samba3-doc |
40 |
Obsoletes: samba3-utils |
Obsoletes: samba3-utils |
41 |
Obsoletes: samba3-winbind |
Obsoletes: samba3-winbind |
42 |
Requires: /usr/bin/tdbbackup12 |
Requires: /usr/bin/tdbbackup |
43 |
AutoReqProv: no |
AutoReqProv: no |
44 |
|
|
45 |
%changelog |
%changelog |
46 |
|
* Tue May 21 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme |
47 |
|
- Update default ServerName in 30smbServerName [SME: 7609] |
48 |
|
|
49 |
|
* Mon Apr 29 2013 chris burnat <devlist@burnat.com> 2.4.0-6.sme |
50 |
|
- Add ability to configure waiting for network Win7 registry option, patch from Greg. [SME: 7566] |
51 |
|
|
52 |
|
* Thu Mar 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
53 |
|
- Change default Workgroup and Domain to sme-server [SME: 7482] |
54 |
|
|
55 |
|
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme |
56 |
|
- Obsolete el5 version of libsmbclient [SME: 7273] |
57 |
|
|
58 |
|
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme |
59 |
|
- Remove samba_audit specific loglotate configuration [SME: 7388] |
60 |
|
|
61 |
|
* Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme |
62 |
|
- Change tdbbackup12 back to tdbbackup |
63 |
|
|
64 |
* 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 |
65 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
66 |
|
|
281 |
[SME: 2400] |
[SME: 2400] |
282 |
|
|
283 |
* 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 |
284 |
- Set ServerName to SystemName after inital configuration [SME: 543] |
- Set ServerName to SystemName after inital configuration [SME: 2378] |
285 |
|
|
286 |
* 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 |
287 |
- Allow oplocks to be disabled per ibay [SME: 543] |
- Allow oplocks to be disabled per ibay [SME: 543] |
1177 |
|
|
1178 |
%prep |
%prep |
1179 |
%setup |
%setup |
1180 |
|
%patch1 -p1 |
1181 |
|
%patch2 -p1 |
1182 |
|
%patch3 -p1 |
1183 |
|
%patch4 -p1 |
1184 |
|
%patch5 -p1 |
1185 |
|
|
1186 |
%build |
%build |
1187 |
perl createlinks |
perl createlinks |