From 8bbac268180a3291995140054530b78d422b7d5a Mon Sep 17 00:00:00 2001 From: Simon Pichugin Date: Wed, 2 Feb 2022 13:54:33 -0800 Subject: [PATCH] Fix twice packaged compat libraries issue Resolves: #2049085 --- openldap.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/openldap.spec b/openldap.spec index e4f25e2..20853b6 100644 --- a/openldap.spec +++ b/openldap.spec @@ -14,7 +14,7 @@ Name: openldap Version: 2.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: LDAP support libraries License: OpenLDAP URL: http://www.openldap.org/ @@ -414,9 +414,9 @@ exit 0 %dir %{_sysconfdir}/openldap/certs %config(noreplace) %{_sysconfdir}/openldap/ldap.conf %dir %{_libexecdir}/openldap/ -%{_libdir}/liblber*.so.* -%{_libdir}/libldap*.so.* -%{_libdir}/libslapi*.so.* +%{_libdir}/liblber.so.* +%{_libdir}/libldap.so.* +%{_libdir}/libslapi.so.* %{_mandir}/man5/ldif.5* %{_mandir}/man5/ldap.conf.5* @@ -504,6 +504,9 @@ exit 0 %{_libdir}/libslapi-2.4*.so.* %changelog +* Wed Feb 2 2022 Simon Pichugin - 2.6.1-2 +- Fix twice packaged compat libraries issue (#2049085) + * Mon Jan 31 2022 Simon Pichugin - 2.6.1-1 - Update to new major release OpenLDAP 2.6.1 (#1955293) + rediff all patches and remove patches now upstream