Update to 1.2.0
- Use psm/psm2 if possible on EL
This commit is contained in:
parent
c34d8de272
commit
16d3653a77
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libfabric-1.1.0.tar.bz2
|
||||
/libfabric-1.2.0.tar.bz2
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user