Rebase to upstream release v1.11.2rc1
Signed-off-by: Honggang Li <honli@redhat.com>
This commit is contained in:
parent
d39f5f43ea
commit
63e05eb2cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/fabtests-1.11.0.tar.bz2
|
||||
/fabtests-1.11.1rc1.tar.bz2
|
||||
/fabtests-1.11.1.tar.bz2
|
||||
/fabtests-1.11.2rc1.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: fabtests
|
||||
Version: 1.11.1
|
||||
Release: 1%{?dist}
|
||||
Version: 1.11.2
|
||||
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 +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}/%{name}-%{version}.tar.bz2
|
||||
Source: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}rc1.tar.bz2
|
||||
Patch0: 0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch
|
||||
BuildRequires: libfabric-devel >= %{version}
|
||||
BuildRequires: valgrind-devel
|
||||
@ -19,7 +19,7 @@ Fabtests provides a set of examples that uses libfabric - a high-performance
|
||||
fabric software library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n fabtests-1.11.2rc1
|
||||
%patch0 -p2
|
||||
|
||||
%build
|
||||
@ -40,6 +40,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Wed Dec 09 2020 Honggang Li <honli@redhat.com> - 1.11.2-0.1
|
||||
- Rebase to upstream release v1.11.2rc1
|
||||
|
||||
* Sun Oct 11 2020 Honggang Li <honli@redhat.com> - 1.11.1
|
||||
- Rebase to upstream release v1.11.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fabtests-1.11.1.tar.bz2) = 3b4b9e7dbd630f306ff4666069d59510d4d33c06d02cf889f11bc4b72e36a7b8c6f8d0e5c09016c82f98a2ba8d34c425fae44f40b90c94b1854d8a785706af3d
|
||||
SHA512 (fabtests-1.11.2rc1.tar.bz2) = 9f69ef0185b9c7602be9b803f7c9de487a356560711a2cddfa0437b809a0e912b529906a9f5af35d31e58adc33c04ab755482f9dbd874cbfdf46210d9cd66ca2
|
||||
|
Loading…
Reference in New Issue
Block a user