1 |
# $Id: e-smith-samba.spec,v 1.1 2013/02/02 21:06:11 slords Exp $ |
# $Id: e-smith-samba.spec,v 1.5 2013/03/15 05:25:33 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 2 |
%define release 6 |
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 |
Obsoletes: e-smith-netlogon |
Obsoletes: e-smith-netlogon |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
28 |
Obsoletes: samba3x-client |
Obsoletes: samba3x-client |
29 |
Obsoletes: samba3x-common |
Obsoletes: samba3x-common |
30 |
Obsoletes: samba3x-winbind |
Obsoletes: samba3x-winbind |
31 |
|
Obsoletes: libsmbclient <= 3.0.33 |
32 |
# Obsolete SerNet packages |
# Obsolete SerNet packages |
33 |
Obsoletes: libsmbclient0 |
Obsoletes: libsmbclient0 |
34 |
Obsoletes: libwbclient0 |
Obsoletes: libwbclient0 |
42 |
AutoReqProv: no |
AutoReqProv: no |
43 |
|
|
44 |
%changelog |
%changelog |
45 |
|
* Mon Apr 29 2013 chris burnat <devlist@burnat.com> 2.4.0-6.sme |
46 |
|
- - Add ability to configure waiting for network Win7 registry option, patch from Greg. [SME: 7566] |
47 |
|
|
48 |
|
* Thu Mar 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
49 |
|
- Change default Workgroup and Domain to sme-server [SME: 7482] |
50 |
|
|
51 |
|
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme |
52 |
|
- Obsolete el5 version of libsmbclient [SME: 7273] |
53 |
|
|
54 |
|
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme |
55 |
|
- Remove samba_audit specific loglotate configuration [SME: 7388] |
56 |
|
|
57 |
* 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 |
58 |
- Change tdbbackup12 back to tdbbackup |
- Change tdbbackup12 back to tdbbackup |
59 |
|
|
1174 |
%prep |
%prep |
1175 |
%setup |
%setup |
1176 |
%patch1 -p1 |
%patch1 -p1 |
1177 |
|
%patch2 -p1 |
1178 |
|
%patch3 -p1 |
1179 |
|
%patch4 -p1 |
1180 |
|
|
1181 |
%build |
%build |
1182 |
perl createlinks |
perl createlinks |