From fa4f99c18c3bed8f263020b0380cb168c4de1840 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Wed, 26 Nov 2025 14:38:29 -0500 Subject: [PATCH] Fix run_tests.sh to test linux-6.17.7.tar.xz is installed as a compile load Resolves: RHEL-131349 Signed-off-by: John Kacur --- rteval-loads.spec | 6 +++++- tests/scripts/run_tests.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/rteval-loads.spec b/rteval-loads.spec index a8b745b..15e9654 100644 --- a/rteval-loads.spec +++ b/rteval-loads.spec @@ -1,6 +1,6 @@ Name: rteval-loads Version: 6.17.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Source files for rteval loads Group: Development/Tools License: GPL-2.0-only @@ -27,6 +27,10 @@ install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/rteval/loadsource %{_datadir}/rteval/loadsource/* %changelog +* Wed Nov 26 2025 John Kacur - 6.17.7-3 +- Fix run_tests.sh to test linux-6.17.7.tar.xz is installed as a compile load +Resolves: RHEL-131349 + * Tue Nov 18 2025 John Kacur - 6.17.7-2 - Rebuild in a side-tag to sync with rteval Resolves: RHEL-86702 diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index 14edd9f..ae2f940 100644 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -12,7 +12,7 @@ else fi # check that the tarball is in place -if [[ ! -f /usr/share/rteval/loadsource/linux-6.12-rc4.tar.gz ]]; then +if [[ ! -f /usr/share/rteval/loadsource/linux-6.17.7.tar.xz ]]; then echo "No load tarball found!" exit 3 fi