From c4314f332ca39a0dfb0d822a428bfbda888fd6f4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 28 2020 09:37:35 +0000 Subject: import fabtests-1.9.0rc1-1.el8 --- diff --git a/.fabtests.metadata b/.fabtests.metadata index f7ef7d0..f85ab75 100644 --- a/.fabtests.metadata +++ b/.fabtests.metadata @@ -1 +1 @@ -0caddf2362c79fe3e32f6b8da1e39db4277eb2c7 SOURCES/fabtests-1.8.0.tar.gz +0d968b928074c6e9a578fed5c80c7712d6369371 SOURCES/fabtests-1.9.0rc1.tar.bz2 diff --git a/.gitignore b/.gitignore index 5f0dcac..d345a7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/fabtests-1.8.0.tar.gz +SOURCES/fabtests-1.9.0rc1.tar.bz2 diff --git a/SPECS/fabtests.spec b/SPECS/fabtests.spec index b6c23f9..3a45a4d 100644 --- a/SPECS/fabtests.spec +++ b/SPECS/fabtests.spec @@ -1,5 +1,5 @@ Name: fabtests -Version: 1.8.0 +Version: 1.9.0rc1 Release: 1%{?dist} Summary: Test suite for libfabric API # include/jsmn.h and common/jsmn.c are licensed under MIT. @@ -8,7 +8,7 @@ Summary: Test suite for libfabric API # See the license headers in individual source files to see which those are. License: BSD and (BSD or GPLv2) and MIT Url: https://github.com/ofiwg/libfabric -Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2 Patch0: 0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch Patch1: runfabtests-python3.patch BuildRequires: libfabric-devel >= %{version} @@ -48,6 +48,10 @@ rm -f %{buildroot}%{_libdir}/*.la %license COPYING %changelog +* Mon Nov 11 2019 Honggang Li - 1.9.0rc1-1 +- Rebase to upstream release v1.9.0rc1 +- Resolves: bz1770650 + * Mon Jul 1 2019 Honggang Li - 1.8.0-1 - Rebase to upstream release v1.8.0 - Resolves: bz1710870