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.0.tar.bz2
|
||||||
/fabtests-1.11.1rc1.tar.bz2
|
/fabtests-1.11.1rc1.tar.bz2
|
||||||
/fabtests-1.11.1.tar.bz2
|
/fabtests-1.11.1.tar.bz2
|
||||||
|
/fabtests-1.11.2rc1.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: fabtests
|
Name: fabtests
|
||||||
Version: 1.11.1
|
Version: 1.11.2
|
||||||
Release: 1%{?dist}
|
Release: 0.1%{?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
|
||||||
@ -8,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}/%{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
|
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
|
||||||
@ -19,7 +19,7 @@ Fabtests provides a set of examples that uses libfabric - a high-performance
|
|||||||
fabric software library.
|
fabric software library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n fabtests-1.11.2rc1
|
||||||
%patch0 -p2
|
%patch0 -p2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -40,6 +40,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Oct 11 2020 Honggang Li <honli@redhat.com> - 1.11.1
|
||||||
- Rebase to upstream release v1.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