From d2fa8c0c1fdd405f1f37e35c50e3b135c544ac32 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 8 Nov 2023 17:05:17 +0300 Subject: [PATCH] import rshim-2.0.8-1.el9 --- .gitignore | 2 +- .rshim.metadata | 2 +- SPECS/rshim.spec | 15 ++++++++++----- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 8c1d87e..7d409fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/rshim-2.0.5.tar.gz +SOURCES/rshim-2.0.8.tar.gz diff --git a/.rshim.metadata b/.rshim.metadata index 1aa8fd9..f80fc6d 100644 --- a/.rshim.metadata +++ b/.rshim.metadata @@ -1 +1 @@ -1e2a3562dac3764b29f101c2ca49711e9728fb04 SOURCES/rshim-2.0.5.tar.gz +1c3d18c831152ef35539840694b5ee915bcc0cc4 SOURCES/rshim-2.0.8.tar.gz diff --git a/SPECS/rshim.spec b/SPECS/rshim.spec index 7791077..04af822 100644 --- a/SPECS/rshim.spec +++ b/SPECS/rshim.spec @@ -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 +* Mon May 22 2023 Dean Nelson - 2.0.8-1 +- Update user-space rshim driver source to version 2.0.8 +- Modify rshim.spec accordingly +- Resolves: rhbz#2196626 + * Wed Mar 15 2023 MSVSphere Packaging Team - 2.0.5-2 - Rebuilt for MSVSphere 9.1.