Fix twice packaged compat libraries issue

Resolves: #2049085
This commit is contained in:
Simon Pichugin 2022-02-02 13:54:33 -08:00
parent 004e302f0d
commit 8bbac26818
1 changed files with 7 additions and 4 deletions

View File

@ -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 <spichugi@redhat.com> - 2.6.1-2
- Fix twice packaged compat libraries issue (#2049085)
* Mon Jan 31 2022 Simon Pichugin <spichugi@redhat.com> - 2.6.1-1
- Update to new major release OpenLDAP 2.6.1 (#1955293)
+ rediff all patches and remove patches now upstream