Accepting request 925438 from home:NMoreyChaisemartin:branches:science:HPC

- Update to rdma-core v37.1 (jsc#SLE-18381, jsc#SLE-19249)
  - Bugfixes on all providers
- Fix cmake flags to correct paths for .pc files

OBS-URL: https://build.opensuse.org/request/show/925438
OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=151
This commit is contained in:
Nicolas Morey-Chaisemartin 2021-10-15 13:12:09 +00:00 committed by Git OBS Bridge
parent c6ca2945f8
commit 80381123e5
6 changed files with 17 additions and 10 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">d7a9dde2b164a1563c7a51e4ade8ea3b6cdea9ef</param>
<param name="revision">02d96eb72943e71eb7c127f13afd167f5c83cb0c</param>
<param name="extract">suse/rdma-core.spec</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41a89579b39e718739bd4b243da1271bc9d6332cf75774218109b0fe43d8b0ec
size 107474
oid sha256:b8977a2183eef2c130510defa9966a2500785323254a77fab7c358d3c425a75b
size 118966

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a19b84049aaf268c3ebe24199b2db804d47c98d30d1ea2c1345f9452222f814
size 1700982

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a78f3520406c4f560cfa1e2c1fa345b2eb1f182285a72f452205b6c5b6b44c45
size 1973958

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 15 08:44:00 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to rdma-core v37.1 (jsc#SLE-18381, jsc#SLE-19249)
- Bugfixes on all providers
- Fix cmake flags to correct paths for .pc files
-------------------------------------------------------------------
Fri Aug 6 14:27:03 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>

View File

@ -25,9 +25,9 @@
%define with_pyverbs 0
%endif
%define git_ver .0.d7a9dde2b164
%define git_ver .0.02d96eb72943
Name: rdma-core
Version: 36.0
Version: 37.1
Release: 0
Summary: RDMA core userspace libraries and daemons
License: BSD-2-Clause OR GPL-2.0-only
@ -428,11 +428,11 @@ easy, object-oriented access to IB verbs.
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_BINDIR:PATH=%{_bindir} \
-DCMAKE_INSTALL_SBINDIR:PATH=%{_sbindir} \
-DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \
-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
-DCMAKE_INSTALL_LIBEXECDIR:PATH=%{_libexecdir} \
-DCMAKE_INSTALL_LOCALSTATEDIR:PATH=%{_localstatedir} \
-DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=%{_sharedstatedir} \
-DCMAKE_INSTALL_INCLUDEDIR:PATH=%{_includedir} \
-DCMAKE_INSTALL_INCLUDEDIR:PATH=include \
-DCMAKE_INSTALL_INFODIR:PATH=%{_infodir} \
-DCMAKE_INSTALL_MANDIR:PATH=%{_mandir} \
-DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir} \