Rebase to upstream release v1.13.1
Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
9acfd1716a
commit
1dec36e5e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/fabtests-1.12.0rc1.tar.bz2
|
||||
/fabtests-1.12.1.tar.bz2
|
||||
/fabtests-1.13.0rc1.tar.bz2
|
||||
/fabtests-1.13.1.tar.bz2
|
||||
|
@ -1,7 +1,6 @@
|
||||
Name: fabtests
|
||||
Version: 1.13.0
|
||||
%global __rc rc1
|
||||
Release: 0.2%{?dist}
|
||||
Version: 1.13.1
|
||||
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
|
||||
@ -9,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}%{__rc}/%{name}-%{version}%{__rc}.tar.bz2
|
||||
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
|
||||
BuildRequires: libfabric-devel >= %{version}
|
||||
BuildRequires: valgrind-devel
|
||||
@ -21,7 +20,7 @@ Fabtests provides a set of examples that uses libfabric - a high-performance
|
||||
fabric software library.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}%{__rc}
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p2
|
||||
|
||||
%build
|
||||
@ -42,6 +41,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Wed Sep 08 2021 Honggang Li <honli@redhat.com> - 1.13.1-1
|
||||
- Rebase to upstream release v1.13.1
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-0.2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fabtests-1.13.0rc1.tar.bz2) = e1a22deb03b5dd2365f8ce5331ec6f61c8532e4b65c1773b91220f767e14bee8c3e40d32912170f5b60a98bd6548884d7a02309760a3081007ff7d2f3eb78cfe
|
||||
SHA512 (fabtests-1.13.1.tar.bz2) = 13e2ee256b7cf024bd5c5619093c4ac13017a30a7f549ae65d51fc6a7d897839cd9d036e0a5fdb62ab0b5bf45f41b74784560b83beb5678f11d9f193b4146586
|
||||
|
Loading…
Reference in New Issue
Block a user