Change STRIP to STRIP_OPTS
Related: rhbz#2094159
This commit is contained in:
parent
38f0a65e67
commit
c40de31677
@ -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 <spichugi@redhat.com> - 2.6.2-2
|
||||
- Change STRIP to STRIP_OPTS
|
||||
Related: rhbz#2094159
|
||||
|
||||
* Wed Jun 1 2022 Simon Pichugin <spichugi@redhat.com> - 2.6.2-1
|
||||
- Update to new major release OpenLDAP 2.6.2
|
||||
- The client tools parameters '-h' and '-p' are officially deprecated,
|
||||
|
Loading…
Reference in New Issue
Block a user