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 17 |
%define release 20 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
24 |
Patch14: e-smith-base+ldap-4.19.1-change_domain_name.patch |
Patch14: e-smith-base+ldap-4.19.1-change_domain_name.patch |
25 |
Patch15: e-smith-base+ldap-4.19.1-freebusy.patch2 |
Patch15: e-smith-base+ldap-4.19.1-freebusy.patch2 |
26 |
Patch16: e-smith-base+ldap-4.19.1-add2general.patch |
Patch16: e-smith-base+ldap-4.19.1-add2general.patch |
27 |
|
Patch17: e-smith-base+ldap-4.19.1-get_raid_details_cciss.patch |
28 |
|
Patch18: e-smith-base+ldap-4.19.1-merge_users_and_people.patch |
29 |
|
Patch19: e-smith-base+ldap-4.19.1-2739schema.patch |
30 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
31 |
Requires: mod_auth_external |
Requires: mod_auth_external |
32 |
Requires: e-smith-lib >= 1.18.0-19 |
Requires: e-smith-lib >= 1.18.0-19 |
83 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
84 |
|
|
85 |
%changelog |
%changelog |
86 |
|
* Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.19.1-20 |
87 |
|
- Separate template to avoid breaking schema [SME: 4171] |
88 |
|
|
89 |
|
* Fri Jul 25 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-19 |
90 |
|
- Merge Users and People informations in ou=Users. This is done by removing |
91 |
|
the 'account' objectClass and adding 'calEntry' and 'InetOrgPerson' for |
92 |
|
user accounts [SME: 4396] |
93 |
|
- do not reset objectClass attributes during ldap-update. This will allow |
94 |
|
admins to add others objectClass |
95 |
|
- use the dummy user (inetOrgPerson) of each group to store mail address |
96 |
|
of the group (may store alias latter) |
97 |
|
- remove now unused ou=People |
98 |
|
- rotate slapd log in logrotate event |
99 |
|
- compute sambaSID of users, prevent invalid sambaSID during migration |
100 |
|
|
101 |
|
* Wed Jul 23 2008 Gavin Weight <gweight@gmail.com> 4.19.1-18 |
102 |
|
- Add regex to support cciss device names in manageRAID.pl. [SME: 4455] |
103 |
|
|
104 |
* Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-17 |
* Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-17 |
105 |
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
106 |
|
|
1182 |
%patch14 -p1 |
%patch14 -p1 |
1183 |
%patch15 -p1 |
%patch15 -p1 |
1184 |
%patch16 -p1 |
%patch16 -p1 |
1185 |
|
%patch17 -p1 |
1186 |
|
%patch18 -p1 |
1187 |
|
%patch19 -p1 |
1188 |
|
|
1189 |
%pre |
%pre |
1190 |
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 ] |