Change STRIP to STRIP_OPTS

Resolves: #2101614
This commit is contained in:
Simon Pichugin 2022-06-27 17:11:25 -07:00
parent 1df80b1f42
commit 021e99da94

View File

@ -14,7 +14,7 @@
Name: openldap
Version: 2.6.2
Release: 1%{?dist}
Release: 2%{?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 <spichugi@redhat.com> - 2.6.2-2
- Fix debuginfo missing issue (#2101614)
* Wed May 25 2022 Simon Pichugin <spichugi@redhat.com> - 2.6.2-1
- Rebase to version 2.6.2 (#2090447)