import libfabric-1.17.0-3.el8.1
This commit is contained in:
parent
5374ceb1ab
commit
3832708966
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libfabric-1.15.1.tar.bz2
|
SOURCES/libfabric-1.17.0.tar.bz2
|
||||||
|
@ -1 +1 @@
|
|||||||
0ca001d826b8af7aa6c6cbb0bd90220d45b0933d SOURCES/libfabric-1.15.1.tar.bz2
|
c50469c293113df70fc33df305a989a6fe478c6b SOURCES/libfabric-1.17.0.tar.bz2
|
||||||
|
@ -1,13 +1,8 @@
|
|||||||
%global __remake_config 1
|
%global __remake_config 1
|
||||||
|
|
||||||
# LTO is running out of memory when building on x86_64
|
|
||||||
%ifarch x86_64
|
|
||||||
%global _lto_cflags %{nil}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: libfabric
|
Name: libfabric
|
||||||
Version: 1.15.1
|
Version: 1.17.0
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}.1
|
||||||
Summary: Open Fabric Interfaces
|
Summary: Open Fabric Interfaces
|
||||||
|
|
||||||
License: BSD or GPLv2
|
License: BSD or GPLv2
|
||||||
@ -19,8 +14,8 @@ BuildRequires: automake
|
|||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
# RDMA not available on 32-bit ARM: #1484155
|
# RDMA not available on 32-bit ARM: #1484155
|
||||||
%ifnarch %{arm}
|
%ifnarch %{arm}
|
||||||
@ -60,7 +55,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%autosetup -p1 -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{__remake_config}
|
%if %{__remake_config}
|
||||||
@ -75,9 +70,7 @@ developing applications that use %{name}.
|
|||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -101,6 +94,14 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-3.1
|
||||||
|
- Re-enable autotools remake to fix unwanted rpath in binaries.
|
||||||
|
- Resolves: rhbz#2168098
|
||||||
|
|
||||||
|
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-3
|
||||||
|
- Update to upstream release 1.17.0
|
||||||
|
- Resolves: rhbz#2168098
|
||||||
|
|
||||||
* Wed Aug 17 2022 Michal Schmidt <mschmidt@redhat.com> - 1.15.1-1
|
* Wed Aug 17 2022 Michal Schmidt <mschmidt@redhat.com> - 1.15.1-1
|
||||||
- Update to upstream release 1.15.1
|
- Update to upstream release 1.15.1
|
||||||
- Disable LTO on x86_64 due to memory issues (copied from Fedora)
|
- Disable LTO on x86_64 due to memory issues (copied from Fedora)
|
||||||
|
Loading…
Reference in New Issue
Block a user