From 3da9ca65ddd5798441b8430f51d8d5a8d94d02d9 Mon Sep 17 00:00:00 2001 From: liweigang Date: Mon, 8 Apr 2024 10:52:36 +0800 Subject: [PATCH] fix strip problem Signed-off-by: liweigang (cherry picked from commit f4c2a514d0a1a4bae93d7e64613a76870ef0f249) --- mstflint.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mstflint.spec b/mstflint.spec index bed53a8..b49e583 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -1,7 +1,7 @@ Name: mstflint Summary: Firmware Burning and Diagnostics Tools Version: 4.26.0 -Release: 1 +Release: 2 License: GPLv2+ or BSD Url: https://github.com/Mellanox/mstflint Source: https://github.com/Mellanox/%{name}/releases/download/v%{version}-1/%{name}-%{version}-1.tar.gz @@ -29,6 +29,7 @@ export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %install %make_install strip %{buildroot}/%{_libdir}/mstflint/python_tools/*.so +strip %{buildroot}/%{_libdir}/mstflint/sdk/*.so %delete_la_and_a %files @@ -43,6 +44,9 @@ strip %{buildroot}/%{_libdir}/mstflint/python_tools/*.so %{_mandir}/man1/* %changelog +* Mon Apr 08 2024 liweigang - 4.26.0-2 +- fix strip problem + * Wed Jan 24 2024 yaoxin - 4.26.0-1 - Upgrade to 4.26.0 -- Gitee