Accepting request 1113004 from home:NMorey:branches:science:HPC
- Update to v48.0 - No release notes available. - Drop missing-quoting.patch which was fixed upstream. OBS-URL: https://build.opensuse.org/request/show/1113004 OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=175
This commit is contained in:
parent
cfc999accf
commit
6a3d020076
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">ccb120cc7b7faceca90cfa55189a1b35b0adc78d</param>
|
<param name="revision">3e039515b959fea70356b010ed093e43cf360e99</param>
|
||||||
<param name="extract">suse/rdma-core.spec</param>
|
<param name="extract">suse/rdma-core.spec</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:214e7859388f81bd6b446607f3492373b213d4060f0a40bf01fbcc738dc6604b
|
oid sha256:3407c091c874fe9f782ef2f6a6b0a2059e139e4392db1ffbcd7a8631da055c75
|
||||||
size 107037
|
size 107114
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e5770c3ce2f4594624918b61006a46a66e933051ea1e7b88662f2926eaefa51a
|
|
||||||
size 1907218
|
|
3
rdma-core-48.0.0.3e039515b959.tar.gz
Normal file
3
rdma-core-48.0.0.3e039515b959.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3bf68f75b18836c45549782388e208da192f941ac3cdba288dbaa37ebefd0970
|
||||||
|
size 1916080
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 22 11:46:06 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com>
|
||||||
|
|
||||||
|
- Update to v48.0
|
||||||
|
- No release notes available.
|
||||||
|
- Drop missing-quoting.patch which was fixed upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 23 11:19:49 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Wed Aug 23 11:19:49 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -30,9 +30,9 @@
|
|||||||
%define _modprobedir /lib/modprobe.d
|
%define _modprobedir /lib/modprobe.d
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define git_ver .0.ccb120cc7b7f
|
%define git_ver .0.3e039515b959
|
||||||
Name: rdma-core
|
Name: rdma-core
|
||||||
Version: 47.0
|
Version: 48.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
|
||||||
@ -75,7 +75,6 @@ Source4: rdma-core-rpmlintrc
|
|||||||
Source5: gen-pandoc.sh
|
Source5: gen-pandoc.sh
|
||||||
Source6: get_build.py
|
Source6: get_build.py
|
||||||
Patch0: disable-rdma-interface-renaming.patch
|
Patch0: disable-rdma-interface-renaming.patch
|
||||||
Patch1: missing-quoting.patch
|
|
||||||
BuildRequires: binutils
|
BuildRequires: binutils
|
||||||
BuildRequires: cmake >= 2.8.11
|
BuildRequires: cmake >= 2.8.11
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -238,7 +237,6 @@ Device-specific plug-in ibverbs userspace drivers are included:
|
|||||||
- libefa: Amazon Elastic Fabric Adapter
|
- libefa: Amazon Elastic Fabric Adapter
|
||||||
- libhfi1: Intel Omni-Path HFI
|
- libhfi1: Intel Omni-Path HFI
|
||||||
- libhns: HiSilicon Hip06 SoC
|
- libhns: HiSilicon Hip06 SoC
|
||||||
- libi40iw: Intel Ethernet Connection X722 RDMA
|
|
||||||
- libipathverbs: QLogic InfiniPath HCA
|
- libipathverbs: QLogic InfiniPath HCA
|
||||||
- libirdma: Intel Ethernet Connection RDMA
|
- libirdma: Intel Ethernet Connection RDMA
|
||||||
- libmana: Microsoft Azure Network Adapter
|
- libmana: Microsoft Azure Network Adapter
|
||||||
@ -427,7 +425,6 @@ easy, object-oriented access to IB verbs.
|
|||||||
#Extract prebuilt pandoc file in the buildlib directory
|
#Extract prebuilt pandoc file in the buildlib directory
|
||||||
(cd buildlib && tar -xf %{S:3})
|
(cd buildlib && tar -xf %{S:3})
|
||||||
%patch0
|
%patch0
|
||||||
%patch1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user