diff --git a/rteval-loads.spec b/rteval-loads.spec index 5d6aecb..b650a58 100644 --- a/rteval-loads.spec +++ b/rteval-loads.spec @@ -1,6 +1,6 @@ Name: rteval-loads -Version: 1.4 -Release: 16%{?dist} +Version: 1.5 +Release: 1%{?dist} Summary: Source files for rteval loads Group: Development/Tools License: GPLv2 @@ -27,6 +27,11 @@ install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/rteval/loadsource %{_datadir}/rteval/loadsource/* %changelog +* Wed Jan 19 2022 John Kacur - 1.5-1 +- Fix the gating test to match the kernel version delivered by rteval-loads +- Change the version number to sync with rteval-loads in rhel-8 +Resolves: rhbz#2042214 + * Tue Jan 18 2022 John Kacur - 1.4-16 - Rebuild for rhel-9.0 Resolves: rhbz#2042053 diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index b171b8c..3893724 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-5.7.tar.xz ]]; then +if [[ ! -f /usr/share/rteval/loadsource/linux-5.13.2.tar.xz ]]; then echo "No load tarball found!" exit 3 fi