From c40de31677b25a6fa4921c723836ef3e7e06a61e Mon Sep 17 00:00:00 2001 From: Simon Pichugin Date: Mon, 27 Jun 2022 17:30:13 -0700 Subject: [PATCH] Change STRIP to STRIP_OPTS Related: rhbz#2094159 --- openldap.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/openldap.spec b/openldap.spec index 2407464..d761783 100644 --- a/openldap.spec +++ b/openldap.spec @@ -16,7 +16,7 @@ Name: openldap Version: 2.6.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: LDAP support libraries License: OpenLDAP URL: http://www.openldap.org/ @@ -247,7 +247,7 @@ popd mkdir -p %{buildroot}%{_libdir}/ pushd openldap-%{version} -%make_install STRIP="" +%make_install STRIP_OPTS="" popd # install check_password module @@ -541,6 +541,10 @@ exit 0 %{_libdir}/libslapi-2.4*.so.* %changelog +* Mon Jun 27 2022 Simon Pichugin - 2.6.2-2 +- Change STRIP to STRIP_OPTS + Related: rhbz#2094159 + * Wed Jun 1 2022 Simon Pichugin - 2.6.2-1 - Update to new major release OpenLDAP 2.6.2 - The client tools parameters '-h' and '-p' are officially deprecated,