From 54e357771f4783c291c96bc97bf7758ceebc7c47 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Fri, 20 Jul 2012 16:59:28 +0200 Subject: [PATCH] multilib fix: move libslapi from openldap-servers to openldap package --- openldap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openldap.spec b/openldap.spec index 453ec7e..e8351ac 100644 --- a/openldap.spec +++ b/openldap.spec @@ -8,7 +8,7 @@ Name: openldap Version: 2.4.31 -Release: 5%{?dist} +Release: 6%{?dist} Summary: LDAP support libraries Group: System Environment/Daemons License: OpenLDAP @@ -547,6 +547,7 @@ exit 0 %{_libdir}/liblber-2.4*.so.* %{_libdir}/libldap-2.4*.so.* %{_libdir}/libldap_r-2.4*.so.* +%{_libdir}/libslapi-2.4*.so.* %{_mandir}/man5/ldif.5* %{_mandir}/man5/ldap.conf.5* @@ -563,7 +564,6 @@ exit 0 %dir %attr(-,ldap,ldap) %{_localstatedir}/run/openldap %{_unitdir}/slapd.service %{_datadir}/openldap-servers/ -%{_libdir}/libslapi-2.4*.so.* %{_libdir}/openldap/accesslog* %{_libdir}/openldap/auditlog* %{_libdir}/openldap/back_dnssrv* @@ -624,6 +624,9 @@ exit 0 %{evolution_connector_prefix}/ %changelog +* Fri Jul 20 2012 Jan Vcelak 2.4.31-6 +- multilib fix: move libslapi from openldap-servers to openldap package + * Thu Jul 19 2012 Jan Vcelak 2.4.31-5 - fix: querying for IPv6 DNS records when IPv6 is disabled on the host (#835013) - fix: smbk5pwd module computes invalid LM hashes (#841560)