From ecfe8229237bd33b9f543c269c5d8c3860f468da Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 31 Oct 2015 19:47:08 +0100 Subject: [PATCH] - updated to 1.1.0 --- ibacm.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/ibacm.spec b/ibacm.spec index 68ac2a4..2e4bfc0 100644 --- a/ibacm.spec +++ b/ibacm.spec @@ -2,17 +2,20 @@ Summary: InfiniBand Communication Manager Assistant Summary(pl.UTF-8): Asystent zarządzania komunikacją InfiniBand Name: ibacm -Version: 1.0.9 -Release: 2 +Version: 1.1.0 +Release: 1 License: BSD or GPL v2 Group: Networking/Utilities Source0: https://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz -# Source0-md5: 67c323e8c31671e27ccf5583ef8e7443 +# Source0-md5: 0e31f454343f5adb677c443125680eae URL: https://www.openfabrics.org/ BuildRequires: libibverbs-devel BuildRequires: libibumad-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# module needs symbols from binary +%define skip_post_check_so .*%{_libdir}/ibacm/.* + %description ibacm assists with establishing communication over InfiniBand. @@ -47,6 +50,8 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%{__rm} $RPM_BUILD_ROOT%{_libdir}/ibacm/*.la + %clean rm -rf $RPM_BUILD_ROOT @@ -56,10 +61,14 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/ib_acme %attr(755,root,root) %{_sbindir}/ibacm #%attr(754,root,root) /etc/rc.d/init.d/ibacm +%dir %{_libdir}/ibacm +%attr(755,root,root) %{_libdir}/ibacm/libibacmp.so* %{_mandir}/man1/ibacm.1* %{_mandir}/man1/ib_acme.1* %files devel %defattr(644,root,root,755) %{_includedir}/infiniband/acm.h +%{_includedir}/infiniband/acm_prov.h %{_mandir}/man7/ibacm.7* +%{_mandir}/man7/ibacm_prov.7* -- 2.44.0