|
|
|
@ -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}.1
|
|
|
|
|
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}
|
|
|
|
@ -102,6 +97,14 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.15.1-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|
* Fri Feb 03 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-3.1
|
|
|
|
|
- Bump for side-tag rebuild.
|
|
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|