From 649ad166584f551ad506a61940d29c5f7da442a61a451971d67680749f3cee4f Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Fri, 11 Aug 2017 19:26:50 +0000 Subject: [PATCH] Accepting request 516219 from home:NMoreyChaisemartin:branches:science:HPC - Fix rpmbuild warnings - libfabric-devel requires libfabric1, not libfabric - Fix baselibs.conf OBS-URL: https://build.opensuse.org/request/show/516219 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=17 --- baselibs.conf | 2 +- libfabric.changes | 4 +++- libfabric.spec | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index 3060419..67f4bd2 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libfabric +libfabric1 libfabric-devel requires -libibmad- requires "libfabric- = " diff --git a/libfabric.changes b/libfabric.changes index 7088a00..e2376f6 100644 --- a/libfabric.changes +++ b/libfabric.changes @@ -65,7 +65,9 @@ Thu Aug 10 08:29:42 UTC 2017 - nmoreychaisemartin@suse.com context sizes than default it wasn't honored. * Introduce env variables for setting default tx, rx context sizes and iov limits. * Report correct completion ordering supported by MSG endpoints. - * Fix rpmbuild warnings +- Fix rpmbuild warnings +- libfabric-devel requires libfabric1, not libfabric +- Fix baselibs.conf ------------------------------------------------------------------- Tue Jul 4 09:21:35 UTC 2017 - nmoreychaisemartin@suse.com diff --git a/libfabric.spec b/libfabric.spec index de4107c..18c3c61 100644 --- a/libfabric.spec +++ b/libfabric.spec @@ -62,7 +62,7 @@ services, such as RDMA. This package contains the runtime library. %package devel Summary: Development files for the libfabric library Group: Development/Libraries/C and C++ -Requires: libfabric = %{version} +Requires: libfabric%{lib_major} = %{version} %description devel libfabric provides a user-space API to access high-performance fabric