From 558f709787f8fb4c5dc1d7574445d66d86852b75 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Mon, 20 Feb 2012 15:31:56 +0100 Subject: [PATCH] fix update provide ldif2ldbm, not ldib2ldbm Resolves: #437104 --- openldap.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/openldap.spec b/openldap.spec index 29c8045..786341b 100644 --- a/openldap.spec +++ b/openldap.spec @@ -86,7 +86,7 @@ BuildRequires: libdb-devel%{?_isa} BuildRequires: systemd-units Group: System Environment/Daemons # migrationtools (slapadd functionality): -Provides: ldib2ldbm +Provides: ldif2ldbm %description servers OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access @@ -651,9 +651,11 @@ exit 0 %{evolution_connector_prefix}/ %changelog -* Mon Feb 20 2012 Jan Synáček - 2.4.29-2 -- unify systemctl binary paths throughout the specfile and make them usrmove compliant -- make path to chkconfig binary usrmove compliant +* Mon Feb 20 2012 Jan Vcelak 2.4.29-2 +- fix update: provide ldif2ldbm, not ldib2ldbm (#437104) +- Jan Synáček : + + unify systemctl binary paths throughout the specfile and make them usrmove compliant + + make path to chkconfig binary usrmove compliant * Wed Feb 15 2012 Jan Vcelak 2.4.29-1 - new upstream release