From 9d33a723093f217a4bde01347b83e10f261c3e34ac1cffa29d890b8e0f3de6c3 Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Wed, 11 Oct 2017 13:00:38 +0000 Subject: [PATCH] - Fix dependency to libfabric1 for libfabric-devel in baselibs.conf OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=22 --- baselibs.conf | 2 +- libfabric.changes | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/baselibs.conf b/baselibs.conf index 67f4bd2..280c5e6 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ libfabric1 libfabric-devel requires -libibmad- - requires "libfabric- = " + requires "libfabric1- = " diff --git a/libfabric.changes b/libfabric.changes index 1a0ef22..e8c8e05 100644 --- a/libfabric.changes +++ b/libfabric.changes @@ -32,6 +32,7 @@ Thu Oct 5 07:10:28 UTC 2017 - nmoreychaisemartin@suse.com - Allow modifying rnr retry timout to improve performance - Add checks to handle out of memory errors - Fix crash using atomic operations for MSG EPs +- Fix dependency to libfabric1 for libfabric-devel in baselibs.conf ------------------------------------------------------------------- Tue Sep 5 09:56:19 UTC 2017 - nmoreychaisemartin@suse.com