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