|
|
@ -1,20 +1,12 @@
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
|
|
|
release_number = 8;
|
|
|
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: fabtests
|
|
|
|
Name: fabtests
|
|
|
|
Version: 1.18.0
|
|
|
|
Version: 1.18.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Test suite for libfabric API
|
|
|
|
Summary: Test suite for libfabric API
|
|
|
|
# COPYING says the license is your choice of BSD or GPLv2.
|
|
|
|
|
|
|
|
# include/jsmn.h and common/jsmn.c are licensed under MIT.
|
|
|
|
# include/jsmn.h and common/jsmn.c are licensed under MIT.
|
|
|
|
License: (BSD-2-Clause OR GPL-2.0-only) AND MIT
|
|
|
|
# All other source files permit distribution under BSD. Some of them
|
|
|
|
|
|
|
|
# additionaly expressly allow the option to be licensed under GPLv2.
|
|
|
|
|
|
|
|
# See the license headers in individual source files to see which those are.
|
|
|
|
|
|
|
|
License: BSD and (BSD or GPLv2) and MIT
|
|
|
|
Url: https://github.com/ofiwg/libfabric
|
|
|
|
Url: https://github.com/ofiwg/libfabric
|
|
|
|
Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
Patch0: 0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch
|
|
|
|
Patch0: 0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch
|
|
|
@ -50,69 +42,32 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.18.0-8
|
|
|
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.18.0-7
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 09 2024 Brian Chae <bchae@redhat.com> - 1.18.0-7
|
|
|
|
|
|
|
|
- Adding files for c10s gating test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.18.0-6
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2024 Michal Schmidt <mschmidt@redhat.com> - 1.18.0-5
|
|
|
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 12 2023 Kamal Heib <kheib@redhat.com> - 1.18.0-1
|
|
|
|
* Mon Jun 12 2023 Kamal Heib <kheib@redhat.com> - 1.18.0-1
|
|
|
|
- Update to upstream release 1.18.0
|
|
|
|
- Update to upstream release 1.18.0
|
|
|
|
|
|
|
|
- Resolves: rhbz#2214181
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 03 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-3
|
|
|
|
* Fri Feb 03 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-2
|
|
|
|
- Require python3-pytest for runfabtests.py
|
|
|
|
- Require python3-pytest
|
|
|
|
|
|
|
|
- Resolves: rhbz#2166804
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 01 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-1
|
|
|
|
* Fri Feb 03 2023 Kamal Heib <kheib@redhat.com> - 1.17.0-1
|
|
|
|
- Update to upstream release 1.17.0
|
|
|
|
- Update to upstream release 1.17.0
|
|
|
|
|
|
|
|
- Resolves: rhbz#2166804
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 1.15.1-1
|
|
|
|
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 1.15.1-1
|
|
|
|
- Update to upstream release 1.15.1
|
|
|
|
- Update to upstream release 1.15.1
|
|
|
|
|
|
|
|
- Resolves: rhbz#2114058
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-3
|
|
|
|
* Thu Nov 25 2021 Honggang Li <honli@redhat.com> - 1.14.0-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
- Rebase to upstream release v1.14.0
|
|
|
|
- Rebase to upstream release v1.14.0
|
|
|
|
|
|
|
|
- Related: rhbz#2015405
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 05 2021 Honggang Li <honli@redhat.com> - 1.14.0-0.2
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.12.1-3
|
|
|
|
- Rebase to upstream release v1.14.0rc2
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 18 2021 Honggang Li <honli@redhat.com> - 1.13.2-1
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.12.1-2
|
|
|
|
- Rebase to upstream release v1.13.2
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 08 2021 Honggang Li <honli@redhat.com> - 1.13.1-1
|
|
|
|
|
|
|
|
- Rebase to upstream release v1.13.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-0.2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 22 2021 Honggang Li <honli@redhat.com> - 1.13.0-0.1
|
|
|
|
|
|
|
|
- Rebase to upstream release v1.13.0rc1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 02 2021 Honggang Li <honli@redhat.com> - 1.12.1-1
|
|
|
|
* Fri Apr 02 2021 Honggang Li <honli@redhat.com> - 1.12.1-1
|
|
|
|
- Rebase to upstream release v1.12.1
|
|
|
|
- Rebase to upstream release v1.12.1
|
|
|
@ -229,5 +184,3 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 14 2016 Honggang Li <honli@redhat.com> - 1.3.0-1
|
|
|
|
* Thu Apr 14 2016 Honggang Li <honli@redhat.com> - 1.3.0-1
|
|
|
|
- Import fabtests for Fedora.
|
|
|
|
- Import fabtests for Fedora.
|
|
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|
|
|
|