13 Commits

Author SHA256 Message Date
af165c79ce Accepting request 1266879 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1266879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdma-core?expand=0&rev=69
2025-04-04 15:28:52 +00:00
a4547f4227 - Update to rdma-core v56.1 (jsc#PED-11289, jsc#PED-11323)
- Bug fixes for all providers

OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=196
2025-04-03 12:27:43 +00:00
d8dc61aa12 Accepting request 1247207 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1247207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdma-core?expand=0&rev=68
2025-02-20 15:27:44 +00:00
44654b34fd - Update to rdma-core v56.0 (jsc#PED11323)
- No release notes available

OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=194
2025-02-19 18:29:19 +00:00
a7a4540263 Accepting request 1239625 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1239625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdma-core?expand=0&rev=67
2025-01-23 17:01:57 +00:00
bf984bb9e8 - Drop rcFOO symlinks for CODE16 (PED-266).
OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=192
2025-01-22 16:58:03 +00:00
eb3a019635 Accepting request 1206678 from science:HPC
- Update to rdma-core v54.0
  - No release notes available

OBS-URL: https://build.opensuse.org/request/show/1206678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdma-core?expand=0&rev=66
2024-10-11 15:00:58 +00:00
3d4e15251b Drop extra file commited
OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=190
2024-10-10 11:39:13 +00:00
0ae42219f3 Accepting request 1206676 from home:NMorey:branches:science:HPC
- Update to rdma-core v54.0
  - No release notes available

OBS-URL: https://build.opensuse.org/request/show/1206676
OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=189
2024-10-10 11:36:25 +00:00
8c11659d18 Accepting request 1193451 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1193451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdma-core?expand=0&rev=65
2024-08-13 11:22:47 +00:00
8ec5236c58 - Update to rdma-core v53.0
- No release notes available
- Remove Added-suffix-libdrm-to-CMakeLists.txt-for-drm.patch
  as it was merged upstream.

OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=187
2024-08-12 14:28:26 +00:00
fede3755d2 Accepting request 1183206 from science:HPC
OBS-URL: https://build.opensuse.org/request/show/1183206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rdma-core?expand=0&rev=64
2024-06-28 13:46:38 +00:00
8f0b41f413 - Update to rdma-core v52.0
- No release notes available
- Add upstream patch Added-suffix-libdrm-to-CMakeLists.txt-for-drm.patch
  to fix libdrm detection.

OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=185
2024-06-25 14:27:29 +00:00
7 changed files with 93 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
<services>
<service name="tar_scm" mode="disabled">
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/linux-rdma/rdma-core.git</param>
<param name="package-meta">no</param>
@@ -8,10 +8,10 @@
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="revision">8847c327b89cdf4fcd9cf411355a6ccd12e8a054</param>
<param name="revision">45b7e6deffadbd81e6c95bb783926c051a5c0fa8</param>
<param name="extract">suse/rdma-core.spec</param>
</service>
<service name="recompress" mode="disabled">
<service name="recompress" mode="manual">
<param name="file">*rdma-core*.tar</param>
<param name="compression">gz</param>
</service>

View File

@@ -12,16 +12,20 @@ print('%s' % (getattr(spec, \"build\"),))
CMAKE_CMD=$(echo "$BUILD_CMDS" | sed -e :a -e '/\\$/N; s/\\\n//; ta' | grep /bin/cmake | sed -e 's/-GNinja//' -e 's/$OLDPWD\/./../')
TMPDIR=$(mktemp -d)
CURDIR=$(pwd)
cd $TMPDIR
rm -Rf $OUTDIR
tar xf $TARBALL
tar xf $CURDIR/$TARBALL
cd $OUTDIR
for patch in $PATCHES; do
patch -p0 < ../$patch || exit 1
patch -p0 < $CURDIR/$patch || exit 1
done
mkdir build
cd build
eval $CMAKE_CMD || exit 1
make docs -j4 || exit 1
tar czf ../../prebuilt-pandoc.tgz pandoc-prebuilt
cd ../..
tar czf $CURDIR/prebuilt-pandoc.tgz pandoc-prebuilt
cd $CURDIR/
rm -Rf $TMPDIR

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Thu Apr 3 10:44:43 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
- Update to rdma-core v56.1 (jsc#PED-11289, jsc#PED-11323)
- Bug fixes for all providers
-------------------------------------------------------------------
Wed Feb 19 15:17:34 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
- Update to rdma-core v56.0 (jsc#PED11323)
- No release notes available
-------------------------------------------------------------------
Wed Jan 22 16:38:12 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Drop rcFOO symlinks for CODE16 (PED-266).
-------------------------------------------------------------------
Thu Oct 10 08:39:02 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
- Update to rdma-core v54.0
- No release notes available
-------------------------------------------------------------------
Mon Aug 12 09:53:54 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
- Update to rdma-core v53.0
- No release notes available
- Remove Added-suffix-libdrm-to-CMakeLists.txt-for-drm.patch
as it was merged upstream.
-------------------------------------------------------------------
Tue Jun 25 12:53:30 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
- Update to rdma-core v52.0
- No release notes available
- Add upstream patch Added-suffix-libdrm-to-CMakeLists.txt-for-drm.patch
to fix libdrm detection.
-------------------------------------------------------------------
Wed Feb 14 13:13:23 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rdma-core
#
# Copyright (c) 2024 SUSE LLC
# 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,15 +30,16 @@
%define _modprobedir /lib/modprobe.d
%endif
%define git_ver .0.8847c327b89c
%define git_ver .0.45b7e6deffad
Name: rdma-core
Version: 49.1
Version: 56.1
Release: 0
Summary: RDMA core userspace libraries and daemons
License: BSD-2-Clause OR GPL-2.0-only
Group: Productivity/Networking/Other
%define efa_so_major 1
%define hns_so_major 1
%define verbs_so_major 1
%define rdmacm_so_major 1
%define umad_so_major 3
@@ -49,6 +50,7 @@ Group: Productivity/Networking/Other
%define mad_major 5
%define efa_lname libefa%{efa_so_major}
%define hns_lname libhns%{hns_so_major}
%define verbs_lname libibverbs%{verbs_so_major}
%define rdmacm_lname librdmacm%{rdmacm_so_major}
%define umad_lname libibumad%{umad_so_major}
@@ -90,6 +92,7 @@ BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(udev)
%if %{with_pyverbs}
BuildRequires: libdrm-devel
BuildRequires: python3-Cython
BuildRequires: python3-devel
%endif
@@ -168,6 +171,7 @@ Requires: %{umad_lname} = %{version}-%{release}
Requires: %{verbs_lname} = %{version}-%{release}
%if 0%{?dma_coherent}
Requires: %{efa_lname} = %{version}-%{release}
Requires: %{hns_lname} = %{version}-%{release}
Requires: %{mana_lname} = %{version}-%{release}
Requires: %{mlx4_lname} = %{version}-%{release}
Requires: %{mlx5_lname} = %{version}-%{release}
@@ -209,6 +213,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
Obsoletes: libcxgb4-rdmav2 < %{version}-%{release}
Obsoletes: libefa-rdmav2 < %{version}-%{release}
Obsoletes: libhfi1verbs-rdmav2 < %{version}-%{release}
Obsoletes: libhns-rdmav2 < %{version}-%{release}
Obsoletes: libipathverbs-rdmav2 < %{version}-%{release}
Obsoletes: libmana-rdmav2 < %{version}-%{release}
Obsoletes: libmlx4-rdmav2 < %{version}-%{release}
@@ -218,6 +223,7 @@ Obsoletes: libocrdma-rdmav2 < %{version}-%{release}
Obsoletes: librxe-rdmav2 < %{version}-%{release}
%if 0%{?dma_coherent}
Requires: %{efa_lname} = %{version}-%{release}
Requires: %{hns_lname} = %{version}-%{release}
Requires: %{mana_lname} = %{version}-%{release}
Requires: %{mlx4_lname} = %{version}-%{release}
Requires: %{mlx5_lname} = %{version}-%{release}
@@ -237,7 +243,7 @@ Device-specific plug-in ibverbs userspace drivers are included:
- libcxgb4: Chelsio T4 iWARP HCA
- libefa: Amazon Elastic Fabric Adapter
- libhfi1: Intel Omni-Path HFI
- libhns: HiSilicon Hip06 SoC
- libhns: HiSilicon Hip08+ SoC
- libipathverbs: QLogic InfiniPath HCA
- libirdma: Intel Ethernet Connection RDMA
- libmana: Microsoft Azure Network Adapter
@@ -265,6 +271,13 @@ Group: System/Libraries
%description -n %efa_lname
This package contains the efa runtime library.
%package -n %hns_lname
Summary: HNS runtime library
Group: System/Libraries
%description -n %hns_lname
This package contains the hns runtime library.
%package -n %mana_lname
Summary: MANA runtime library
Group: System/Libraries
@@ -512,7 +525,9 @@ cd build
LD_LIBRARY_PATH=./lib bin/ib_acme -D . -O
install -D -m0644 ibacm_opts.cfg %{buildroot}%{_sysconfdir}/rdma/
%if 0%{?suse_version} < 1600
for service in rdma rdma-ndd ibacm iwpmd srp_daemon; do ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc${service}; done
%endif
# Delete the package's init.d scripts
rm -rf %{buildroot}/%{_initddir}/
@@ -524,6 +539,9 @@ rm -rf %{buildroot}/%{_sbindir}/srp_daemon.sh
%post -n %efa_lname -p /sbin/ldconfig
%postun -n %efa_lname -p /sbin/ldconfig
%post -n %hns_lname -p /sbin/ldconfig
%postun -n %hns_lname -p /sbin/ldconfig
%post -n %mana_lname -p /sbin/ldconfig
%postun -n %mana_lname -p /sbin/ldconfig
@@ -663,7 +681,9 @@ done
%{_libexecdir}/mlx4-setup.sh
%{_libexecdir}/truescale-serdes.cmds
%license COPYING.*
%if 0%{?suse_version} < 1600
%{_sbindir}/rcrdma
%endif
%files devel
%doc %{_docdir}/%{name}-%{version}/MAINTAINERS
@@ -684,10 +704,12 @@ done
%{_mandir}/man7/rdma_cm.*
%if 0%{?dma_coherent}
%{_mandir}/man3/efadv*
%{_mandir}/man3/hnsdv*
%{_mandir}/man3/manadv*
%{_mandir}/man3/mlx5dv*
%{_mandir}/man3/mlx4dv*
%{_mandir}/man7/efadv*
%{_mandir}/man7/hnsdv*
%{_mandir}/man7/manadv*
%{_mandir}/man7/mlx5dv*
%{_mandir}/man7/mlx4dv*
@@ -716,6 +738,10 @@ done
%files -n %efa_lname
%{_libdir}/libefa*.so.*
%files -n %hns_lname
%defattr(-,root,root)
%{_libdir}/libhns*.so.*
%files -n %mana_lname
%{_libdir}/libmana*.so.*
@@ -742,7 +768,9 @@ done
%{_unitdir}/ibacm.socket
%dir %{_libdir}/ibacm
%{_libdir}/ibacm/*
%if 0%{?suse_version} < 1600
%{_sbindir}/rcibacm
%endif
%doc %{_docdir}/%{name}-%{version}/ibacm.md
%files -n infiniband-diags
@@ -815,7 +843,9 @@ done
%dir %{_sysconfdir}/rdma
%dir %{_sysconfdir}/rdma/modules
%{_sbindir}/iwpmd
%if 0%{?suse_version} < 1600
%{_sbindir}/rciwpmd
%endif
%{_unitdir}/iwpmd.service
%config(noreplace) %{_sysconfdir}/rdma/modules/iwpmd.conf
%config(noreplace) %{_sysconfdir}/iwpmd.conf
@@ -876,7 +906,9 @@ done
%{_sbindir}/ibsrpdm
%{_sbindir}/srp_daemon
%{_sbindir}/run_srp_daemon
%if 0%{?suse_version} < 1600
%{_sbindir}/rcsrp_daemon
%endif
%{_mandir}/man5/srp_daemon.service.5*
%{_mandir}/man5/srp_daemon_port@.service.5*
%{_mandir}/man8/ibsrpdm.8*
@@ -885,7 +917,9 @@ done
%files -n rdma-ndd
%{_sbindir}/rdma-ndd
%if 0%{?suse_version} < 1600
%{_sbindir}/rcrdma-ndd
%endif
%{_unitdir}/rdma-ndd.service
%{_mandir}/man8/rdma-ndd.8*
%{_udevrulesdir}/60-rdma-ndd.rules