Rebase to upstream release v1.14.0rc2
Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
030f12fef2
commit
8fdf8300ae
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
||||
/fabtests-1.13.0rc1.tar.bz2
|
||||
/fabtests-1.13.1.tar.bz2
|
||||
/fabtests-1.13.2.tar.bz2
|
||||
/fabtests-1.14.0rc2.tar.bz2
|
||||
|
@ -1,6 +1,7 @@
|
||||
Name: fabtests
|
||||
Version: 1.13.2
|
||||
Release: 1%{?dist}
|
||||
Version: 1.14.0
|
||||
%global __rc rc2
|
||||
Release: 0.2%{?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
|
||||
@ -8,7 +9,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.bz2
|
||||
Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}%{__rc}/%{name}-%{version}%{__rc}.tar.bz2
|
||||
Patch0: 0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch
|
||||
BuildRequires: libfabric-devel >= %{version}
|
||||
BuildRequires: valgrind-devel
|
||||
@ -20,7 +21,7 @@ Fabtests provides a set of examples that uses libfabric - a high-performance
|
||||
fabric software library.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q -n %{name}-%{version}%{__rc}
|
||||
%patch0 -p2
|
||||
|
||||
%build
|
||||
@ -41,6 +42,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Nov 05 2021 Honggang Li <honli@redhat.com> - 1.14.0-0.2
|
||||
- Rebase to upstream release v1.14.0rc2
|
||||
|
||||
* Mon Oct 18 2021 Honggang Li <honli@redhat.com> - 1.13.2-1
|
||||
- Rebase to upstream release v1.13.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fabtests-1.13.2.tar.bz2) = 2517785a3d8ecc0f0dec96a7ebc9951d281c04092f74a2cc54ada7c6b1cef3224341827229c2f9989d239bc145ff9eab52d6a90d788fa8ffa07897eaef3dc351
|
||||
SHA512 (fabtests-1.14.0rc2.tar.bz2) = 2483ebfb580f40543cb957221cb85451812f675204c06386abeae4eacb0b6a8c35a8e538fd503e0e04fbe1d4ea69e2e31a34cbb9bde9fbb61f8e10288c8c0c21
|
||||
|
Loading…
Reference in New Issue
Block a user