Update to upstream release v1.11.2rc1
Resolves: bz1905751 Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
83defabaac
commit
763b2bdb36
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/libfabric-1.11.0rc2.tar.bz2
|
||||
/libfabric-1.11.0.tar.bz2
|
||||
/libfabric-1.11.1.tar.bz2
|
||||
/libfabric-1.11.2rc1.tar.bz2
|
||||
|
@ -1,13 +1,13 @@
|
||||
%global __remake_config 0
|
||||
|
||||
Name: libfabric
|
||||
Version: 1.11.1
|
||||
Release: 1%{?dist}
|
||||
Version: 1.11.2
|
||||
Release: 0.1%{?dist}
|
||||
Summary: Open Fabric Interfaces
|
||||
|
||||
License: BSD or GPLv2
|
||||
URL: https://github.com/ofiwg/libfabric
|
||||
Source0: https://github.com/ofiwg/libfabric/releases/download/v%{version}/libfabric-%{version}.tar.bz2
|
||||
Source0: https://github.com/ofiwg/libfabric/releases/download/v%{version}/libfabric-%{version}rc1.tar.bz2
|
||||
|
||||
%if %{__remake_config}
|
||||
BuildRequires: automake
|
||||
@ -53,7 +53,7 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n libfabric-1.11.2rc1
|
||||
|
||||
%build
|
||||
%if %{__remake_config}
|
||||
@ -92,6 +92,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 08 2020 Honggang Li <honli@redhat.com> - 1.11.2-0.1
|
||||
- Update to upstream release v1.11.2rc1
|
||||
- Resolves: bz1905751
|
||||
|
||||
* Sun Oct 11 2020 Honggang Li <honli@redhat.com> - 1.11.1
|
||||
- Update to upstream release v1.11.1
|
||||
- Resolves: bz1887069
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libfabric-1.11.1.tar.bz2) = 790c9346dc5cae4100bfaf760a2fc1aeed34f8d92d1a05beaa13d004cb59cf0f66aca128e737a745dfc08b8aad4a25a6f85bc21ee8d0c1612727f0b22e1c966e
|
||||
SHA512 (libfabric-1.11.2rc1.tar.bz2) = 2ab9f3a3b14a98875eaac4008da0b1501cf0f1ebfdcc4d0d076253f3c769dc1036c0c48c7e1b524396187a2f60470917ad7eca8e3f72f79f87e444edf1ecefce
|
||||
|
Loading…
Reference in New Issue
Block a user