SHA256
6
0
forked from pool/rdma-core

Update to rdma-core v61.0 #2

Manually merged
HPC merged 1 commits from NMorey/rdma-core:main into main 2026-01-05 11:54:58 +01:00
6 changed files with 35 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="revision">92ad54bff6071f08eb002f7add4b75712c65b406</param>
<param name="revision">101f809fa1da44faabd5407216dd90acf9284bb5</param>
<param name="extract">suse/rdma-core.spec</param>
</service>
<service name="recompress" mode="manual">

Binary file not shown.

Binary file not shown.

BIN
rdma-core-61.0.0.558104fc3.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 05 11:24:23 UTC 2026 - Nicolas Morey <nmorey@suse.com>
- Update to rdma-core v61.0
- https://github.com/linux-rdma/rdma-core.git/releases/tag/v61.0
-------------------------------------------------------------------
Mon Oct 27 09:00:01 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rdma-core
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -30,9 +30,9 @@
%define _modprobedir /lib/modprobe.d
%endif
%define git_ver .0.5321d809e
%define git_ver .0.558104fc3
Name: rdma-core
Version: 60.0
Version: 61.0
Release: 0
Summary: RDMA core userspace libraries and daemons
License: BSD-2-Clause OR GPL-2.0-only
@@ -40,6 +40,7 @@ Group: Productivity/Networking/Other
%define efa_so_major 1
%define hns_so_major 1
%define ionic_so_major 1
%define verbs_so_major 1
%define rdmacm_so_major 1
%define umad_so_major 3
@@ -51,6 +52,7 @@ Group: Productivity/Networking/Other
%define efa_lname libefa%{efa_so_major}
%define hns_lname libhns%{hns_so_major}
%define ionic_lname libionic%{ionic_so_major}
%define verbs_lname libibverbs%{verbs_so_major}
%define rdmacm_lname librdmacm%{rdmacm_so_major}
%define umad_lname libibumad%{umad_so_major}
@@ -173,6 +175,7 @@ Requires: %{verbs_lname} = %{version}-%{release}
%if 0%{?dma_coherent}
Requires: %{efa_lname} = %{version}-%{release}
Requires: %{hns_lname} = %{version}-%{release}
Requires: %{ionic_lname} = %{version}-%{release}
Requires: %{mana_lname} = %{version}-%{release}
Requires: %{mlx4_lname} = %{version}-%{release}
Requires: %{mlx5_lname} = %{version}-%{release}
@@ -215,6 +218,7 @@ Obsoletes: libcxgb4-rdmav2 < %{version}-%{release}
Obsoletes: libefa-rdmav2 < %{version}-%{release}
Obsoletes: libhfi1verbs-rdmav2 < %{version}-%{release}
Obsoletes: libhns-rdmav2 < %{version}-%{release}
Obsoletes: libionic-rdmav2 < %{version}-%{release}
Obsoletes: libipathverbs-rdmav2 < %{version}-%{release}
Obsoletes: libmana-rdmav2 < %{version}-%{release}
Obsoletes: libmlx4-rdmav2 < %{version}-%{release}
@@ -225,6 +229,7 @@ Obsoletes: librxe-rdmav2 < %{version}-%{release}
%if 0%{?dma_coherent}
Requires: %{efa_lname} = %{version}-%{release}
Requires: %{hns_lname} = %{version}-%{release}
Requires: %{ionic_lname} = %{version}-%{release}
Requires: %{mana_lname} = %{version}-%{release}
Requires: %{mlx4_lname} = %{version}-%{release}
Requires: %{mlx5_lname} = %{version}-%{release}
@@ -245,6 +250,7 @@ Device-specific plug-in ibverbs userspace drivers are included:
- libefa: Amazon Elastic Fabric Adapter
- libhfi1: Intel Omni-Path HFI
- libhns: HiSilicon Hip08+ SoC
- libionic: AMD Pensando Distributed Services Card (DSC) RDMA/RoCE Support
- libipathverbs: QLogic InfiniPath HCA
- libirdma: Intel Ethernet Connection RDMA
- libmana: Microsoft Azure Network Adapter
@@ -279,6 +285,13 @@ Group: System/Libraries
%description -n %hns_lname
This package contains the hns runtime library.
%package -n %ionic_lname
Summary: IONIC runtime library
Group: System/Libraries
%description -n %ionic_lname
This package contains the ionic runtime library.
%package -n %mana_lname
Summary: MANA runtime library
Group: System/Libraries
@@ -543,6 +556,9 @@ rm -rf %{buildroot}/%{_sbindir}/srp_daemon.sh
%post -n %hns_lname -p /sbin/ldconfig
%postun -n %hns_lname -p /sbin/ldconfig
%post -n %ionic_lname -p /sbin/ldconfig
%postun -n %ionic_lname -p /sbin/ldconfig
%post -n %mana_lname -p /sbin/ldconfig
%postun -n %mana_lname -p /sbin/ldconfig
@@ -681,6 +697,7 @@ done
%{_modprobedir}/50-libmlx4.conf
%{_libexecdir}/mlx4-setup.sh
%{_libexecdir}/truescale-serdes.cmds
%{_sbindir}/rdma_topo
%license COPYING.*
%if 0%{?suse_version} < 1600
%{_sbindir}/rcrdma
@@ -743,6 +760,9 @@ done
%defattr(-,root,root)
%{_libdir}/libhns*.so.*
%files -n %ionic_lname
%{_libdir}/libionic*.so.*
%files -n %mana_lname
%{_libdir}/libmana*.so.*