From 9454a500a4b8a4f48a8daa1694f5b2eafad9575f Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Fri, 4 Mar 2022 15:59:44 +0800 Subject: [PATCH] Strip binary files. (cherry picked from commit 29778ae1ab03e8e248ea180fc02a90aa9199bd08) --- lapack.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lapack.spec b/lapack.spec index 0098572..223035b 100644 --- a/lapack.spec +++ b/lapack.spec @@ -1,11 +1,10 @@ -%global debug_package %{nil} %global shortver 3 %global mediumver %{shortver}.10 Name: lapack Version: %{mediumver}.0 -Release: 3 +Release: 4 Summary: The LAPACK libraries for numerical linear algebra. License: BSD URL: http://www.netlib.org/lapack/ @@ -208,6 +207,9 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack %endif %changelog +* Fri Mar 4 2022 yaoxin - 3.10.0-4 +- Strip binary files. + * Wed Dec 15 2021 qinyu - 3.10.0-3 - fix lapack-devel build error -- Gitee