--- rpms/e-smith-ldap/sme8/e-smith-ldap.spec 2010/04/30 15:30:36 1.32 +++ rpms/e-smith-ldap/sme8/e-smith-ldap.spec 2010/09/23 17:57:34 1.41 @@ -1,10 +1,10 @@ -# $Id: e-smith-ldap.spec,v 1.31 2010/03/01 16:58:26 vip-ire Exp $ +# $Id: e-smith-ldap.spec,v 1.40 2010/09/23 16:35:28 vip-ire Exp $ Summary: e-smith server and gateway - LDAP module %define name e-smith-ldap Name: %{name} %define version 5.2.0 -%define release 20 +%define release 28 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -24,6 +24,19 @@ Patch10: %{name}-%{version}-force_ssl_tl Patch11: %{name}-%{version}-sme8b-db.patch Patch12: %{name}-%{version}-admin_user2.patch Patch13: %{name}-%{version}-ibay_password.patch +Patch14: %{name}-%{version}-fix-indention.patch +Patch15: %{name}-%{version}-email-domain-change.patch +Patch16: %{name}-%{version}-update-admin.patch +Patch17: %{name}-%{version}-empty_group.patch +Patch18: e-smith-ldap-5.2.0-ldap_logs.patch +Patch19: e-smith-ldap-5.2.0-force_enabled.patch +Patch20: e-smith-ldap-5.2.0-index_memberuid.patch +Patch21: e-smith-ldap-5.2.0-expand_slapd_on_ldap_update.patch +Patch22: e-smith-ldap-5.2.0-split_acl_templates.patch +Patch23: e-smith-ldap-5.2.0-exop.patch +Patch24: e-smith-ldap-5.2.0-dump_ldif.patch +Patch25: e-smith-ldap-5.2.0-add_computers_ou.patch +Patch26: e-smith-ldap-5.2.0-add_posixaccount_attr_in_ldap.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: e-smith-base @@ -37,6 +50,36 @@ AutoReqProv: no e-smith server and gateway software - LDAP module. %changelog +* Thu Sep 23 2010 Daniel Berteaud 5.2.0-28.sme +- Add posixAccount attributes in LDAP [SME: 6074] + +* Thu Sep 23 2010 Daniel Berteaud 5.2.0-27.sme +- Create the Computers OU [SME: 6230] + +* Thu Sep 23 2010 Daniel Berteaud 5.2.0-26.sme +- Dump ldap data during the pre-backup event [SME: 6226] + +* Wed Sep 22 2010 Daniel Berteaud 5.2.0-25.sme +- Send slapd logs in /var/log/ldap (multilog) [SME: 6222] +- Force the service to be enabled [SME: 6221] +- Indexe memberUid attribute [SME: 6220] +- Expand slapd.conf during ldap-update event [SME: 6224] +- Split slapd ACL template [SME: 6225] +- Use md5crypt hash when client requests exop [SME: 6223] + +* Wed Sep 22 2010 Daniel Berteaud 5.2.0-24.sme +- Restrict access to the ldif file [SME: 6217] + +* Tue Jun 10 2010 Jonathan Martens 5.2.0-23.sme +- Fix ldap-create errors when adding empty groups [SME: 5920] + +* Mon Jun 7 2010 Federico Simoncelli 5.2.0-22.sme +- Update email addresses on domain change (thanks Daniel) [SME: 5984] +- Update admin information (thanks Daniel) [SME: 6014] + +* Tue May 4 2010 Jonathan Martens 5.2.0-21.sme +- Fix indentation in S25ldap-update script [SME: 5914] + * Fri Apr 30 2010 Filippo Carletti 5.2.0-20.sme - Don't try to save ibay password to ldap [SME: 5906] @@ -760,6 +803,19 @@ e-smith server and gateway software - LD %patch11 -p1 %patch12 -p1 %patch13 -p1 +%patch14 -p1 +%patch15 -p1 +%patch16 -p1 +%patch17 -p1 +%patch18 -p1 +%patch19 -p1 +%patch20 -p1 +%patch21 -p1 +%patch22 -p1 +%patch23 -p1 +%patch24 -p1 +%patch25 -p1 +%patch26 -p1 %build mkdir -p root/etc/e-smith/tests @@ -776,6 +832,7 @@ ln -s /var/service/ldap root/service/lda touch root/var/service/ldap/down mkdir -p root/var/log/bdb +mkdir -p root/var/log/ldap mkdir -p root/var/service/ldap/ssl %install @@ -784,10 +841,13 @@ rm -rf $RPM_BUILD_ROOT rm -f %{name}-%{version}-%{release}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ --file /var/service/ldap/run 'attr(0750,root,root)' \ + --file /var/service/ldap/log/run 'attr(0750,root,root)' \ --file /var/service/ldap/convert_ldif 'attr(0750,root,root)' \ --file /var/service/ldap/finish 'attr(0750,root,root)' \ --file /var/service/ldap/control/1 'attr(0750,root,root)' \ --dir /var/log/bdb 'attr(0700,ldap,ldap)' \ + --dir /home/e-smith/db/ldap 'attr(0750,root,ldap)' \ + --dir /var/log/ldap 'attr(0750,smelog,smelog)' \ > %{name}-%{version}-%{release}-filelist echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist