Update to upstream 1.17.0
Sync spec from Fedora. Resolves: rhbz#2098216 Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
This commit is contained in:
parent
2f444bdf0d
commit
560ad1cd79
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
||||
/libfabric-1.12.1.tar.bz2
|
||||
/libfabric-1.14.0.tar.bz2
|
||||
/libfabric-1.15.1.tar.bz2
|
||||
/libfabric-1.17.0.tar.bz2
|
||||
|
@ -1,13 +1,8 @@
|
||||
%global __remake_config 1
|
||||
|
||||
# LTO is running out of memory when building on x86_64
|
||||
%ifarch x86_64
|
||||
%global _lto_cflags %{nil}
|
||||
%endif
|
||||
%global __remake_config 0
|
||||
|
||||
Name: libfabric
|
||||
Version: 1.15.1
|
||||
Release: 1%{?dist}
|
||||
Version: 1.17.0
|
||||
Release: 3%{?dist}
|
||||
Summary: Open Fabric Interfaces
|
||||
|
||||
License: BSD or GPLv2
|
||||
@ -19,8 +14,8 @@ BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: libtool
|
||||
%endif
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: libnl3-devel
|
||||
# RDMA not available on 32-bit ARM: #1484155
|
||||
%ifnarch %{arm}
|
||||
@ -60,7 +55,7 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%if %{__remake_config}
|
||||
@ -99,6 +94,11 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 02 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-3
|
||||
- Update to upstream 1.17.0.
|
||||
- Sync spec from Fedora.
|
||||
- Resolves: rhbz#2098216
|
||||
|
||||
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 1.15.1-1
|
||||
- Update to upstream release 1.15.1
|
||||
- Disable LTO on x86_64 due to memory issues (copied from Fedora)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libfabric-1.15.1.tar.bz2) = 241682b83bdec26cdf5fe918c445732bcd123c01798d1973c4c6bff0d4c7ca271a782ff8af8f9bcaf1560580804c3088a4c18fdf9fbc58d9c3d98f4377903818
|
||||
SHA512 (libfabric-1.17.0.tar.bz2) = 0e34bc91050a4d1babefdabef5d7fc6bfabb81b412f751fd92f4e965b240e02d43baa0405ec27abd4b3a53b6fbc3789b577e416b8e1a9de1eeaa53344ce2b821
|
||||
|
Loading…
Reference in New Issue
Block a user