Update to upstream release v1.11.2
Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
763b2bdb36
commit
cae947d4fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/libfabric-1.11.0.tar.bz2
|
||||
/libfabric-1.11.1.tar.bz2
|
||||
/libfabric-1.11.2rc1.tar.bz2
|
||||
/libfabric-1.11.2.tar.bz2
|
||||
|
@ -2,12 +2,12 @@
|
||||
|
||||
Name: libfabric
|
||||
Version: 1.11.2
|
||||
Release: 0.1%{?dist}
|
||||
Release: 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}rc1.tar.bz2
|
||||
Source0: https://github.com/ofiwg/libfabric/releases/download/v%{version}/libfabric-%{version}.tar.bz2
|
||||
|
||||
%if %{__remake_config}
|
||||
BuildRequires: automake
|
||||
@ -53,7 +53,7 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n libfabric-1.11.2rc1
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%if %{__remake_config}
|
||||
@ -92,6 +92,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 16 2020 Honggang Li <honli@redhat.com> - 1.11.2-1
|
||||
- Update to upstream release v1.11.2
|
||||
|
||||
* Tue Dec 08 2020 Honggang Li <honli@redhat.com> - 1.11.2-0.1
|
||||
- Update to upstream release v1.11.2rc1
|
||||
- Resolves: bz1905751
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libfabric-1.11.2rc1.tar.bz2) = 2ab9f3a3b14a98875eaac4008da0b1501cf0f1ebfdcc4d0d076253f3c769dc1036c0c48c7e1b524396187a2f60470917ad7eca8e3f72f79f87e444edf1ecefce
|
||||
SHA512 (libfabric-1.11.2.tar.bz2) = 79d9ce52287ead57dfec20bcca91d4ca186e709379b55669612e596f40f02c83fee1c69601927e1894a01395eff128bd918c8f23ffb198f1bbba9b8d484780ef
|
||||
|
Loading…
Reference in New Issue
Block a user