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

- Update to rdma-core v16.5
 * Backport fixes:
   * buildilb: Fix -msse breakage on ARM builds
   * buildlib: Use -msse if the compiler does not support target(sse) (bsc#1086910)
   * suse: do not call %service rules on a template file (bsc#1093170)
   * mlx5: Convert ah_attr static rate to mlx5 static rate
   * ccan: Add array_size.h file
   * iwpmd: Initialize address of sockaddr
   * mlx5: Fix need_uuar_lock when there are no medium bfregs
   * verbs: Fix wrong clean up flow in ibv_rc_pingpong
   * Match kernel ABI to for 4.17 for 32 bit
   * librdmacm: Set errno correctly if status is positive
   * verbs: Remove bogus cq_fd
   * verbs: Fix typo in copying IBV_FLOW_SPEC_UDP/TCP 'val'

- Update release notes with SLES bsc ids.

OBS-URL: https://build.opensuse.org/request/show/616180
OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=89
This commit is contained in:
Nicolas Morey-Chaisemartin 2018-06-12 05:56:27 +00:00 committed by Git OBS Bridge
parent 1f37eb3b80
commit 53c8fb405b
5 changed files with 30 additions and 13 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">9cb939b92bea70bf0bca28fd996d2019c79c5cb3</param>
<param name="revision">8745c05f4fca7fe33c96c9a18964bdd88a907c94</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:42a6cc229be8798a279bb963f93f54e04136a6af92eb213d868fb7a57a445658
size 1060092

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jun 12 05:47:18 UTC 2018 - nmoreychaisemartin@suse.com
- Update to rdma-core v16.5
* Backport fixes:
* buildilb: Fix -msse breakage on ARM builds
* buildlib: Use -msse if the compiler does not support target(sse) (bsc#1086910)
* suse: do not call %service rules on a template file (bsc#1093170)
* mlx5: Convert ah_attr static rate to mlx5 static rate
* ccan: Add array_size.h file
* iwpmd: Initialize address of sockaddr
* mlx5: Fix need_uuar_lock when there are no medium bfregs
* verbs: Fix wrong clean up flow in ibv_rc_pingpong
* Match kernel ABI to for 4.17 for 32 bit
* librdmacm: Set errno correctly if status is positive
* verbs: Remove bogus cq_fd
* verbs: Fix typo in copying IBV_FLOW_SPEC_UDP/TCP 'val'
-------------------------------------------------------------------
Thu Apr 26 08:27:29 UTC 2018 - nmoreychaisemartin@suse.com
@ -71,7 +89,7 @@ Fri Dec 15 08:28:17 UTC 2017 - nmoreychaisemartin@suse.com
- Add srp_daemon-handle-SM-lid-change.patch and
srp_daemon-fix-CQ-handling.patch to fix issue
with SRP daemon not handling SM changes (bsc#1072884)
with SRP daemon not handling SM changes (bsc#1072884, bsc#1049515)
-------------------------------------------------------------------
Wed Dec 6 08:06:46 UTC 2017 - nmoreychaisemartin@suse.com
@ -156,7 +174,8 @@ Wed Oct 18 09:01:37 UTC 2017 - nmoreychaisemartin@suse.com
Mon Sep 18 08:04:29 UTC 2017 - nmoreychaisemartin@suse.com
- Update to rdma-core v15
* Remove dracut requirement
* Remove dracut requirement (bsc#1058504)
* Includes Broadcom patches (bsc#1060413)
-------------------------------------------------------------------
Thu Aug 31 06:52:17 UTC 2017 - nmoreychaisemartin@suse.com

View File

@ -17,12 +17,12 @@
%bcond_without systemd
%define git_ver .0.9cb939b92bea
%define git_ver .0.8745c05f4fca
Name: rdma-core
Version: 16.4
Version: 16.5
Release: 0
Summary: RDMA core userspace libraries and daemons
License: GPL-2.0 or BSD-2-Clause
License: GPL-2.0-only OR BSD-2-Clause
Group: Productivity/Networking/Other
%define verbs_so_major 1
@ -431,20 +431,18 @@ rm -rf %{buildroot}/%{_sbindir}/srp_daemon.sh
# srp daemon
#
%pre -n srp_daemon
%service_add_pre srp_daemon.service srp_daemon_port@.service
%service_add_pre srp_daemon.service
%post -n srp_daemon
%service_add_post srp_daemon.service srp_daemon_port@.service
%service_add_post srp_daemon.service
# we ship udev rules, so trigger an update.
/sbin/udevadm trigger --subsystem-match=infiniband_mad --action=change
%preun -n srp_daemon
%service_del_preun srp_daemon.service
%service_del_postun -n srp_daemon_port@.service
%postun -n srp_daemon
%service_del_postun srp_daemon.service
%service_del_postun -n srp_daemon_port@.service
#
# iwpmd