import fabtests-1.14.0-1.el9

This commit is contained in:
CentOS Sources 2022-01-11 12:16:04 -05:00 committed by Stepan Oksanichenko
parent 022429341b
commit ec7b94994f
3 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
e35cd149a89b3bd8b2653089a382ce751af512e9 SOURCES/fabtests-1.12.1.tar.bz2
f62d467c2dd751290f8771cae9f3b6c5ce01d688 SOURCES/fabtests-1.14.0.tar.bz2

2
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
Name: fabtests
Version: 1.12.1
Release: 3%{?dist}
Version: 1.14.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
@ -41,6 +41,10 @@ rm -f %{buildroot}%{_libdir}/*.la
%license COPYING
%changelog
* Thu Nov 25 2021 Honggang Li <honli@redhat.com> - 1.14.0-1
- Rebase to upstream release v1.14.0
- Related: rhbz#2015405
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.12.1-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688