1 |
|
# $Id: e-smith-samba+ldap.spec,v 1.8 2008/10/08 12:05:34 vip-ire 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 5 |
%define release 3 |
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 |
14 |
Patch2: e-smith-samba-1.15.1-hideprofile.patch |
Patch2: e-smith-samba+ldap-2.0.0-update_domain_map_order.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 |
|
|
Patch6: e-smith-samba+ldap-1.15.1-merge_users_and_people.patch |
|
15 |
Obsoletes: e-smith-netlogon |
Obsoletes: e-smith-netlogon |
16 |
Obsoletes: e-smith-samba |
Obsoletes: e-smith-samba |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Wed Oct 8 2008 Daniel B. <daniel@firewall-services.com> 2.2.0-3 |
32 |
|
- Change order for script update-domain-group-maps from 56 to 10 |
33 |
|
so the displayName attribute of groups can be set [SME: 4639] |
34 |
|
|
35 |
|
* Wed Oct 8 2008 Daniel B. <daniel@firewall-services.com> 2.2.0-2 |
36 |
|
- prevent samba to delete complete dn from ldap (ldap delete dn) [SME: 4638] |
37 |
|
|
38 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme |
39 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
40 |
|
|
41 |
|
* Sun Aug 3 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.1-6 |
42 |
|
- Fix oslevel template expansion. [SME: 4470] |
43 |
|
|
44 |
* Thu Jun 05 2008 Daniel B. <daniel@firewall-services.com> 1.15.1-5 |
* Thu Jun 05 2008 Daniel B. <daniel@firewall-services.com> 1.15.1-5 |
45 |
- use /etc/cpu-machine.conf to create machine accounts. [SME: 4396] |
- use /etc/cpu-machine.conf to create machine accounts. [SME: 4396] |
46 |
|
|
1017 |
%setup |
%setup |
1018 |
%patch1 -p1 |
%patch1 -p1 |
1019 |
%patch2 -p1 |
%patch2 -p1 |
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
1020 |
|
|
1021 |
%build |
%build |
1022 |
mkdir -p root/etc/e-smith/tests |
mkdir -p root/etc/e-smith/tests |