import fabtests-1.15.1-1.el8

This commit is contained in:
CentOS Sources 2022-11-08 02:00:23 -05:00 committed by Stepan Oksanichenko
parent 0cc7c19cbe
commit aa796a9e02
4 changed files with 10 additions and 12 deletions

View File

@ -1 +1 @@
f62d467c2dd751290f8771cae9f3b6c5ce01d688 SOURCES/fabtests-1.14.0.tar.bz2
9960b5dcc9a3028f6644e21db0dbc651a250e726 SOURCES/fabtests-1.15.1.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/fabtests-1.14.0.tar.bz2
SOURCES/fabtests-1.15.1.tar.bz2

View File

@ -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.

View File

@ -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