Rebase to upstream release v1.12.0rc1
Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
a6d0cc96f2
commit
7d93cf9beb
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/fabtests-1.11.1.tar.bz2
|
||||
/fabtests-1.11.2rc1.tar.bz2
|
||||
/fabtests-1.11.2.tar.bz2
|
||||
/fabtests-1.12.0rc1.tar.bz2
|
||||
|
@ -1,6 +1,7 @@
|
||||
Name: fabtests
|
||||
Version: 1.11.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.12.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,19 +9,19 @@ 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
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
Fabtests provides a set of examples that uses libfabric - a high-performance
|
||||
fabric software library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{version}%{__rc}
|
||||
%patch0 -p2
|
||||
|
||||
%build
|
||||
@ -41,6 +42,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Sun Jan 31 2021 Honggang Li <honli@redhat.com> - 1.12.0-0.1
|
||||
- Rebase to upstream release v1.12.0rc1
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fabtests-1.11.2.tar.bz2) = 60e1875caf69ab521ca83f57edcecb56e56b5e0ae1161d2b90ec754669606daefa09db0e384780fea3a4f51d72544cd80c17f8309c0c7c52e688719accb17b92
|
||||
SHA512 (fabtests-1.12.0rc1.tar.bz2) = 0c91a7c834d46f39a3eb7ab932a2825c04e139c66f7b7435f7f9235b2783c3ddb0e39a1606529787180a2989008944d7ff1a4c9445481742f4f3f4ca193c351e
|
||||
|
Loading…
Reference in New Issue
Block a user