Rebase to upstream release v1.13.0rc1
Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
4f0f885b71
commit
1fa936d6c7
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/fabtests-1.11.2.tar.bz2
|
||||
/fabtests-1.12.0rc1.tar.bz2
|
||||
/fabtests-1.12.1.tar.bz2
|
||||
/fabtests-1.13.0rc1.tar.bz2
|
||||
|
@ -1,6 +1,7 @@
|
||||
Name: fabtests
|
||||
Version: 1.12.1
|
||||
Release: 1%{?dist}
|
||||
Version: 1.13.0
|
||||
%global __rc rc1
|
||||
Release: 0.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
|
||||
@ -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
|
||||
* Tue Jun 22 2021 Honggang Li <honli@redhat.com> - 1.13.0-0.1
|
||||
- Rebase to upstream release v1.13.0rc1
|
||||
|
||||
* Fri Apr 02 2021 Honggang Li <honli@redhat.com> - 1.12.1-1
|
||||
- Rebase to upstream release v1.12.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fabtests-1.12.1.tar.bz2) = c08654d5cc39d2459a57653ae8dcd0d2a42566fe1c5e7b20f025f03132b30481c82f7c045984ec95a18c5030d2858554afc8090b7e546116be1f359aff6372ef
|
||||
SHA512 (fabtests-1.13.0rc1.tar.bz2) = e1a22deb03b5dd2365f8ce5331ec6f61c8532e4b65c1773b91220f767e14bee8c3e40d32912170f5b60a98bd6548884d7a02309760a3081007ff7d2f3eb78cfe
|
||||
|
Loading…
Reference in New Issue
Block a user