|
|
@ -1,19 +1,11 @@
|
|
|
|
%global __remake_config 0
|
|
|
|
%global __remake_config 0
|
|
|
|
|
|
|
|
|
|
|
|
# FTBFS on i686 with GCC 14 -Werror=incompatible-pointer-types
|
|
|
|
|
|
|
|
# https://github.com/ofiwg/libfabric/issues/9763
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
|
|
|
|
|
|
|
|
%ifarch %{ix86}
|
|
|
|
|
|
|
|
%global build_type_safety_c 2
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: libfabric
|
|
|
|
Name: libfabric
|
|
|
|
Version: 1.22.0
|
|
|
|
Version: 1.18.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Open Fabric Interfaces
|
|
|
|
Summary: Open Fabric Interfaces
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD-2-Clause OR GPL-2.0-only
|
|
|
|
License: BSD or GPLv2
|
|
|
|
URL: https://github.com/ofiwg/libfabric
|
|
|
|
URL: https://github.com/ofiwg/libfabric
|
|
|
|
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
|
|
|
@ -34,7 +26,7 @@ BuildRequires: librdmacm-devel
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} == 7
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} == 7
|
|
|
|
BuildRequires: infinipath-psm-devel
|
|
|
|
BuildRequires: infinipath-psm-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%if 0%{?fedora} || (0%{?rhel} >= 7 && 0%{?rhel} < 10)
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
|
|
|
BuildRequires: libpsm2-devel
|
|
|
|
BuildRequires: libpsm2-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
BuildRequires: numactl-devel
|
|
|
|
BuildRequires: numactl-devel
|
|
|
@ -102,112 +94,37 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Nov 18 2024 Kamal Heib <kheib@redhat.com> - 1.22.0-1
|
|
|
|
* Thu Jun 01 2023 Kamal Heib <kheib@redhat.com> - 1.18.0-1
|
|
|
|
- Update to upstream release 1.22.0
|
|
|
|
- Update to upstream 1.18.0.
|
|
|
|
- Resolves: RHEL-16844, RHEL-24119, RHEL-25795
|
|
|
|
- Resolves: rhbz#2153027
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.20.1-3
|
|
|
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.20.1-2
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.20.1-2
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2024 Orion Poplawski <orion@nwra.com> - 1.20.1-1
|
|
|
|
|
|
|
|
- Update to 1.20.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 04 2023 Orion Poplawski <orion@nwra.com> - 1.19.0-1
|
|
|
|
|
|
|
|
- Update to 1.19.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 17 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.18.1-2
|
|
|
|
|
|
|
|
- Disable PSM2 in RHEL 10 builds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 15 2023 Orion Poplawski <orion@nwra.com> - 1.18.1-1
|
|
|
|
|
|
|
|
- Update to 1.18.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Apr 09 2023 Orion Poplawski <orion@nwra.com> - 1.18.0-1
|
|
|
|
|
|
|
|
- Update to 1.18.0
|
|
|
|
|
|
|
|
- Use SPDX License tag
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Mar 05 2023 Orion Poplawski <orion@nwra.com> - 1.17.1-1
|
|
|
|
|
|
|
|
- Update to 1.17.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-3
|
|
|
|
* Fri Feb 03 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-3.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
- Bump for side-tag rebuild.
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 29 2022 Orion Poplawski <orion@nwra.com> - 1.17.0-2
|
|
|
|
* Thu Feb 02 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-3
|
|
|
|
- Re-enable LTO on x86_64
|
|
|
|
- Update to upstream 1.17.0.
|
|
|
|
|
|
|
|
- Sync spec from Fedora.
|
|
|
|
|
|
|
|
- Resolves: rhbz#2098216
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 21 2022 Orion Poplawski <orion@nwra.com> - 1.17.0-1
|
|
|
|
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 1.15.1-1
|
|
|
|
- Update to 1.17.0
|
|
|
|
- Update to upstream release 1.15.1
|
|
|
|
|
|
|
|
- Disable LTO on x86_64 due to memory issues (copied from Fedora)
|
|
|
|
|
|
|
|
- Resolves: rhbz#2040454
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 15 2022 Orion Poplawski <orion@nwra.com> - 1.17.0-0.1.rc2
|
|
|
|
* Thu Nov 25 2021 Honggang Li <honli@redhat.com> - 1.14.0-1
|
|
|
|
- Update to 1.17.0rc2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 11 2022 Orion Poplawski <orion@nwra.com> - 1.16.1-3
|
|
|
|
|
|
|
|
- Actually apply patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 11 2022 Orion Poplawski <orion@nwra.com> - 1.16.1-2
|
|
|
|
|
|
|
|
- Add upstream patch to fix openmpi hang on koji builders (bz#2141137)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 11 2022 Orion Poplawski <orion@nwra.com> - 1.16.1-1
|
|
|
|
|
|
|
|
- Update to 1.16.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 24 2022 Orion Poplawski <orion@nwra.com> - 1.15.2-1
|
|
|
|
|
|
|
|
- Update to 1.15.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 16 2022 Orion Poplawski <orion@nwra.com> - 1.15.1-1
|
|
|
|
|
|
|
|
- Update to 1.15.1
|
|
|
|
|
|
|
|
- Disable LTO on x86_64 due to memory issues
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 23 2021 Honggang Li <honli@redhat.com> - 1.14.0-1
|
|
|
|
|
|
|
|
- Update to upstream release v1.14.0
|
|
|
|
- Update to upstream release v1.14.0
|
|
|
|
- Resolves: bz2023044
|
|
|
|
- Resolves: rhbz#2015404
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 05 2021 Honggang Li <honli@redhat.com> - 1.14.0-0.2
|
|
|
|
|
|
|
|
- Update to upstream release v1.14.0rc2
|
|
|
|
|
|
|
|
- Resolves: bz2019559
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 02 2021 Honggang Li <honli@redhat.com> - 1.14.0-0.1
|
|
|
|
|
|
|
|
- Update to upstream release v1.14.0rc1
|
|
|
|
|
|
|
|
- Resolves: bz2019559
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Oct 16 2021 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.13.2-1
|
|
|
|
|
|
|
|
- Update to 1.13.2 (#2011975)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 06 2021 Honggang Li <honli@redhat.com> - 1.13.1-1
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.12.1-2
|
|
|
|
- Update to upstream release v1.13.1
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Resolves: bz1993636
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-0.2
|
|
|
|
* Sat Jun 19 2021 Honggang Li <honli@redhat.com> - 1.12.1-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 22 2021 Honggang Li <honli@redhat.com> - 1.13.0-0.1
|
|
|
|
|
|
|
|
- Update to upstream release v1.13.0rc1
|
|
|
|
|
|
|
|
- Resolves: bz1945627
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 01 2021 Honggang Li <honli@redhat.com> - 1.12.1-1
|
|
|
|
|
|
|
|
- Update to upstream release v1.12.1
|
|
|
|
- Update to upstream release v1.12.1
|
|
|
|
- Enable psm3 support
|
|
|
|
- Resolves: rhbz#1880061
|
|
|
|
- Resolves: bz1945627
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 31 2021 Honggang Li <honli@redhat.com> - 1.12.0-0.1
|
|
|
|
* Sun Jan 31 2021 Honggang Li <honli@redhat.com> - 1.12.0-0.1
|
|
|
|
- Update to upstream release v1.12.0rc1
|
|
|
|
- Update to upstream release v1.12.0rc1
|
|
|
|