import CS fabtests-2.3.1-3.el9
This commit is contained in:
parent
1a957cfea2
commit
930d6d815c
@ -1 +1 @@
|
||||
84d4a831b6c6215c7ada7cc2c50132006bb71c53 SOURCES/fabtests-2.1.0.tar.bz2
|
||||
6b5f3a63679de7499b33c6761526bf6ce51ec541 SOURCES/fabtests-2.3.1.tar.bz2
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/fabtests-2.1.0.tar.bz2
|
||||
SOURCES/fabtests-2.3.1.tar.bz2
|
||||
|
||||
@ -1,20 +0,0 @@
|
||||
diff --git a/fabtests/scripts/rft_yaml_to_junit_xml b/fabtests/scripts/rft_yaml_to_junit_xml
|
||||
index feb646366..2d3b3a30c 100755
|
||||
--- a/fabtests/scripts/rft_yaml_to_junit_xml
|
||||
+++ b/fabtests/scripts/rft_yaml_to_junit_xml
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env ruby
|
||||
+#!/usr/bin/ruby
|
||||
|
||||
# Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
|
||||
#
|
||||
diff --git a/fabtests/scripts/runfabtests.sh b/fabtests/scripts/runfabtests.sh
|
||||
index aba23be6f..73f55d07b 100755
|
||||
--- a/fabtests/scripts/runfabtests.sh
|
||||
+++ b/fabtests/scripts/runfabtests.sh
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env bash
|
||||
+#!/bin/bash
|
||||
|
||||
#
|
||||
# Copyright (c) 2017-2019, Intel Corporation. All rights reserved.
|
||||
@ -1,6 +1,6 @@
|
||||
Name: fabtests
|
||||
Version: 2.1.0
|
||||
Release: 1%{?dist}
|
||||
Version: 2.3.1
|
||||
Release: 3%{?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 +9,6 @@ Summary: Test suite for libfabric API
|
||||
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
|
||||
Patch0: 0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch
|
||||
BuildRequires: libfabric-devel >= %{version}
|
||||
BuildRequires: valgrind-devel
|
||||
BuildRequires: gcc
|
||||
@ -22,7 +21,6 @@ fabric software library.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p2
|
||||
|
||||
%build
|
||||
%configure --with-valgrind
|
||||
@ -42,6 +40,18 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
* Wed Feb 18 2026 Kamal Heib <kheib@redhat.com> - 2.3.1-3
|
||||
- Rebuilt after updating libfabric
|
||||
- Resolves: RHEL-134211
|
||||
|
||||
* Wed Dec 17 2025 Kamal Heib <kheib@redhat.com> - 2.3.1-2
|
||||
- bump release to rebuild in sidetag
|
||||
- Resolves: RHEL-134211
|
||||
|
||||
* Thu Dec 11 2025 Kamal Heib <kheib@redhat.com> - 2.3.1-1
|
||||
- Update to upstream release 2.3.1
|
||||
- Resolves: RHEL-134211
|
||||
|
||||
* Wed Jul 16 2025 Kamal Heib <kheib@redhat.com> - 2.1.0-1
|
||||
- Update to upstream release 2.1.0
|
||||
- Resolves: RHEL-104032
|
||||
|
||||
Loading…
Reference in New Issue
Block a user