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

- Update to rdma-core v16.2 (bsc#1078819):
  * Backport fixes:
    * iwpmd: fix double mutex unlock
    * libbnxt_re: Fix lat test failure in event mode
    * libbnxt_re: Update and sort device pci-id table
    * cbuild: Support distros that only ship python3
    * libbnxt_re: Display FW version using ibv_devinfo

OBS-URL: https://build.opensuse.org/request/show/571749
OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=77
This commit is contained in:
Nicolas Morey-Chaisemartin 2018-02-01 16:57:45 +00:00 committed by Git OBS Bridge
parent 5caaefc681
commit 92a708bf58
5 changed files with 17 additions and 6 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">9b91e2e5287160025f6fc0b555c8f0debfaf9b12</param>
<param name="revision">20197e29921a558c2552665b52784fcfa1fd8982</param>
<param name="extract">suse/rdma-core.spec</param>
</service>
<service name="recompress" mode="disabled">

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 1 14:32:48 UTC 2018 - nmoreychaisemartin@suse.com
- Update to rdma-core v16.2 (bsc#1078819):
* Backport fixes:
* iwpmd: fix double mutex unlock
* libbnxt_re: Fix lat test failure in event mode
* libbnxt_re: Update and sort device pci-id table
* cbuild: Support distros that only ship python3
* libbnxt_re: Display FW version using ibv_devinfo
-------------------------------------------------------------------
Fri Jan 19 10:05:18 UTC 2018 - nmoreychaisemartin@suse.com

View File

@ -17,9 +17,9 @@
%bcond_without systemd
%define git_ver .0.9b91e2e52871
%define git_ver .0.20197e29921a
Name: rdma-core
Version: 16.1
Version: 16.2
Release: 0
Summary: RDMA core userspace libraries and daemons
License: GPL-2.0 or BSD-2-Clause