From 78a563b27316dc08da44ba0bb6bdd6e1c83bb663 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Tue, 14 Feb 2012 09:52:10 +0100 Subject: [PATCH] openldap-servers: provide ldib2ldbm for migrationtools References: #437104 --- openldap.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openldap.spec b/openldap.spec index 1a02203..5b59c61 100644 --- a/openldap.spec +++ b/openldap.spec @@ -81,6 +81,8 @@ Requires(postun): systemd-units BuildRequires: libdb-devel%{?_isa} BuildRequires: systemd-units Group: System Environment/Daemons +# migrationtools (slapadd functionality): +Provides: ldib2ldbm %description servers OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access @@ -652,6 +654,7 @@ exit 0 + connection handling fixes + server: buxfixes in mdb backend + server: buxfixes in overlays (syncrepl, meta, monitor, perl, sql, dds, rwm) +- openldap-servers now provide ldib2ldbm (#437104) * Tue Jan 31 2012 Jan Vcelak 2.4.28-3 - fix: replication (syncrepl) with TLS causes segfault (#783431)