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 13 |
%define release 22 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
21 |
Patch11: e-smith-base-4.18.1-dateManip.patch |
Patch11: e-smith-base-4.18.1-dateManip.patch |
22 |
Patch12: e-smith-base-4.18.1-ethernetlist.patch |
Patch12: e-smith-base-4.18.1-ethernetlist.patch |
23 |
Patch13: e-smith-base-4.18.1-add2general.patch |
Patch13: e-smith-base-4.18.1-add2general.patch |
24 |
|
Patch14: e-smith-base+ldap-4.19.1-change_domain_name.patch |
25 |
|
Patch15: e-smith-base+ldap-4.19.1-freebusy.patch2 |
26 |
|
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 |
|
Patch20: e-smith-base-4.18.1-PortFixesFromBase.patch |
31 |
|
Patch21: e-smith-base-4.18.1-fixPASSWORD_VERIFY_NEW.patch |
32 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
33 |
Requires: mod_auth_external |
Requires: mod_auth_external |
34 |
Requires: e-smith-lib >= 1.18.0-19 |
Requires: e-smith-lib >= 1.18.0-19 |
85 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
86 |
|
|
87 |
%changelog |
%changelog |
88 |
|
* Fri Aug 8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-22 |
89 |
|
- Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487] |
90 |
|
|
91 |
|
* Thu Aug 7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-21 |
92 |
|
- Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it |
93 |
|
to e-smith-formmagick's general [SME: 4475] |
94 |
|
- Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476] |
95 |
|
- Remove invalid entry tag from userpassword's locale file preventing the |
96 |
|
form from displaying properly [SME: 4479] |
97 |
|
|
98 |
|
* Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.19.1-20 |
99 |
|
- Separate template to avoid breaking schema [SME: 4171] |
100 |
|
|
101 |
|
* Fri Jul 25 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-19 |
102 |
|
- Merge Users and People informations in ou=Users. This is done by removing |
103 |
|
the 'account' objectClass and adding 'calEntry' and 'InetOrgPerson' for |
104 |
|
user accounts [SME: 4396] |
105 |
|
- do not reset objectClass attributes during ldap-update. This will allow |
106 |
|
admins to add others objectClass |
107 |
|
- use the dummy user (inetOrgPerson) of each group to store mail address |
108 |
|
of the group (may store alias latter) |
109 |
|
- remove now unused ou=People |
110 |
|
- rotate slapd log in logrotate event |
111 |
|
- compute sambaSID of users, prevent invalid sambaSID during migration |
112 |
|
|
113 |
|
* Wed Jul 23 2008 Gavin Weight <gweight@gmail.com> 4.19.1-18 |
114 |
|
- Add regex to support cciss device names in manageRAID.pl. [SME: 4455] |
115 |
|
|
116 |
|
* Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-17 |
117 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
118 |
|
|
119 |
|
* Thu May 14 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-16 |
120 |
|
- Add calEntry in ldap-update so the attribute calFBURL is allowed and |
121 |
|
ou=People can be updated |
122 |
|
|
123 |
|
* Mon Apr 28 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-15 |
124 |
|
- Fix run script when domain name has changed |
125 |
|
|
126 |
* Mon Apr 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-14 |
* Mon Apr 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-14 |
127 |
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
- Add common <base> tags to e-smith-formmagick's general [SME: 4279] |
128 |
|
|
1191 |
%patch11 -p1 |
%patch11 -p1 |
1192 |
%patch12 -p1 |
%patch12 -p1 |
1193 |
%patch13 -p1 |
%patch13 -p1 |
1194 |
|
%patch14 -p1 |
1195 |
|
%patch15 -p1 |
1196 |
|
%patch16 -p1 |
1197 |
|
%patch17 -p1 |
1198 |
|
%patch18 -p1 |
1199 |
|
%patch19 -p1 |
1200 |
|
%patch20 -p1 |
1201 |
|
%patch21 -p1 |
1202 |
|
|
1203 |
%pre |
%pre |
1204 |
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 ] |