1 |
# $Id: e-smith-samba.spec,v 1.1 2013/02/02 21:06:11 slords Exp $ |
# $Id: e-smith-samba.spec,v 1.4 2013/03/11 18:16:53 slords 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 5 |
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 |
Obsoletes: e-smith-netlogon |
Obsoletes: e-smith-netlogon |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
27 |
Obsoletes: samba3x-client |
Obsoletes: samba3x-client |
28 |
Obsoletes: samba3x-common |
Obsoletes: samba3x-common |
29 |
Obsoletes: samba3x-winbind |
Obsoletes: samba3x-winbind |
30 |
|
Obsoletes: libsmbclient <= 3.0.33 |
31 |
# Obsolete SerNet packages |
# Obsolete SerNet packages |
32 |
Obsoletes: libsmbclient0 |
Obsoletes: libsmbclient0 |
33 |
Obsoletes: libwbclient0 |
Obsoletes: libwbclient0 |
41 |
AutoReqProv: no |
AutoReqProv: no |
42 |
|
|
43 |
%changelog |
%changelog |
44 |
|
* Thu Mar 14 2013 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
45 |
|
- Change default Workgroup and Domain to sme-server [SME: 7482] |
46 |
|
|
47 |
|
* Mon Mar 11 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme |
48 |
|
- Obsolete el5 version of libsmbclient [SME: 7273] |
49 |
|
|
50 |
|
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme |
51 |
|
- Remove samba_audit specific loglotate configuration [SME: 7388] |
52 |
|
|
53 |
* 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 |
54 |
- Change tdbbackup12 back to tdbbackup |
- Change tdbbackup12 back to tdbbackup |
55 |
|
|
1170 |
%prep |
%prep |
1171 |
%setup |
%setup |
1172 |
%patch1 -p1 |
%patch1 -p1 |
1173 |
|
%patch2 -p1 |
1174 |
|
%patch3 -p1 |
1175 |
|
|
1176 |
%build |
%build |
1177 |
perl createlinks |
perl createlinks |