diff --git a/mstflint.spec b/mstflint.spec index d4556a109197993eb2e6316d63f9a24365b53868..537fac8bef9f8d564600ab5bdfc1bf403dfae386 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -1,7 +1,7 @@ Name: mstflint Summary: Firmware Burning and Diagnostics Tools Version: 4.10.0 -Release: 13 +Release: 14 License: GPLv2+ or BSD Url: https://github.com/Mellanox/mstflint Source: https://github.com/Mellanox/%{name}/releases/download/v4.10.0-1/%{name}-%{version}.tar.gz @@ -32,7 +32,9 @@ code. Please see the file LICENSE for licensing details. %endif %patch3 -p1 %patch4 -p1 +%ifarch riscv64 %patch5 -p1 +%endif %build export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" @@ -57,6 +59,9 @@ strip %{buildroot}/%{_libdir}/mstflint/python_tools/*.so %{_mandir}/man1/* %changelog +* Fri Sep 12 2025 zhang_chunjing - 4.10.0-14 +- Fix the sw build failure + * Wed Jun 28 2023 lvxiaoqian - 4.10.0-13 - Add riscv64 patch from v4.17