From 850871875e2e92e6d1a558c841bfe839e3abadee06b66e92cc9f55411c32ce60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20M=C3=B6llers?= Date: Wed, 5 Apr 2017 10:20:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=7 --- libfabric.changes | 6 ++++++ libfabric.spec | 33 ++++++++++++++++++--------------- 2 files changed, 24 insertions(+), 15 deletions(-) diff --git a/libfabric.changes b/libfabric.changes index a83ad7b..44ecd13 100644 --- a/libfabric.changes +++ b/libfabric.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 5 10:19:28 UTC 2017 - josef.moellers@suse.com + +- This version fixes bnc#990184 + (bnc#990184) + ------------------------------------------------------------------- Thu Mar 23 16:21:53 UTC 2017 - jengelh@inai.de diff --git a/libfabric.spec b/libfabric.spec index 748ab91..b97dd90 100644 --- a/libfabric.spec +++ b/libfabric.spec @@ -1,7 +1,7 @@ # -# spec file for package libfabric (Version 1.2.0) +# spec file for package libfabric # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -14,24 +14,28 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: libfabric Summary: User-space RDMA Fabric Interfaces -Version: 1.4.1 -Release: 1 License: GPL-2.0 or BSD-2-Clause Group: Development/Libraries/C and C++ +Version: 1.4.1 +Release: 0 Source: https://github.com/ofiwg/libfabric/releases/download/v1.4.1/libfabric-1.4.1.tar.bz2 Source1: baselibs.conf Patch0: libfabric-libtool.patch Url: http://www.github.com/ofiwg/libfabric Prefix: ${_prefix} -BuildRequires: libnl3-devel -BuildRequires: librdmacm-devel -BuildRequires: libibverbs-devel -BuildRequires: infinipath-psm-devel -BuildRequires: libpsm2-devel -BuildRequires: automake autoconf libtool -BuildRequires: pkg-config +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: infinipath-psm-devel +BuildRequires: libibverbs-devel +BuildRequires: libnl3-devel +BuildRequires: libpsm2-devel +BuildRequires: librdmacm-devel +BuildRequires: libtool +BuildRequires: pkg-config #Currently *only* builds on x86_64 as it is dependent on libpsm2 ExclusiveArch: x86_64 %define lib_major 1 @@ -41,9 +45,8 @@ libfabric provides a user-space API to access high-performance fabric services, such as RDMA. This package only contains the fi_info binary. %package -n libfabric%{lib_major} -Summary: Libfabric runtime libary -Group: System/Libraries - +Summary: Libfabric runtime libary +Group: System/Libraries %description -n libfabric%{lib_major} libfabric provides a user-space API to access high-performance fabric @@ -244,6 +247,6 @@ rm -f %{buildroot}%{_libdir}/*.la %{_includedir}/rdma/fi_trigger.h %{_includedir}/rdma/fi_ext_usnic.h - %{_libdir}/pkgconfig/%{name}.pc + %changelog