From 8c62908069627b2a4b869fff5c395c89e9134297 Mon Sep 17 00:00:00 2001 From: Simon Pichugin Date: Jun 27 2022 23:35:15 +0000 Subject: Change STRIP to STRIP_OPTS Resolves: #2101615 --- diff --git a/openldap.spec b/openldap.spec index 797b3bc..d12fa0b 100644 --- a/openldap.spec +++ b/openldap.spec @@ -14,7 +14,7 @@ Name: openldap Version: 2.6.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: LDAP support libraries License: OpenLDAP URL: http://www.openldap.org/ @@ -239,7 +239,7 @@ popd mkdir -p %{buildroot}%{_libdir}/ pushd openldap-%{version} -%make_install STRIP="" +%make_install STRIP_OPTS="" popd # install check_password module @@ -504,6 +504,9 @@ exit 0 %{_libdir}/libslapi-2.4*.so.* %changelog +* Mon Jun 27 2022 Simon Pichugin - 2.6.2-3 +- Fix debuginfo missing issue (#2101615) + * Mon May 30 2022 Jitka Plesnikova - 2.6.2-2 - Perl 5.36 rebuild