diff --git a/.gitignore b/.gitignore index f890f10..8e7c33f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libfabric-1.1.0.tar.bz2 +SOURCES/libfabric-1.3.0.tar.bz2 diff --git a/.libfabric.metadata b/.libfabric.metadata index 2277e1d..7546a7c 100644 --- a/.libfabric.metadata +++ b/.libfabric.metadata @@ -1 +1 @@ -bb1fb6351e23bdc704572f53de78e3be38afd016 SOURCES/libfabric-1.1.0.tar.bz2 +ad84953c8b3d2d645d5b22c9b31a92a90941bb57 SOURCES/libfabric-1.3.0.tar.bz2 diff --git a/SPECS/libfabric.spec b/SPECS/libfabric.spec index e5f56fe..be72bad 100644 --- a/SPECS/libfabric.spec +++ b/SPECS/libfabric.spec @@ -1,18 +1,19 @@ Name: libfabric -Version: 1.1.0 -Release: 2%{?dist} +Version: 1.3.0 +Release: 3%{?dist} Summary: User-space RDMA Fabric Interfaces Group: System Environment/Libraries License: GPLv2 or BSD Url: http://www.github.com/ofiwg/libfabric -Source: https://www.openfabrics.org/downloads/ofi/%{name}-%{version}.tar.bz2 +Source: https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2 BuildRequires: librdmacm-devel -BuildRequires: libibverbs-devel +BuildRequires: libibverbs-devel >= 1.2.0 BuildRequires: libnl3-devel # infinipath-psm-devel only available for x86_64 %ifarch x86_64 BuildRequires: infinipath-psm-devel +BuildRequires: libpsm2-devel %endif # valgrind is unavailable for s390 %ifnarch s390 @@ -20,7 +21,7 @@ BuildRequires: valgrind-devel %endif %ifarch x86_64 -%global configopts --enable-sockets --enable-verbs --enable-usnic --disable-static --enable-psm +%global configopts --enable-sockets --enable-verbs --enable-usnic --disable-static --enable-psm --enable-psm2 %else %global configopts --enable-sockets --enable-verbs --enable-usnic --disable-static %endif @@ -47,7 +48,7 @@ Development files for the libfabric library. --with-valgrind %endif -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %make_install @@ -60,8 +61,9 @@ rm -f %{buildroot}%{_libdir}/*.la %files %{_libdir}/libfabric.so.* %{_bindir}/fi_info -%dir %{_libdir}/libfabric/ -%doc AUTHORS COPYING README +%{_libdir}/pkgconfig/%{name}.pc +%license COPYING +%doc AUTHORS README %files devel %{_libdir}/libfabric.so @@ -70,6 +72,18 @@ rm -f %{buildroot}%{_libdir}/*.la %{_mandir}/man7/* %changelog +* Mon May 30 2016 Honggang Li - 1.3.0-3 +- Rebuild against latest infinipath-psm. +- Related: bz1280143 + +* Mon May 30 2016 Honggang Li - 1.3.0-2 +- Rebuild libfabric to support Intel OPA PSM2. +- Related: bz1280143 + +* Wed May 4 2016 Honggang Li - 1.3.0-1 +- Update to latest upstream release +- Related: bz1280143 + * Wed Sep 30 2015 Doug Ledford - 1.1.0-2 - Rebuild against libnl3 now that the UD RoCE bug is fixed - Related: bz1261028