Auto sync2gitlab import of fabtests-1.15.1-1.el8.src.rpm
This commit is contained in:
parent
a0ad555d3e
commit
012fd27f31
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/fabtests-1.14.0.tar.bz2
|
||||
/fabtests-1.15.1.tar.bz2
|
||||
|
@ -14,7 +14,7 @@ index aba23be6f..73f55d07b 100755
|
||||
+++ b/fabtests/scripts/runfabtests.sh
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env bash
|
||||
+#!/usr/bin/bash
|
||||
+#!/bin/bash
|
||||
|
||||
#
|
||||
# Copyright (c) 2017-2019, Intel Corporation. All rights reserved.
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: fabtests
|
||||
Version: 1.14.0
|
||||
Version: 1.15.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Test suite for libfabric API
|
||||
# include/jsmn.h and common/jsmn.c are licensed under MIT.
|
||||
@ -11,9 +11,7 @@ Url: https://github.com/ofiwg/libfabric
|
||||
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}
|
||||
%ifarch %{valgrind_arches}
|
||||
BuildRequires: valgrind-devel
|
||||
%endif
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
|
||||
@ -22,15 +20,11 @@ Fabtests provides a set of examples that uses libfabric - a high-performance
|
||||
fabric software library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p2
|
||||
|
||||
%build
|
||||
%configure \
|
||||
%ifarch %{valgrind_arches}
|
||||
--with-valgrind \
|
||||
%endif
|
||||
|
||||
%configure --with-valgrind
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
@ -47,6 +41,10 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Aug 19 2022 Michal Schmidt <mschmidt@redhat.com> - 1.15.1-1
|
||||
- Update to upstream release 1.15.1
|
||||
- Resolves: rhbz#2114061
|
||||
|
||||
* Fri Nov 26 2021 Honggang Li <honli@redhat.com> - 1.14.0-1
|
||||
- Rebase to upstream release v1.14.0
|
||||
- Resolves: bz2008510
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fabtests-1.14.0.tar.bz2) = 286ab89601a551d9eca99b3386a2e11120978e271df5401c8e0721361515d7017102d6ed9f71ddf6fc1953d0ef890b5a0d4f50504d7b2287c3a20eceee6b7ff1
|
||||
SHA512 (fabtests-1.15.1.tar.bz2) = 1bf0c648a007cbc92796e10f5fc4069336b42eb5675e6589aa6aa63f8ec91286facd828a1cb30294cab0cb41a32508649c59a2cf35c849dc788804d99a076455
|
||||
|
Loading…
Reference in New Issue
Block a user