import fabtests-1.15.1-1.el9

This commit is contained in:
CentOS Sources 2022-11-15 02:08:52 -05:00 committed by Stepan Oksanichenko
parent 631a614c6f
commit f3a4351815
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
f62d467c2dd751290f8771cae9f3b6c5ce01d688 SOURCES/fabtests-1.14.0.tar.bz2
9960b5dcc9a3028f6644e21db0dbc651a250e726 SOURCES/fabtests-1.15.1.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/fabtests-1.14.0.tar.bz2
SOURCES/fabtests-1.15.1.tar.bz2

View File

@ -1,5 +1,5 @@
Name: fabtests
Version: 1.14.0
Version: 1.15.1
Release: 1%{?dist}
Summary: Test suite for libfabric API
# include/jsmn.h and common/jsmn.c are licensed under MIT.
@ -41,6 +41,10 @@ rm -f %{buildroot}%{_libdir}/*.la
%license COPYING
%changelog
* Wed Aug 03 2022 Michal Schmidt <mschmidt@redhat.com> - 1.15.1-1
- Update to upstream release 1.15.1
- Resolves: rhbz#2114058
* Thu Nov 25 2021 Honggang Li <honli@redhat.com> - 1.14.0-1
- Rebase to upstream release v1.14.0
- Related: rhbz#2015405