Sync from SUSE:SLFO:Main rdma-core revision db9a46681f25f69e121bb42e00881558
This commit is contained in:
parent
0e37d24606
commit
20ad5bfbdb
2
_service
2
_service
@ -8,7 +8,7 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="revision">77128e6b6d32a1aad7c1bec9d6eb1f061b63cf39</param>
|
<param name="revision">0031f1b36dc0655decd5d0d60bc6874b1e872db0</param>
|
||||||
<param name="extract">suse/rdma-core.spec</param>
|
<param name="extract">suse/rdma-core.spec</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="manual">
|
<service name="recompress" mode="manual">
|
||||||
|
BIN
prebuilt-pandoc.tgz
(Stored with Git LFS)
BIN
prebuilt-pandoc.tgz
(Stored with Git LFS)
Binary file not shown.
BIN
rdma-core-54.0.0.77128e6b6d32.tar.gz
(Stored with Git LFS)
BIN
rdma-core-54.0.0.77128e6b6d32.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
rdma-core-56.0.0.0031f1b36dc0.tar.gz
(Stored with Git LFS)
Normal file
BIN
rdma-core-56.0.0.0031f1b36dc0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Oct 10 08:39:02 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rdma-core
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -30,9 +30,9 @@
|
|||||||
%define _modprobedir /lib/modprobe.d
|
%define _modprobedir /lib/modprobe.d
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define git_ver .0.77128e6b6d32
|
%define git_ver .0.0031f1b36dc0
|
||||||
Name: rdma-core
|
Name: rdma-core
|
||||||
Version: 54.0
|
Version: 56.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RDMA core userspace libraries and daemons
|
Summary: RDMA core userspace libraries and daemons
|
||||||
License: BSD-2-Clause OR GPL-2.0-only
|
License: BSD-2-Clause OR GPL-2.0-only
|
||||||
@ -525,7 +525,9 @@ cd build
|
|||||||
LD_LIBRARY_PATH=./lib bin/ib_acme -D . -O
|
LD_LIBRARY_PATH=./lib bin/ib_acme -D . -O
|
||||||
install -D -m0644 ibacm_opts.cfg %{buildroot}%{_sysconfdir}/rdma/
|
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
|
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
|
# Delete the package's init.d scripts
|
||||||
rm -rf %{buildroot}/%{_initddir}/
|
rm -rf %{buildroot}/%{_initddir}/
|
||||||
@ -679,7 +681,9 @@ done
|
|||||||
%{_libexecdir}/mlx4-setup.sh
|
%{_libexecdir}/mlx4-setup.sh
|
||||||
%{_libexecdir}/truescale-serdes.cmds
|
%{_libexecdir}/truescale-serdes.cmds
|
||||||
%license COPYING.*
|
%license COPYING.*
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
%{_sbindir}/rcrdma
|
%{_sbindir}/rcrdma
|
||||||
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc %{_docdir}/%{name}-%{version}/MAINTAINERS
|
%doc %{_docdir}/%{name}-%{version}/MAINTAINERS
|
||||||
@ -764,7 +768,9 @@ done
|
|||||||
%{_unitdir}/ibacm.socket
|
%{_unitdir}/ibacm.socket
|
||||||
%dir %{_libdir}/ibacm
|
%dir %{_libdir}/ibacm
|
||||||
%{_libdir}/ibacm/*
|
%{_libdir}/ibacm/*
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
%{_sbindir}/rcibacm
|
%{_sbindir}/rcibacm
|
||||||
|
%endif
|
||||||
%doc %{_docdir}/%{name}-%{version}/ibacm.md
|
%doc %{_docdir}/%{name}-%{version}/ibacm.md
|
||||||
|
|
||||||
%files -n infiniband-diags
|
%files -n infiniband-diags
|
||||||
@ -837,7 +843,9 @@ done
|
|||||||
%dir %{_sysconfdir}/rdma
|
%dir %{_sysconfdir}/rdma
|
||||||
%dir %{_sysconfdir}/rdma/modules
|
%dir %{_sysconfdir}/rdma/modules
|
||||||
%{_sbindir}/iwpmd
|
%{_sbindir}/iwpmd
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
%{_sbindir}/rciwpmd
|
%{_sbindir}/rciwpmd
|
||||||
|
%endif
|
||||||
%{_unitdir}/iwpmd.service
|
%{_unitdir}/iwpmd.service
|
||||||
%config(noreplace) %{_sysconfdir}/rdma/modules/iwpmd.conf
|
%config(noreplace) %{_sysconfdir}/rdma/modules/iwpmd.conf
|
||||||
%config(noreplace) %{_sysconfdir}/iwpmd.conf
|
%config(noreplace) %{_sysconfdir}/iwpmd.conf
|
||||||
@ -898,7 +906,9 @@ done
|
|||||||
%{_sbindir}/ibsrpdm
|
%{_sbindir}/ibsrpdm
|
||||||
%{_sbindir}/srp_daemon
|
%{_sbindir}/srp_daemon
|
||||||
%{_sbindir}/run_srp_daemon
|
%{_sbindir}/run_srp_daemon
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
%{_sbindir}/rcsrp_daemon
|
%{_sbindir}/rcsrp_daemon
|
||||||
|
%endif
|
||||||
%{_mandir}/man5/srp_daemon.service.5*
|
%{_mandir}/man5/srp_daemon.service.5*
|
||||||
%{_mandir}/man5/srp_daemon_port@.service.5*
|
%{_mandir}/man5/srp_daemon_port@.service.5*
|
||||||
%{_mandir}/man8/ibsrpdm.8*
|
%{_mandir}/man8/ibsrpdm.8*
|
||||||
@ -907,7 +917,9 @@ done
|
|||||||
|
|
||||||
%files -n rdma-ndd
|
%files -n rdma-ndd
|
||||||
%{_sbindir}/rdma-ndd
|
%{_sbindir}/rdma-ndd
|
||||||
|
%if 0%{?suse_version} < 1600
|
||||||
%{_sbindir}/rcrdma-ndd
|
%{_sbindir}/rcrdma-ndd
|
||||||
|
%endif
|
||||||
%{_unitdir}/rdma-ndd.service
|
%{_unitdir}/rdma-ndd.service
|
||||||
%{_mandir}/man8/rdma-ndd.8*
|
%{_mandir}/man8/rdma-ndd.8*
|
||||||
%{_udevrulesdir}/60-rdma-ndd.rules
|
%{_udevrulesdir}/60-rdma-ndd.rules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user