Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libfabric.git#ba1b09a49e69ba6b223be9e3c1040ede7f0c6a05
This commit is contained in:
parent
2e81e4fe1d
commit
63ce715dd3
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
|||||||
/libfabric-1.11.1.tar.bz2
|
/libfabric-1.11.1.tar.bz2
|
||||||
/libfabric-1.11.2rc1.tar.bz2
|
/libfabric-1.11.2rc1.tar.bz2
|
||||||
/libfabric-1.11.2.tar.bz2
|
/libfabric-1.11.2.tar.bz2
|
||||||
|
/libfabric-1.12.0rc1.tar.bz2
|
||||||
|
@ -1,19 +1,21 @@
|
|||||||
%global __remake_config 0
|
%global __remake_config 0
|
||||||
|
|
||||||
Name: libfabric
|
Name: libfabric
|
||||||
Version: 1.11.2
|
Version: 1.12.0
|
||||||
Release: 1%{?dist}
|
%global __rc rc1
|
||||||
|
Release: 0.1%{?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/libfabric/releases/download/v%{version}/libfabric-%{version}.tar.bz2
|
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}%{__rc}/%{name}-%{version}%{__rc}.tar.bz2
|
||||||
|
|
||||||
%if %{__remake_config}
|
%if %{__remake_config}
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
# RDMA not available on 32-bit ARM: #1484155
|
# RDMA not available on 32-bit ARM: #1484155
|
||||||
@ -53,7 +55,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}%{__rc}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{__remake_config}
|
%if %{__remake_config}
|
||||||
@ -92,6 +94,12 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 31 2021 Honggang Li <honli@redhat.com> - 1.12.0-0.1
|
||||||
|
- Update to upstream release v1.12.0rc1
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Dec 16 2020 Honggang Li <honli@redhat.com> - 1.11.2-1
|
* Wed Dec 16 2020 Honggang Li <honli@redhat.com> - 1.11.2-1
|
||||||
- Update to upstream release v1.11.2
|
- Update to upstream release v1.11.2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libfabric-1.11.2.tar.bz2) = 79d9ce52287ead57dfec20bcca91d4ca186e709379b55669612e596f40f02c83fee1c69601927e1894a01395eff128bd918c8f23ffb198f1bbba9b8d484780ef
|
SHA512 (libfabric-1.12.0rc1.tar.bz2) = 8a1d4ba9a1c433d28bc78cc3cc1c4d999daea0556d51034d2ed736d3a4073f6ad844369e2c85feb3cc47e475b1ec942433c7456f70c089add942880f84a21df3
|
||||||
|
Loading…
Reference in New Issue
Block a user