diff --git a/openldap.spec b/openldap.spec index 5070f11..d84fe0a 100644 --- a/openldap.spec +++ b/openldap.spec @@ -11,7 +11,7 @@ Summary: The configuration files, libraries, and documentation for OpenLDAP Name: openldap Version: %{version} -Release: 1%{?dist} +Release: 2%{?dist} License: OpenLDAP Group: System Environment/Daemons Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz @@ -50,6 +50,9 @@ BuildRequires: unixODBC-devel, libtool-ltdl-devel, groff Requires: glibc >= 2.2.3-48, mktemp Obsoletes: compat-openldap < 2.4 +# provide ldif2ldbm functionality for migrationtools +Provides: ldif2ldbm + %description OpenLDAP is an open source suite of LDAP (Lightweight Directory Access Protocol) applications and development tools. LDAP is a set of @@ -600,6 +603,9 @@ fi %attr(0644,root,root) %{evolution_connector_libdir}/*.a %changelog +* Mon Sep 1 2008 Jan Safranek 2.4.11-2 +- provide ldif2ldbm functionality for migrationtools + * Mon Jul 21 2008 Jan Safranek 2.4.11-1 - new upstream release - apply official bdb-4.6.21 patches