1 |
|
# $Id: e-smith-samba+ldap.spec,v 1.7 2008/10/07 19:20:43 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+ldap |
%define name e-smith-samba+ldap |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.15.1 |
%define version 2.2.0 |
7 |
%define release 4 |
%define release 2 |
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.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch1: e-smith-samba-1.15.1-shadowfix.patch |
Patch1: e-smith-samba+ldap-2.0.0-dont_delete_dn.patch |
|
Patch2: e-smith-samba-1.15.1-hideprofile.patch |
|
|
Patch3: e-smith-samba-1.15.1-ldap.patch |
|
|
Patch4: e-smith-samba-1.14.1-unix_extensions.patch |
|
|
Patch5: e-smith-samba+ldap-1.15.1-machine_accounts_and_pass_sync.patch |
|
14 |
Obsoletes: e-smith-netlogon |
Obsoletes: e-smith-netlogon |
15 |
Obsoletes: e-smith-samba |
Obsoletes: e-smith-samba |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
27 |
AutoReqProv: no |
AutoReqProv: no |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Wed Oct 8 2008 Daniel B. <daniel@firewall-services.com> 2.2.0-2 |
31 |
|
- prevent samba to delete complete dn from ldap (ldap delete dn) [SME: 4638] |
32 |
|
|
33 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
34 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
35 |
|
|
36 |
|
* Sun Aug 3 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.1-6 |
37 |
|
- Fix oslevel template expansion. [SME: 4470] |
38 |
|
|
39 |
|
* Thu Jun 05 2008 Daniel B. <daniel@firewall-services.com> 1.15.1-5 |
40 |
|
- use /etc/cpu-machine.conf to create machine accounts. [SME: 4396] |
41 |
|
|
42 |
* Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 1.15.1-4 |
* Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 1.15.1-4 |
43 |
- allow creation of machine accounts in ldap |
- allow creation of machine accounts in ldap |
44 |
- sync samba passwords with ldap userPassword (replace unix password sync) |
- sync samba passwords with ldap userPassword (replace unix password sync) |
1011 |
%prep |
%prep |
1012 |
%setup |
%setup |
1013 |
%patch1 -p1 |
%patch1 -p1 |
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
1014 |
|
|
1015 |
%build |
%build |
1016 |
mkdir -p root/etc/e-smith/tests |
mkdir -p root/etc/e-smith/tests |