From 72a717c973fc9c3d69f38d0e317356567ae42ba4 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Tue, 26 Dec 2023 18:08:22 +0100 Subject: [PATCH] update openldap to 2.6.3 Signed-off-by: Toshaan Bharvani --- SPECS/openldap.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SPECS/openldap.spec b/SPECS/openldap.spec index 362874d..5fc2b33 100644 --- a/SPECS/openldap.spec +++ b/SPECS/openldap.spec @@ -15,8 +15,8 @@ %global __brp_remove_la_files %nil Name: openldap -Version: 2.6.2 -Release: 3%{?dist} +Version: 2.6.3 +Release: 1%{?dist} Summary: LDAP support libraries License: OpenLDAP URL: http://www.openldap.org/ @@ -541,6 +541,10 @@ exit 0 %{_libdir}/libslapi-2.4*.so.* %changelog +* Wed Jun 14 2023 Simon Pichugin - 2.6.3-1 +- Rebase OpenLDAP to 2.6.3 + Related: rhbz#2212983 + * Fri Aug 5 2022 Simon Pichugin - 2.6.2-3 - Add export symbols related to LDAP_CONNECTIONLESS Related: rhbz#2115465