import libfabric-1.14.0-1.el8
This commit is contained in:
parent
9a41a8c4e5
commit
98d97864ef
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/libfabric-1.12.1.tar.bz2
|
||||
SOURCES/libfabric-1.14.0.tar.bz2
|
||||
|
@ -1 +1 @@
|
||||
c3133852cf04e44bd51217a62527bf873d4a018e SOURCES/libfabric-1.12.1.tar.bz2
|
||||
be62df7562883b6a45f8475c5c8322a8112950af SOURCES/libfabric-1.14.0.tar.bz2
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: libfabric
|
||||
Version: 1.12.1
|
||||
Version: 1.14.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Fabric Interfaces
|
||||
|
||||
@ -7,6 +7,7 @@ License: BSD or GPLv2
|
||||
URL: https://github.com/ofiwg/libfabric
|
||||
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libnl3-devel
|
||||
# RDMA not available on 32-bit ARM: #1484155
|
||||
@ -85,6 +86,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 25 2021 Honggang Li <honli@redhat.com> - 1.14.0-1
|
||||
- Rebase to upstream release v1.14.0
|
||||
- Resolves: bz1970601
|
||||
|
||||
* Thu May 13 2021 Honggang Li <honli@redhat.com> - 1.12.1-1
|
||||
- Rebase to upstream release v1.12.1
|
||||
- Enable psm3 support
|
||||
|
Loading…
Reference in New Issue
Block a user