Update to 1.2.0

- Use psm/psm2 if possible on EL
This commit is contained in:
Orion Poplawski 2016-03-09 09:12:45 -07:00
parent c34d8de272
commit 16d3653a77
3 changed files with 15 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/libfabric-1.1.0.tar.bz2
/libfabric-1.2.0.tar.bz2

View File

@ -1,14 +1,20 @@
Name: libfabric
Version: 1.1.0
Release: 2%{?dist}
Version: 1.2.0
Release: 1%{?dist}
Summary: Open Fabric Interfaces
License: BSD or GPLv2
URL: http://ofiwg.github.io/libfabric/
Source0: http://downloads.openfabrics.org/downloads/ofi/libfabric-%{version}.tar.bz2
%if 0%{?rhel} >= 6
BuildRequires: infinipath-psm-devel
%endif
BuildRequires: libibverbs-devel
BuildRequires: libnl3-devel
%if 0%{?rhel} >= 7
BuildRequires: libpsm2-devel
%endif
BuildRequires: librdmacm-devel
%description
@ -53,7 +59,6 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%files
%{!?_licensedir:%global license %%doc}
%license COPYING
%{_bindir}/fi_info
%{_libdir}/*.so.1*
@ -65,11 +70,16 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
# https://github.com/ofiwg/libfabric/issues/1277
%{_includedir}/rdma/
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_mandir}/man3/*.3*
%{_mandir}/man7/*.7*
%changelog
* Wed Mar 9 2016 Orion Poplawski <orion@cora.nwra.com> - 1.2.0-1
- Update to 1.2.0
- Use psm/psm2 if possible on EL
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
05a175680a2747728e1f255e57052a3c libfabric-1.1.0.tar.bz2
e4ccb6b3abc1a9c13e9ad066e6c14dc3 libfabric-1.2.0.tar.bz2