import rshim-2.0.8-1.el8

i8c changed/i8c/rshim-2.0.8-1.el8
MSVSphere Packaging Team 1 year ago
parent f3d96c8903
commit 598dd24113

2
.gitignore vendored

@ -1 +1 @@
SOURCES/rshim-2.0.5.tar.gz
SOURCES/rshim-2.0.8.tar.gz

@ -1 +1 @@
1e2a3562dac3764b29f101c2ca49711e9728fb04 SOURCES/rshim-2.0.5.tar.gz
1c3d18c831152ef35539840694b5ee915bcc0cc4 SOURCES/rshim-2.0.8.tar.gz

@ -3,14 +3,14 @@
#
Name: rshim
Version: 2.0.5
Release: 2%{?dist}
Version: 2.0.8
Release: 1%{?dist}
Summary: User-space driver for Mellanox BlueField SoC
License: GPLv2
URL: https://github.com/mellanox/rshim-user-space
Source0: https://github.com/Mellanox/rshim-user-space/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
Source0: https://github.com/Mellanox/rshim-user-space/archive/refs/tags/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: rshim-sysconfig.patch
BuildRequires: gcc, autoconf, automake, make
@ -27,7 +27,7 @@ interface. It provides ways to push boot stream, debug the target or login
via the virtual console or network interface.
%prep
%autosetup -p1 -n %{name}-%{version}
%autosetup -p1 -n rshim-user-space-%{name}-%{version}
%build
./bootstrap.sh
@ -57,16 +57,21 @@ EOF
%doc README.md
%config(noreplace) %{_sysconfdir}/rshim.conf
%config(noreplace) %{_sysconfdir}/sysconfig/rshim
%{_unitdir}/rshim.service
%{_sbindir}/rshim
%{_sbindir}/bfb-install
%{_unitdir}/rshim.service
%{_mandir}/man8/rshim.8.gz
%{_mandir}/man8/bfb-install.8.gz
%changelog
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.0.5-2
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.0.8-1
- Rebuilt for MSVSphere 8.8
* Tue May 23 2023 Dean Nelson <dnelson@redhat.com> - 2.0.8-1
- Update user-space rshim driver source to version 2.0.8
- Modify rshim.spec accordingly
- Resolves: rhbz#2196852
* Tue Apr 20 2021 Dean Nelson <dnelson@redhat.com> - 2.0.5-2
- Add sysconfig/rshim file and update rshim.service to source it.
- jbastian made the first cut of this patch, which needed to be

Loading…
Cancel
Save