Use brp-strip instead of brp-strip-shared (bz#1955380)

This commit is contained in:
Orion Poplawski 2021-05-30 12:42:39 -06:00
parent a28ba48aa8
commit 928bdda92c
2 changed files with 5 additions and 2 deletions

View File

@ -67,7 +67,7 @@ fi \
# any shared objects.
%octave_pkg_check \
%octave_cmd pkg("prefix","%{buildroot}%{octprefix}","%{buildroot}%{octarchprefix}");pkg("local_list",fullfile("%{buildroot}%{octshareprefix}","octave_packages"));pkg("list");pkg("install","-verbose",glob("%{_builddir}/%{buildsubdir}/build/%{octpkg}-%{version}-*.tar.gz"){1,1});pkg("load","%{octpkg}");pkg("list");runtests("%{buildroot}%{octpkgdir}");unlink(pkg("local_list")); \
/usr/lib/rpm/brp-strip-shared %{__strip} \
/usr/lib/rpm/brp-strip %{__strip} \
%{nil}
# preun script - we need to remove our uninstall protection and perhaps

View File

@ -37,7 +37,7 @@
Name: octave
Epoch: 6
Version: 5.2.0
Release: 12%{?dist}
Release: 13%{?dist}
Summary: A high-level language for numerical computations
License: GPLv3+
URL: http://www.octave.org
@ -444,6 +444,9 @@ make check %{?el7:|| :}
%{_pkgdocdir}/refcard*.pdf
%changelog
* Sun May 30 2021 Orion Poplawski <orion@nwra.com> - 6:5.2.0-13
- Use brp-strip instead of brp-strip-shared (bz#1955380)
* Tue Apr 06 2021 Orion Poplawski <orion@nwra.com> - 6:5.2.0-12
- Backport readline 8.1 support (bz#1946773)