Update to upstream release v1.14.0
Resolves: bz2023044 Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
dbef62acda
commit
84f964993e
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
|||||||
/libfabric-1.13.2.tar.bz2
|
/libfabric-1.13.2.tar.bz2
|
||||||
/libfabric-1.14.0rc1.tar.bz2
|
/libfabric-1.14.0rc1.tar.bz2
|
||||||
/libfabric-1.14.0rc2.tar.bz2
|
/libfabric-1.14.0rc2.tar.bz2
|
||||||
|
/libfabric-1.14.0.tar.bz2
|
||||||
|
@ -2,13 +2,12 @@
|
|||||||
|
|
||||||
Name: libfabric
|
Name: libfabric
|
||||||
Version: 1.14.0
|
Version: 1.14.0
|
||||||
%global __rc rc2
|
Release: 1%{?dist}
|
||||||
Release: 0.2%{?dist}
|
|
||||||
Summary: Open Fabric Interfaces
|
Summary: Open Fabric Interfaces
|
||||||
|
|
||||||
License: BSD or GPLv2
|
License: BSD or GPLv2
|
||||||
URL: https://github.com/ofiwg/libfabric
|
URL: https://github.com/ofiwg/libfabric
|
||||||
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}%{__rc}/%{name}-%{version}%{__rc}.tar.bz2
|
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
%if %{__remake_config}
|
%if %{__remake_config}
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -56,7 +55,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{__rc}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{__remake_config}
|
%if %{__remake_config}
|
||||||
@ -95,6 +94,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 23 2021 Honggang Li <honli@redhat.com> - 1.14.0-1
|
||||||
|
- Update to upstream release v1.14.0
|
||||||
|
- Resolves: bz2023044
|
||||||
|
|
||||||
* Fri Nov 05 2021 Honggang Li <honli@redhat.com> - 1.14.0-0.2
|
* Fri Nov 05 2021 Honggang Li <honli@redhat.com> - 1.14.0-0.2
|
||||||
- Update to upstream release v1.14.0rc2
|
- Update to upstream release v1.14.0rc2
|
||||||
- Resolves: bz2019559
|
- Resolves: bz2019559
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libfabric-1.14.0rc2.tar.bz2) = dfb37f99a76f4fde50f407afcfe5981c14450bf55c32de31db348209c2b92ca4a83ee4bd2b2eef8876f5b7037bea917a9cd76f0b16e3effedf8517bb9d1f7cb5
|
SHA512 (libfabric-1.14.0.tar.bz2) = 827fee42bdae1b226d2b3c3b7c2b9b29866791c7a8e9a20239459e6c5a2927d8674367bb075cfe00cc609f538c4630e3af9f566b89d00e337ae224c725cf5f85
|
||||||
|
Loading…
Reference in New Issue
Block a user