--- rpms/e-smith-ldap/sme8/e-smith-ldap.spec 2007/06/26 18:35:58 1.2 +++ rpms/e-smith-ldap/sme8/e-smith-ldap.spec 2009/01/28 04:04:18 1.12 @@ -1,23 +1,22 @@ +# $Id: e-smith-ldap.spec,v 1.11 2008/10/07 18:40:10 slords Exp $ + Summary: e-smith server and gateway - LDAP module %define name e-smith-ldap Name: %{name} -%define version 4.12.0 -%define release 7 +%define version 5.2.0 +%define release 2 Version: %{version} Release: %{release}%{?dist} License: GPL Group: Networking/Daemons Source: %{name}-%{version}.tar.gz -Patch0: e-smith-ldap-4.12.0-noipv6.patch -Patch1: e-smith-ldap-4.12.0-slapd.conf.perms.patch -Patch2: e-smith-ldap-4.12.0-success.patch -Patch3: e-smith-ldap-4.12.0-pid_args_files.patch -Patch4: e-smith-ldap-4.12.0-objectClass.patch +Patch0: %{name}-%{version}.backend BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: e-smith-base Requires: e-smith-lib >= 1.15.1-16 Requires: openldap >= 2.0.0, perl(Net::LDAP) +Requires: e-smith-formmagick >= 1.4.0-9 BuildRequires: e-smith-devtools >= 1.13.1-03 AutoReqProv: no @@ -25,6 +24,28 @@ AutoReqProv: no e-smith server and gateway software - LDAP module. %changelog +* Tue Jan 27 2009 Charlie Brady 5.2.0-2.sme +- Change ldap backend to bdb, and fix initialisation problem. + [SME: 3018, 2859] + +* Tue Oct 7 2008 Shad L. Lords 5.2.0-1.sme +- Roll new stream to separate sme7/sme8 trees [SME: 4633] + +* Wed Aug 20 2008 Shad L. Lords 4.13.0-1 +- Roll new dev stream. + +* Fri Jul 25 2008 Shad L. Lords 4.12.0-11 +- Separate template to avoid breaking schema [SME: 4171] + +* Sat Jul 5 2008 Jonathan Martens 4.12.0-10 +- Add common tags to e-smith-formmagick's general [SME: 4279] + +* Tue Apr 1 2008 Shad L. Lords 4.12.0-9 +- Add free/busy URL entry to help kronolith contribs [SME: 1806] + +* Wed Feb 13 2008 Stephen Noble 4.12.0-8 +- Remove tags now in general [SME: 3919] + * Tue Jun 26 2007 Charlie Brady - Fix format error in ldif template. [SME: 3107] @@ -658,10 +679,6 @@ e-smith server and gateway software - LD %prep %setup %patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 %build mkdir -p root/etc/e-smith/tests @@ -683,6 +700,7 @@ 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/convert_ldif 'attr(0750,root,root)' \ --file /var/service/ldap/finish 'attr(0750,root,root)' \ > %{name}-%{version}-%{release}-filelist echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist