import mstflint-4.13.3-2.el8
This commit is contained in:
parent
19634aa269
commit
e4e65b7a0b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/mstflint-4.12.0-1.tar.gz
|
SOURCES/mstflint-4.13.3-2.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
6dbd1b010078f1f3853a57a05495cdf0cddce876 SOURCES/mstflint-4.12.0-1.tar.gz
|
d77fe8bf03a63ef51ff362c9f6367c2657e0b2c9 SOURCES/mstflint-4.13.3-2.tar.gz
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
Name: mstflint
|
Name: mstflint
|
||||||
Summary: Mellanox firmware burning tool
|
Summary: Mellanox firmware burning tool
|
||||||
Version: 4.12.0
|
Version: 4.13.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+ or BSD
|
License: GPLv2+ or BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: https://github.com/Mellanox/mstflint/releases/download/v4.12.0-1/mstflint-4.12.0-1.tar.gz
|
Source: https://github.com/Mellanox/mstflint/releases/download/v4.13.3-2/mstflint-4.13.3-2.tar.gz
|
||||||
Patch2: 0001-Fix-shebang-for-python-scripts.patch
|
Patch2: 0001-Fix-shebang-for-python-scripts.patch
|
||||||
Patch3: extend-buffer.patch
|
Patch3: extend-buffer.patch
|
||||||
Patch4: add-default-link-flags-for-shared-libraries.patch
|
Patch4: add-default-link-flags-for-shared-libraries.patch
|
||||||
@ -47,15 +47,6 @@ make DESTDIR=%{buildroot} install
|
|||||||
rm -fr %{buildroot}%{_includedir}
|
rm -fr %{buildroot}%{_includedir}
|
||||||
find %{buildroot} -type f -name '*.la' -delete
|
find %{buildroot} -type f -name '*.la' -delete
|
||||||
find %{buildroot} -type f -name '*.a' -delete
|
find %{buildroot} -type f -name '*.a' -delete
|
||||||
# python scripts with shebang should be installed as executable
|
|
||||||
find %{buildroot} -type f -name test.py -exec chmod -v a+x '{}' ';'
|
|
||||||
find %{buildroot} -type f -name mstfwreset.py -exec chmod -v a+x '{}' ';'
|
|
||||||
find %{buildroot} -type f -name mlxfwreset_mlnxdriver.py -exec chmod -v a+x '{}' ';'
|
|
||||||
find %{buildroot} -type f -name mlnx_peripheral_components.py -exec chmod -v a+x '{}' ';'
|
|
||||||
find %{buildroot} -type f -name mlxfwreset_status_checker.py -exec chmod -v a+x '{}' ';'
|
|
||||||
find %{buildroot} -type f -name mcra.py -exec chmod -v a+x '{}' ';'
|
|
||||||
find %{buildroot} -type f -name mlxfwreset_utils.py -exec chmod -v a+x '{}' ';'
|
|
||||||
find %{buildroot} -type f -name pci_device.py -exec chmod -v a+x '{}' ';'
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README
|
%doc README
|
||||||
@ -67,6 +58,14 @@ find %{buildroot} -type f -name pci_device.py -exec chmod -v a+x '{}' ';'
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 16 2020 Honggang Li <honli@redhat.com> - 4.13.3-2
|
||||||
|
- Rebase to latest upstream release v4.13.3-2
|
||||||
|
- Resolves: bz1788927
|
||||||
|
|
||||||
|
* Wed Oct 30 2019 Honggang Li <honli@redhat.com> - 4.13.1-1
|
||||||
|
- Rebase to latest upstream release v4.13.1-1
|
||||||
|
- Resolves: bz1722258
|
||||||
|
|
||||||
* Thu Jun 13 2019 Honggang Li <honli@redhat.com> - 4.12.0-1
|
* Thu Jun 13 2019 Honggang Li <honli@redhat.com> - 4.12.0-1
|
||||||
- Rebase to latest upstream release v4.12.0-1
|
- Rebase to latest upstream release v4.12.0-1
|
||||||
- Resolves: bz1683083
|
- Resolves: bz1683083
|
||||||
|
Loading…
Reference in New Issue
Block a user