diff --git a/.fabtests.metadata b/.fabtests.metadata index c7b392e..934dced 100644 --- a/.fabtests.metadata +++ b/.fabtests.metadata @@ -1 +1 @@ -84d4a831b6c6215c7ada7cc2c50132006bb71c53 SOURCES/fabtests-2.1.0.tar.bz2 +6b5f3a63679de7499b33c6761526bf6ce51ec541 SOURCES/fabtests-2.3.1.tar.bz2 diff --git a/.gitignore b/.gitignore index 0baf7c5..605a38e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/fabtests-2.1.0.tar.bz2 +SOURCES/fabtests-2.3.1.tar.bz2 diff --git a/SOURCES/0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch b/SOURCES/0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch deleted file mode 100644 index 2b1ee01..0000000 --- a/SOURCES/0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch +++ /dev/null @@ -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. diff --git a/SPECS/fabtests.spec b/SPECS/fabtests.spec index 3070790..784a6f8 100644 --- a/SPECS/fabtests.spec +++ b/SPECS/fabtests.spec @@ -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 - 2.3.1-3 +- Rebuilt after updating libfabric +- Resolves: RHEL-134211 + +* Wed Dec 17 2025 Kamal Heib - 2.3.1-2 +- bump release to rebuild in sidetag +- Resolves: RHEL-134211 + +* Thu Dec 11 2025 Kamal Heib - 2.3.1-1 +- Update to upstream release 2.3.1 +- Resolves: RHEL-134211 + * Wed Jul 16 2025 Kamal Heib - 2.1.0-1 - Update to upstream release 2.1.0 - Resolves: RHEL-104032