2 |
%define name e-smith-base+ldap |
%define name e-smith-base+ldap |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 4.19.1 |
%define version 4.19.1 |
5 |
%define release 1 |
%define release 6 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch1: e-smith-base+ldap-4.19.1-ldap.patch |
Patch1: e-smith-base+ldap-4.19.1-ldap.patch |
12 |
Patch2: e-smith-base-4.18.1-insertmode.patch |
Patch2: e-smith-base-4.18.1-insertmode.patch |
13 |
|
Patch3: e-smith-base+ldap-4.19.1-freebusy.patch |
14 |
|
Patch4: e-smith-base-4.18.1-frames.patch |
15 |
|
Patch5: e-smith-base+ldap-4.19.1-convert_ldap-init-accounts_to_template.patch |
16 |
|
Patch6: e-smith-base+ldap-4.19.1-nss_policy-post_install-ssl_fix.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
Requires: mod_auth_external |
Requires: mod_auth_external |
19 |
Requires: e-smith-lib >= 1.18.0-19 |
Requires: e-smith-lib >= 1.18.0-19 |
47 |
Obsoletes: sshell |
Obsoletes: sshell |
48 |
Obsoletes: e-smith-rp-pppoe |
Obsoletes: e-smith-rp-pppoe |
49 |
Obsoletes: e-smith-base |
Obsoletes: e-smith-base |
50 |
Provides: e-smith-base = 4.18.1-4 |
Provides: e-smith-base = 4.18.1-5 |
51 |
Obsoletes: e-smith-ldap |
Obsoletes: e-smith-ldap |
52 |
Provides: e-smith-ldap |
Provides: e-smith-ldap = 4.12.0-9 |
53 |
Requires: nss_ldap |
Requires: nss_ldap |
54 |
Requires: e-smith-samba+ldap |
Requires: e-smith-samba+ldap |
55 |
Requires: cpu |
Requires: cpu |
70 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
71 |
|
|
72 |
%changelog |
%changelog |
73 |
|
* Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-6 |
74 |
|
- Set nss "bind_policy" to "soft" to be able to access to |
75 |
|
/etc/{passwd,groups,shadow} informations when ldap is down. |
76 |
|
- Set /etc/openldap/ldap.conf host to "localhost" and remove unnecessary |
77 |
|
use of SSL. [SME: 1543]. |
78 |
|
- Cleanly handle need of ldap directory generation after e-smith-base+ldap |
79 |
|
package: add prop "generateDb" to ldap key and modify /var/service/ldap/run. |
80 |
|
|
81 |
|
* Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-5 |
82 |
|
- Convert ldap-init-accounts action to /home/e-smith/db/ldap/ldif template |
83 |
|
[SME: 3439]. |
84 |
|
- New template is able to import after package install sme accounts from |
85 |
|
/etc/{passwd,group,shadow} files to ldap directory. |
86 |
|
|
87 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-4 |
88 |
|
- Use frames in elinks [SME: 4156] |
89 |
|
- Set homepage for elinks [SME: 4160] |
90 |
|
|
91 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-3 |
92 |
|
- Fix free/busy field in useraccounts [SME: 4157] |
93 |
|
|
94 |
|
* Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.19.1-2 |
95 |
|
- Add free/busy URL entry to help kronolith contribs [SME: 1806] |
96 |
|
|
97 |
* Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 4.19.1-1 |
* Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 4.19.1-1 |
98 |
- Re-base off of e-smith-base-1.18.1 & e-smith-ldap-4.12.0 |
- Re-base off of e-smith-base-1.18.1 & e-smith-ldap-4.12.0 |
99 |
- Roll to development stream numbering |
- Roll to development stream numbering |
1096 |
%if "%{?rhel}" == "5" |
%if "%{?rhel}" == "5" |
1097 |
%patch2 -p1 |
%patch2 -p1 |
1098 |
%endif |
%endif |
1099 |
|
%patch3 -p1 |
1100 |
|
%patch4 -p1 |
1101 |
|
%patch5 -p1 |
1102 |
|
%patch6 -p1 |
1103 |
|
|
1104 |
%pre |
%pre |
1105 |
if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ] |
if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ] |