Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/fabtests.git#7a19f843daba68c15dcd8d6597d495dc4d9f68f3
This commit is contained in:
parent
6000d0b4f6
commit
98cff7073c
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/fabtests-1.11.1rc1.tar.bz2
|
||||
/fabtests-1.11.1.tar.bz2
|
||||
/fabtests-1.11.2rc1.tar.bz2
|
||||
/fabtests-1.11.2.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: fabtests
|
||||
Version: 1.11.2
|
||||
Release: 0.1%{?dist}
|
||||
Release: 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}rc1.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
|
||||
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 -n fabtests-1.11.2rc1
|
||||
%setup -q
|
||||
%patch0 -p2
|
||||
|
||||
%build
|
||||
@ -40,6 +40,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Wed Dec 16 2020 Honggang Li <honli@redhat.com> - 1.11.2-1
|
||||
- Rebase to upstream release v1.11.2
|
||||
|
||||
* Wed Dec 09 2020 Honggang Li <honli@redhat.com> - 1.11.2-0.1
|
||||
- Rebase to upstream release v1.11.2rc1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fabtests-1.11.2rc1.tar.bz2) = 9f69ef0185b9c7602be9b803f7c9de487a356560711a2cddfa0437b809a0e912b529906a9f5af35d31e58adc33c04ab755482f9dbd874cbfdf46210d9cd66ca2
|
||||
SHA512 (fabtests-1.11.2.tar.bz2) = 60e1875caf69ab521ca83f57edcecb56e56b5e0ae1161d2b90ec754669606daefa09db0e384780fea3a4f51d72544cd80c17f8309c0c7c52e688719accb17b92
|
||||
|
Loading…
Reference in New Issue
Block a user