Update to upstream release v1.13.0rc1
Resolves: bz1945627 Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
5d430348f8
commit
4af3a84d10
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/libfabric-1.11.2.tar.bz2
|
||||
/libfabric-1.12.0rc1.tar.bz2
|
||||
/libfabric-1.12.1.tar.bz2
|
||||
/libfabric-1.13.0rc1.tar.bz2
|
||||
|
@ -1,13 +1,14 @@
|
||||
%global __remake_config 1
|
||||
|
||||
Name: libfabric
|
||||
Version: 1.12.1
|
||||
Release: 1%{?dist}
|
||||
Version: 1.13.0
|
||||
%global __rc rc1
|
||||
Release: 0.1%{?dist}
|
||||
Summary: Open Fabric Interfaces
|
||||
|
||||
License: BSD or GPLv2
|
||||
URL: https://github.com/ofiwg/libfabric
|
||||
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}%{__rc}/%{name}-%{version}%{__rc}.tar.bz2
|
||||
|
||||
%if %{__remake_config}
|
||||
BuildRequires: automake
|
||||
@ -55,7 +56,7 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q -n %{name}-%{version}%{__rc}
|
||||
|
||||
%build
|
||||
%if %{__remake_config}
|
||||
@ -94,6 +95,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 22 2021 Honggang Li <honli@redhat.com> - 1.13.0-0.1
|
||||
- Update to upstream release v1.13.0rc1
|
||||
- Resolves: bz1945627
|
||||
|
||||
* Thu Apr 01 2021 Honggang Li <honli@redhat.com> - 1.12.1-1
|
||||
- Update to upstream release v1.12.1
|
||||
- Enable psm3 support
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libfabric-1.12.1.tar.bz2) = 898d86b697666656c81b8416cf3c3e861092a86d432c3ae024ce777e245c76f984232d508441a0f9c1e7699d9ea8853665db97163cef1cf2d8ecc8b9bed042b8
|
||||
SHA512 (libfabric-1.13.0rc1.tar.bz2) = cb95fe8877a0b4c3b6af49a133449d5ae6dbd6bda1b852ab126bef089ea33b8e7afd8556ce509c889074fe16b463122e3afc0d98d23f84df0213e8f7af6c97ce
|
||||
|
Loading…
Reference in New Issue
Block a user