Rebase to upstream release v1.14.0
Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
8fdf8300ae
commit
3585d77adc
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
|||||||
/fabtests-1.13.1.tar.bz2
|
/fabtests-1.13.1.tar.bz2
|
||||||
/fabtests-1.13.2.tar.bz2
|
/fabtests-1.13.2.tar.bz2
|
||||||
/fabtests-1.14.0rc2.tar.bz2
|
/fabtests-1.14.0rc2.tar.bz2
|
||||||
|
/fabtests-1.14.0.tar.bz2
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
Name: fabtests
|
Name: fabtests
|
||||||
Version: 1.14.0
|
Version: 1.14.0
|
||||||
%global __rc rc2
|
Release: 1%{?dist}
|
||||||
Release: 0.2%{?dist}
|
|
||||||
Summary: Test suite for libfabric API
|
Summary: Test suite for libfabric API
|
||||||
# include/jsmn.h and common/jsmn.c are licensed under MIT.
|
# include/jsmn.h and common/jsmn.c are licensed under MIT.
|
||||||
# All other source files permit distribution under BSD. Some of them
|
# 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.
|
# See the license headers in individual source files to see which those are.
|
||||||
License: BSD and (BSD or GPLv2) and MIT
|
License: BSD and (BSD or GPLv2) and MIT
|
||||||
Url: https://github.com/ofiwg/libfabric
|
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
|
Patch0: 0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch
|
||||||
BuildRequires: libfabric-devel >= %{version}
|
BuildRequires: libfabric-devel >= %{version}
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
@ -21,7 +20,7 @@ Fabtests provides a set of examples that uses libfabric - a high-performance
|
|||||||
fabric software library.
|
fabric software library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{__rc}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p2
|
%patch0 -p2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -42,6 +41,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 23 2021 Honggang Li <honli@redhat.com> - 1.14.0-1
|
||||||
|
- Rebase to upstream release v1.14.0
|
||||||
|
|
||||||
* Fri Nov 05 2021 Honggang Li <honli@redhat.com> - 1.14.0-0.2
|
* Fri Nov 05 2021 Honggang Li <honli@redhat.com> - 1.14.0-0.2
|
||||||
- Rebase to upstream release v1.14.0rc2
|
- Rebase to upstream release v1.14.0rc2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (fabtests-1.14.0rc2.tar.bz2) = 2483ebfb580f40543cb957221cb85451812f675204c06386abeae4eacb0b6a8c35a8e538fd503e0e04fbe1d4ea69e2e31a34cbb9bde9fbb61f8e10288c8c0c21
|
SHA512 (fabtests-1.14.0.tar.bz2) = 286ab89601a551d9eca99b3386a2e11120978e271df5401c8e0721361515d7017102d6ed9f71ddf6fc1953d0ef890b5a0d4f50504d7b2287c3a20eceee6b7ff1
|
||||||
|
Loading…
Reference in New Issue
Block a user