Import from AlmaLinux stable repository

This commit is contained in:
eabdullin 2024-05-15 07:17:41 +00:00
parent ae86a48d54
commit 613f334ed5
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
bada1c351756e8e594f22908d73db1bb12907245 SOURCES/fabtests-1.17.0.tar.bz2
4c2b68d765762317a6f9e9f10c2f3fff03c95219 SOURCES/fabtests-1.18.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
Version: 1.17.0
Release: 2%{?dist}
Version: 1.18.0
Release: 1%{?dist}
Summary: Test suite for libfabric API
# include/jsmn.h and common/jsmn.c are licensed under MIT.
# All other source files permit distribution under BSD. Some of them
@ -42,6 +42,10 @@ rm -f %{buildroot}%{_libdir}/*.la
%license COPYING
%changelog
* Mon Jun 12 2023 Kamal Heib <kheib@redhat.com> - 1.18.0-1
- Update to upstream release 1.18.0
- Resolves: rhbz#2214181
* Fri Feb 03 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-2
- Require python3-pytest
- Resolves: rhbz#2166804