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#7e455c08a0fa4875a5ccf6ae89655d5eb0fe27a8
This commit is contained in:
parent
d986757a12
commit
9530641a40
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/fabtests-1.11.2rc1.tar.bz2
|
||||
/fabtests-1.11.2.tar.bz2
|
||||
/fabtests-1.12.0rc1.tar.bz2
|
||||
/fabtests-1.12.1.tar.bz2
|
||||
|
@ -1,7 +1,6 @@
|
||||
Name: fabtests
|
||||
Version: 1.12.0
|
||||
%global __rc rc1
|
||||
Release: 0.1%{?dist}
|
||||
Version: 1.12.1
|
||||
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
|
||||
@ -9,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}%{__rc}/%{name}-%{version}%{__rc}.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
|
||||
@ -21,7 +20,7 @@ Fabtests provides a set of examples that uses libfabric - a high-performance
|
||||
fabric software library.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}%{__rc}
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p2
|
||||
|
||||
%build
|
||||
@ -42,6 +41,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Apr 02 2021 Honggang Li <honli@redhat.com> - 1.12.1-1
|
||||
- Rebase to upstream release v1.12.1
|
||||
|
||||
* Sun Jan 31 2021 Honggang Li <honli@redhat.com> - 1.12.0-0.1
|
||||
- Rebase to upstream release v1.12.0rc1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fabtests-1.12.0rc1.tar.bz2) = 0c91a7c834d46f39a3eb7ab932a2825c04e139c66f7b7435f7f9235b2783c3ddb0e39a1606529787180a2989008944d7ff1a4c9445481742f4f3f4ca193c351e
|
||||
SHA512 (fabtests-1.12.1.tar.bz2) = c08654d5cc39d2459a57653ae8dcd0d2a42566fe1c5e7b20f025f03132b30481c82f7c045984ec95a18c5030d2858554afc8090b7e546116be1f359aff6372ef
|
||||
|
Loading…
Reference in New Issue
Block a user