From 0e5b060be3bb04dab0186c912b509063c64c0756 Mon Sep 17 00:00:00 2001 From: Honggang Li Date: Mar 30 2016 03:37:10 +0000 Subject: Minor fixes and rebuild against latest libibverbs Signed-off-by: Honggang Li --- diff --git a/libibcm.spec b/libibcm.spec index 28c778e..24304b1 100644 --- a/libibcm.spec +++ b/libibcm.spec @@ -1,13 +1,12 @@ Name: libibcm Version: 1.0.5 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Userspace InfiniBand Connection Manager Group: System Environment/Libraries License: GPLv2 or BSD Url: http://www.openfabrics.org/ Source: http://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libibverbs-devel > 1.1.4, autoconf, automake, libtool +BuildRequires: libibverbs-devel >= 1.2.0, autoconf, automake, libtool ExcludeArch: s390 s390x %description libibcm provides a userspace library that handles the majority of the low @@ -16,7 +15,7 @@ level work required to open an RDMA connection between two machines. %package devel Summary: Development files for the libibcm library Group: System Environment/Libraries -Requires: %{name} = %{version}-%{release}, libibverbs-devel >= 1.1 +Requires: %{name} = %{version}-%{release}, libibverbs-devel >= 1.2.0 %description devel Development files for the libibcm library. @@ -36,32 +35,30 @@ autoreconf -i make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT %makeinstall # remove unpackaged files from the buildroot rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) %{_libdir}/libibcm*.so.* -%doc AUTHORS COPYING README +%doc AUTHORS README +%license COPYING %files devel -%defattr(-,root,root,-) %{_libdir}/lib*.so %{_includedir}/* %files static -%defattr(-,root,root,-) %{_libdir}/*.a %changelog +* Wed Mar 30 2016 Honggang Li - 1.0.5-14 +- Minor fixes +- Rebuild against latest libibverbs + * Thu Feb 04 2016 Fedora Release Engineering - 1.0.5-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild