Update to upstream release v1.12.1
Resolves: rhbz#1880061 Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
311f5390fa
commit
cc67f2fc40
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
||||
/libfabric-1.11.2rc1.tar.bz2
|
||||
/libfabric-1.11.2.tar.bz2
|
||||
/libfabric-1.12.0rc1.tar.bz2
|
||||
/libfabric-1.12.1.tar.bz2
|
||||
|
@ -1,14 +1,13 @@
|
||||
%global __remake_config 0
|
||||
|
||||
Name: libfabric
|
||||
Version: 1.12.0
|
||||
%global __rc rc1
|
||||
Release: 0.2%{?dist}
|
||||
Version: 1.12.1
|
||||
Release: 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}%{__rc}/%{name}-%{version}%{__rc}.tar.bz2
|
||||
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
%if %{__remake_config}
|
||||
BuildRequires: automake
|
||||
@ -30,6 +29,7 @@ BuildRequires: infinipath-psm-devel
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 7
|
||||
BuildRequires: libpsm2-devel
|
||||
%endif
|
||||
BuildRequires: numactl-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -55,7 +55,7 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}%{__rc}
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%if %{__remake_config}
|
||||
@ -94,6 +94,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 19 2021 Honggang Li <honli@redhat.com> - 1.12.1-1
|
||||
- Update to upstream release v1.12.1
|
||||
- Resolves: rhbz#1880061
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.12.0-0.2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libfabric-1.12.0rc1.tar.bz2) = 8a1d4ba9a1c433d28bc78cc3cc1c4d999daea0556d51034d2ed736d3a4073f6ad844369e2c85feb3cc47e475b1ec942433c7456f70c089add942880f84a21df3
|
||||
SHA512 (libfabric-1.12.1.tar.bz2) = 898d86b697666656c81b8416cf3c3e861092a86d432c3ae024ce777e245c76f984232d508441a0f9c1e7699d9ea8853665db97163cef1cf2d8ecc8b9bed042b8
|
||||
|
Loading…
Reference in New Issue
Block a user