Update to upstream release 4.30.0
Resolves: RHEL-67034 Signed-off-by: Kamal Heib <kheib@redhat.com>
This commit is contained in:
parent
28400ce0e3
commit
81a3d537d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@ noarch/
|
|||||||
/mstflint-4.25.0-1.tar.gz
|
/mstflint-4.25.0-1.tar.gz
|
||||||
/mstflint-4.26.0-1.tar.gz
|
/mstflint-4.26.0-1.tar.gz
|
||||||
/mstflint-4.29.0-1.tar.gz
|
/mstflint-4.29.0-1.tar.gz
|
||||||
|
/mstflint-4.30.0-1.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: mstflint
|
Name: mstflint
|
||||||
Summary: Mellanox firmware burning tool
|
Summary: Mellanox firmware burning tool
|
||||||
Version: 4.29.0
|
Version: 4.30.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ or BSD
|
License: GPLv2+ or BSD
|
||||||
Url: https://github.com/Mellanox/%{name}
|
Url: https://github.com/Mellanox/%{name}
|
||||||
@ -29,7 +29,7 @@ for network adapters based on Mellanox Technologies chips.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%patch4 -p1
|
%patch 4 -p1
|
||||||
|
|
||||||
find . -type f -iname '*.[ch]' -exec chmod a-x '{}' ';'
|
find . -type f -iname '*.[ch]' -exec chmod a-x '{}' ';'
|
||||||
find . -type f -iname '*.cpp' -exec chmod a-x '{}' ';'
|
find . -type f -iname '*.cpp' -exec chmod a-x '{}' ';'
|
||||||
@ -64,6 +64,10 @@ chmod +x %{buildroot}/%{_libdir}/mstflint/sdk/*.so
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 10 2024 Kamal Heib <kheib@redhat.com> - 4.30.0-1
|
||||||
|
- Update to upstream release 4.30.0
|
||||||
|
- Resolves: RHEL-67034
|
||||||
|
|
||||||
* Tue Nov 05 2024 Kamal Heib <kheib@redhat.com> - 4.29.0-1
|
* Tue Nov 05 2024 Kamal Heib <kheib@redhat.com> - 4.29.0-1
|
||||||
- Update to upstream release 4.29.0
|
- Update to upstream release 4.29.0
|
||||||
- Resolves: RHEL-52887
|
- Resolves: RHEL-52887
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mstflint-4.29.0-1.tar.gz) = 33e889feb97e86cfaf095a4224c63015363f38f595bf84b0c7d409359388b6c1fd1e36ab59f995b57ea0d9e3eb686c486bba8047b4cbe75a3829ca1b28ea3976
|
SHA512 (mstflint-4.30.0-1.tar.gz) = 05836cd1a922937d6ae530e5d579c4c896dd510129669337b4f0aae0f2ec0e05c1866d65f60c5e0c0d5b3a17564a542c051e293170e866705668d3d684a75556
|
||||||
|
Loading…
Reference in New Issue
Block a user