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#7d93cf9bebb4e3af5c83cb8a52891a4f9e244f5b
This commit is contained in:
parent
98cff7073c
commit
d986757a12
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: 1%{?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,18 +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
|
||||
|
||||
%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
|
||||
@ -40,6 +42,12 @@ 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
|
||||
|
||||
* Wed Dec 16 2020 Honggang Li <honli@redhat.com> - 1.11.2-1
|
||||
- Rebase to upstream release v1.11.2
|
||||
|
||||
|
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