Update to upstream release 4.30.0
Resolves: RHEL-65360 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
4effb818b2
commit
77c1363d02
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@ noarch/
|
||||
/mstflint-4.24.0-1.tar.gz
|
||||
/mstflint-4.25.0-1.tar.gz
|
||||
/mstflint-4.26.0-1.tar.gz
|
||||
/mstflint-4.30.0-1.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: mstflint
|
||||
Summary: Mellanox firmware burning tool
|
||||
Version: 4.26.0
|
||||
Version: 4.30.0
|
||||
Release: %autorelease
|
||||
# COPYING says the license is your choice of OpenIB.org BSD or GPLv2.
|
||||
# kernel/Makefile has the 3-clause BSD.
|
||||
@ -15,7 +15,6 @@ Group: Applications/System
|
||||
|
||||
Patch1: 0001-Fix-bind-now-test.patch
|
||||
Patch4: add-default-link-flags-for-shared-libraries.patch
|
||||
Patch6: replace-mlxfwreset-with-mstfwreset-in-mstflint-message.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: libstdc++-devel, zlib-devel, libibmad-devel, gcc-c++, gcc
|
||||
@ -37,7 +36,6 @@ for network adapters based on Mellanox Technologies chips.
|
||||
|
||||
%patch1 -p1
|
||||
%patch4 -p1
|
||||
%patch6 -p1
|
||||
|
||||
find . -type f -iname '*.[ch]' -exec chmod a-x '{}' ';'
|
||||
find . -type f -iname '*.cpp' -exec chmod a-x '{}' ';'
|
||||
@ -65,6 +63,7 @@ chmod +x %{buildroot}/%{_libdir}/mstflint/sdk/*.so
|
||||
%doc README
|
||||
%_bindir/*
|
||||
%{_libdir}/mstflint
|
||||
%{_libdir}/libmtcr_ul.a
|
||||
|
||||
%{_datadir}/mstflint
|
||||
%{_mandir}/man1/*
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mstflint-4.26.0-1.tar.gz) = 6ba357f5ed3a8c5ac4195b7b45c5abad3eb95d549f5bd2cc8ae84dee7dab894c47839a3ce3aec04bdaa4942ca953bb148a68cf72c2e9d4e60e090595c96c163e
|
||||
SHA512 (mstflint-4.30.0-1.tar.gz) = 05836cd1a922937d6ae530e5d579c4c896dd510129669337b4f0aae0f2ec0e05c1866d65f60c5e0c0d5b3a17564a542c051e293170e866705668d3d684a75556
|
||||
|
Loading…
Reference in New Issue
Block a user