Change STRIP to STRIP_OPTS

Resolves: #2101615
This commit is contained in:
Simon Pichugin 2022-06-27 16:33:54 -07:00
parent 105ad09922
commit 8c62908069

View File

@ -14,7 +14,7 @@
Name: openldap Name: openldap
Version: 2.6.2 Version: 2.6.2
Release: 2%{?dist} Release: 3%{?dist}
Summary: LDAP support libraries Summary: LDAP support libraries
License: OpenLDAP License: OpenLDAP
URL: http://www.openldap.org/ URL: http://www.openldap.org/
@ -239,7 +239,7 @@ popd
mkdir -p %{buildroot}%{_libdir}/ mkdir -p %{buildroot}%{_libdir}/
pushd openldap-%{version} pushd openldap-%{version}
%make_install STRIP="" %make_install STRIP_OPTS=""
popd popd
# install check_password module # install check_password module
@ -504,6 +504,9 @@ exit 0
%{_libdir}/libslapi-2.4*.so.* %{_libdir}/libslapi-2.4*.so.*
%changelog %changelog
* Mon Jun 27 2022 Simon Pichugin <spichugi@redhat.com> - 2.6.2-3
- Fix debuginfo missing issue (#2101615)
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.6.2-2 * Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.6.2-2
- Perl 5.36 rebuild - Perl 5.36 rebuild