Update user-space rshim driver source to version 2.0.5
And modify rshim.spec accordingly. Also switch to %autosetup to handle Patch0 and any future patches. Resolves: rhbz#1858577
This commit is contained in:
parent
9fb52d26c0
commit
b5de4aab0b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/rshim-2.0.4.tar.gz
|
||||
/rshim-2.0.5.tar.gz
|
||||
|
||||
20
rshim.spec
20
rshim.spec
@ -3,8 +3,8 @@
|
||||
#
|
||||
|
||||
Name: rshim
|
||||
Version: 2.0.4
|
||||
Release: 6%{?dist}
|
||||
Version: 2.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: User-space driver for Mellanox BlueField SoC
|
||||
|
||||
License: GPLv2
|
||||
@ -27,8 +27,7 @@ interface. It provides ways to push boot stream, debug the target or login
|
||||
via the virtual console or network interface.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1 -b .sysconfig
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
./bootstrap.sh
|
||||
@ -56,14 +55,23 @@ EOF
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%config(noreplace) %{_sysconfdir}/rshim.conf
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/rshim
|
||||
%{_sbindir}/rshim
|
||||
%{_unitdir}/rshim.service
|
||||
%{_sbindir}/rshim
|
||||
%{_sbindir}/bfb-install
|
||||
%{_mandir}/man8/rshim.8.gz
|
||||
%{_mandir}/man8/bfb-install.8.gz
|
||||
|
||||
%changelog
|
||||
* Tue May 18 2021 Dean Nelson <dnelson@redhat.com> - 2.0.5-1
|
||||
- Update user-space rshim driver source to version 2.0.5
|
||||
- Modify rshim.spec accordingly
|
||||
- Switch to %%autosetup to handle Patch0 and any future patches
|
||||
- Resolves: rhbz#1858577
|
||||
|
||||
* Tue Apr 20 2021 Jeff Bastian <jbastian@redhat.com> - 2.0.4-6
|
||||
- add sysconfig/rshim file and update rshim.service to source it
|
||||
- Add sysconfig/rshim file and update rshim.service to source it
|
||||
- Resolves: rhbz#1960060
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.0.4-5
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rshim-2.0.4.tar.gz) = 76b420379bbaf459493e4956a2f8b3e92cf83ebc2cb0ad946c2028383ed5b1093e79a24d0c949776c1e42ce4cb7a1fc474ca35131419efef1484df000018ea18
|
||||
SHA512 (rshim-2.0.5.tar.gz) = e1448b8b5a2fad13491edbcb7946c4f493da5f821f558afec1a0284898c5ff82f77e0e5e7873933a729b59e69b9d5cde365ba8cdcc535ac5931fee722c9e5b77
|
||||
|
||||
Loading…
Reference in New Issue
Block a user