Import from AlmaLinux stable repository
This commit is contained in:
parent
f76df51ed1
commit
51e0a438b2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/rshim-2.0.5.tar.gz
|
||||
SOURCES/rshim-2.0.8.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
1e2a3562dac3764b29f101c2ca49711e9728fb04 SOURCES/rshim-2.0.5.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,13 +57,18 @@ 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
|
||||
* 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…
Reference in New Issue
Block a user