|
|
ea0cff |
Name: fabtests
|
|
|
88f777 |
Version: 1.17.0
|
|
|
88f777 |
Release: 2%{?dist}
|
|
|
ea0cff |
Summary: Test suite for libfabric API
|
|
|
ea0cff |
# include/jsmn.h and common/jsmn.c are licensed under MIT.
|
|
|
ea0cff |
# All other source files permit distribution under BSD. Some of them
|
|
|
ea0cff |
# additionaly expressly allow the option to be licensed under GPLv2.
|
|
|
ea0cff |
# See the license headers in individual source files to see which those are.
|
|
|
ea0cff |
License: BSD and (BSD or GPLv2) and MIT
|
|
|
6a112c |
Url: https://github.com/ofiwg/libfabric
|
|
|
6a112c |
Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
|
|
c219c0 |
Patch0: 0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch
|
|
|
ea0cff |
BuildRequires: libfabric-devel >= %{version}
|
|
|
ea0cff |
BuildRequires: valgrind-devel
|
|
|
ea0cff |
BuildRequires: gcc
|
|
|
e98006 |
BuildRequires: make
|
|
|
88f777 |
Requires: python3-pytest
|
|
|
ea0cff |
|
|
|
ea0cff |
%description
|
|
|
ea0cff |
Fabtests provides a set of examples that uses libfabric - a high-performance
|
|
|
ea0cff |
fabric software library.
|
|
|
ea0cff |
|
|
|
ea0cff |
%prep
|
|
|
385e3e |
%setup -q -n %{name}-%{version}
|
|
|
6a112c |
%patch0 -p2
|
|
|
ea0cff |
|
|
|
ea0cff |
%build
|
|
|
385e3e |
%configure --with-valgrind
|
|
|
ea0cff |
make %{?_smp_mflags} V=1
|
|
|
ea0cff |
|
|
|
ea0cff |
%install
|
|
|
ea0cff |
%make_install
|
|
|
ea0cff |
# remove unpackaged files from the buildroot
|
|
|
ea0cff |
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
ea0cff |
|
|
|
ea0cff |
%files
|
|
|
ea0cff |
%{_datadir}/%{name}/
|
|
|
ea0cff |
%{_bindir}/*
|
|
|
6a112c |
%{_mandir}/man1/*
|
|
|
ea0cff |
%{_mandir}/man7/*
|
|
|
ea0cff |
%doc AUTHORS README
|
|
|
ea0cff |
%license COPYING
|
|
|
ea0cff |
|
|
|
ea0cff |
%changelog
|
|
|
88f777 |
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-2
|
|
|
88f777 |
- Update to upstream release 1.17.0
|
|
|
88f777 |
- Require python3-pytest
|
|
|
88f777 |
- Resolves: rhbz#2168114, rhbz#2159964
|
|
|
88f777 |
|
|
|
385e3e |
* Fri Aug 19 2022 Michal Schmidt <mschmidt@redhat.com> - 1.15.1-1
|
|
|
385e3e |
- Update to upstream release 1.15.1
|
|
|
385e3e |
- Resolves: rhbz#2114061
|
|
|
385e3e |
|
|
|
e98006 |
* Fri Nov 26 2021 Honggang Li <honli@redhat.com> - 1.14.0-1
|
|
|
e98006 |
- Rebase to upstream release v1.14.0
|
|
|
e98006 |
- Resolves: bz2008510
|
|
|
e98006 |
|
|
|
5a0c63 |
* Thu May 13 2021 Honggang Li <honli@redhat.com> - 1.12.1-1
|
|
|
5a0c63 |
- Rebase to upstream release v1.12.1
|
|
|
5a0c63 |
- Resolves: bz1960071
|
|
|
5a0c63 |
|
|
|
c219c0 |
* Tue Dec 22 2020 Honggang Li <honli@redhat.com> - 1.11.2-1
|
|
|
c219c0 |
- Rebase to upstream release v1.11.2
|
|
|
c219c0 |
- Resolves: bz1909635
|
|
|
c219c0 |
|
|
|
c6e2f1 |
* Tue Nov 17 2020 Honggang Li <honli@redhat.com> - 1.11.1-1
|
|
|
c6e2f1 |
- Rebase to upstream release v1.11.1
|
|
|
c6e2f1 |
- Resolves: bz1856274
|
|
|
c6e2f1 |
|
|
|
4bc43b |
* Sat Apr 25 2020 Honggang Li <honli@redhat.com> - 1.10.0
|
|
|
4bc43b |
- Rebase to upstream release v1.10.0
|
|
|
4bc43b |
- Resolves: bz1770651
|
|
|
4bc43b |
|
|
|
6a112c |
* Mon Nov 11 2019 Honggang Li <honli@redhat.com> - 1.9.0rc1-1
|
|
|
6a112c |
- Rebase to upstream release v1.9.0rc1
|
|
|
6a112c |
- Resolves: bz1770650
|
|
|
6a112c |
|
|
|
6a112c |
* Mon Jul 1 2019 Honggang Li <honli@redhat.com> - 1.8.0-1
|
|
|
6a112c |
- Rebase to upstream release v1.8.0
|
|
|
6a112c |
- Resolves: bz1710870
|
|
|
6a112c |
|
|
|
ea0cff |
* Mon Dec 10 2018 Honggang Li <honli@redhat.com> - 1.6.2-1
|
|
|
ea0cff |
- Rebase to upstream release v1.6.2
|
|
|
ea0cff |
- Resolves: bz1654871
|
|
|
ea0cff |
|
|
|
ea0cff |
* Sat Aug 4 2018 Florian Weimer <fweimer@redhat.com> - 1.6.1-3
|
|
|
ea0cff |
- Fix shell syntax error in %%build
|
|
|
ea0cff |
|
|
|
ea0cff |
* Fri Aug 3 2018 Florian Weimer <fweimer@redhat.com> - 1.6.1-2
|
|
|
ea0cff |
- Honor %%{valgrind_arches}
|
|
|
ea0cff |
|
|
|
ea0cff |
* Fri Jun 22 2018 Honggang Li <honli@redhat.com> - 1.6.1-1
|
|
|
ea0cff |
- Rebase to upstream release v1.6.1
|
|
|
ea0cff |
- Resolves: bz1448975
|
|
|
ea0cff |
|
|
|
ea0cff |
* Thu May 10 2018 Honggang Li <honli@redhat.com> - 1.6.0-1
|
|
|
ea0cff |
- Rebase to upstream release v1.6.0
|
|
|
ea0cff |
|
|
|
ea0cff |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-4
|
|
|
ea0cff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
ea0cff |
|
|
|
ea0cff |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3
|
|
|
ea0cff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
ea0cff |
|
|
|
ea0cff |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-2
|
|
|
ea0cff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
ea0cff |
|
|
|
ea0cff |
* Tue Apr 11 2017 Honggang Li <honli@redhat.com> - 1.4.1-1
|
|
|
ea0cff |
- Rebase to latest upstream release.
|
|
|
ea0cff |
- Resolves: bz1428619
|
|
|
ea0cff |
|
|
|
ea0cff |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
|
|
ea0cff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
ea0cff |
|
|
|
ea0cff |
* Tue Nov 8 2016 Honggang Li <honli@redhat.com> - 1.4.0-1
|
|
|
ea0cff |
- Rebase to latest upstream release.
|
|
|
ea0cff |
|
|
|
ea0cff |
* Tue Apr 19 2016 Honggang Li <honli@redhat.com> - 1.3.0-3
|
|
|
ea0cff |
- Provide precise license information.
|
|
|
ea0cff |
|
|
|
ea0cff |
* Thu Apr 14 2016 Honggang Li <honli@redhat.com> - 1.3.0-2
|
|
|
ea0cff |
- Remove license comment in file section.
|
|
|
ea0cff |
- Merge duplicated file entries.
|
|
|
ea0cff |
|
|
|
ea0cff |
* Thu Apr 14 2016 Honggang Li <honli@redhat.com> - 1.3.0-1
|
|
|
ea0cff |
- Import fabtests for Fedora.
|