From b09fe5903b7920ee4b6f368d16296d0eb3f1ead9 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Thu, 8 Jun 2023 13:46:50 -0700 Subject: [PATCH] Build the mstreg and mstlink tools Signed-off-by: Davide Cavalca --- mstflint.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mstflint.spec b/mstflint.spec index 2a1f015..fe43d19 100644 --- a/mstflint.spec +++ b/mstflint.spec @@ -3,7 +3,7 @@ Name: mstflint Summary: Mellanox firmware burning tool Version: 4.24.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ or BSD Url: https://github.com/Mellanox/%{name} Source0: https://github.com/Mellanox/%{name}/releases/download/v%{version}-1/%{name}-%{version}-1.tar.gz @@ -15,6 +15,7 @@ Patch6: replace-mlxfwreset-with-mstfwreset-in-mstflint-message.patch BuildRequires: make BuildRequires: libstdc++-devel, zlib-devel, libibmad-devel, gcc-c++, gcc BuildRequires: libcurl-devel, boost-devel, libxml2-devel, openssl-devel +BuildRequires: expat-devel %if %{__remake_config} BuildRequires: libtool, autoconf, automake %endif @@ -39,7 +40,7 @@ find . -type f -iname '*.cpp' -exec chmod a-x '{}' ';' %if %{__remake_config} ./autogen.sh %endif -%configure --enable-fw-mgr +%configure --enable-fw-mgr --enable-adb-generic-tools %make_build %install @@ -63,6 +64,10 @@ chmod +x %{buildroot}/%{_libdir}/mstflint/python_tools/*.so %{_mandir}/man1/* %changelog +* Thu Jun 08 2023 Davide Cavalca - 4.24.0-2 +- Build the mstreg and mstlink tools +- Resolves: rhbz#2213647 + * Fri Jun 02 2023 Kamal Heib - 4.24.0-1 - Update to upstream release 4.24.0 - Resolves: rhbz#2170368