Import from AlmaLinux stable repository

This commit is contained in:
eabdullin 2024-05-31 16:35:33 +00:00
parent c7ed7938da
commit 62afdb8b1e
3 changed files with 12 additions and 4 deletions

View File

@ -1 +0,0 @@
bada1c351756e8e594f22908d73db1bb12907245 SOURCES/fabtests-1.17.0.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/fabtests-1.17.0.tar.bz2 SOURCES/fabtests-1.18.0.tar.bz2

View File

@ -1,6 +1,6 @@
Name: fabtests Name: fabtests
Version: 1.17.0 Version: 1.18.0
Release: 2%{?dist} Release: 1%{?dist}.1
Summary: Test suite for libfabric API Summary: Test suite for libfabric API
# include/jsmn.h and common/jsmn.c are licensed under MIT. # include/jsmn.h and common/jsmn.c are licensed under MIT.
# All other source files permit distribution under BSD. Some of them # All other source files permit distribution under BSD. Some of them
@ -42,6 +42,15 @@ rm -f %{buildroot}%{_libdir}/*.la
%license COPYING %license COPYING
%changelog %changelog
* Tue Jul 11 2023 Kamal Heib <kheib@redhat.com> - 1.18.0-1.1
- Rebuilt for fixing tag.
- Resolves: rhbz#2214187
* Mon Jun 12 2023 Kamal Heib <kheib@redhat.com> - 1.18.0-1
- Update to upstream release 1.18.0
- Add gating tests
- Resolves: rhbz#2214187
* Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-2 * Wed Feb 08 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-2
- Update to upstream release 1.17.0 - Update to upstream release 1.17.0
- Require python3-pytest - Require python3-pytest