import UBI openldap-2.6.3-1.el9

This commit is contained in:
eabdullin 2023-11-07 11:20:33 +00:00
parent 03c685014d
commit 55820ca734
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/openldap-2.6.2.tgz SOURCES/openldap-2.6.3.tgz
SOURCES/openldap-ppolicy-check-password-1.1.tar.gz SOURCES/openldap-ppolicy-check-password-1.1.tar.gz

View File

@ -1,2 +1,2 @@
478066b34ac4e04ecabba11a5675f6c688b360fb SOURCES/openldap-2.6.2.tgz 058712d53024e745e71487c77ab9c721571f5865 SOURCES/openldap-2.6.3.tgz
d9f2c30aa3ec5760d4eb5923f461ca8eed92703d SOURCES/openldap-ppolicy-check-password-1.1.tar.gz d9f2c30aa3ec5760d4eb5923f461ca8eed92703d SOURCES/openldap-ppolicy-check-password-1.1.tar.gz

View File

@ -15,8 +15,8 @@
%global __brp_remove_la_files %nil %global __brp_remove_la_files %nil
Name: openldap Name: openldap
Version: 2.6.2 Version: 2.6.3
Release: 3%{?dist} Release: 1%{?dist}
Summary: LDAP support libraries Summary: LDAP support libraries
License: OpenLDAP License: OpenLDAP
URL: http://www.openldap.org/ URL: http://www.openldap.org/
@ -541,6 +541,10 @@ exit 0
%{_libdir}/libslapi-2.4*.so.* %{_libdir}/libslapi-2.4*.so.*
%changelog %changelog
* Wed Jun 14 2023 Simon Pichugin <spichugi@redhat.com> - 2.6.3-1
- Rebase OpenLDAP to 2.6.3
Related: rhbz#2212983
* Fri Aug 5 2022 Simon Pichugin <spichugi@redhat.com> - 2.6.2-3 * Fri Aug 5 2022 Simon Pichugin <spichugi@redhat.com> - 2.6.2-3
- Add export symbols related to LDAP_CONNECTIONLESS - Add export symbols related to LDAP_CONNECTIONLESS
Related: rhbz#2115465 Related: rhbz#2115465