diff --git a/.gitignore b/.gitignore index 3b30124..8d41b17 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /linux-5.13.2.tar.xz /linux-5.18.1.tar.xz /linux-6.1.8.tar.xz +/linux-6.6.1.tar.xz diff --git a/rteval-loads.spec b/rteval-loads.spec index dc69c04..9171964 100644 --- a/rteval-loads.spec +++ b/rteval-loads.spec @@ -1,11 +1,11 @@ Name: rteval-loads Version: 1.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Source files for rteval loads Group: Development/Tools License: GPLv2 URL: https://git.kernel.org/pub/scm/utils/rteval/rteval.git -Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.8.tar.xz +Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.1.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -27,6 +27,11 @@ install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/rteval/loadsource %{_datadir}/rteval/loadsource/* %changelog +* Thu Nov 09 2023 John Kacur - 1.6-4 +- Upgrade the the kernel to linux-6.6.1 +- Make the gating tests match the correct kernel version +Resolves: RHEL-14482 + * Fri Feb 03 2023 John Kacur - 1.6-3 - Upgrade the gating tests to match the kernel version in rteval-loads Resolves: rhbz#2166356 diff --git a/sources b/sources index 555693e..c920364 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (linux-5.18.1.tar.xz) = 1d3f676403b7f21c6790cac568e9655f95012c250a7d0f35cb8223c8a36ce561b414a25cd85be6892607facb617247d4983f4be426388dd6c6817991a6da928d -SHA512 (linux-6.1.8.tar.xz) = c5af551e441f7f987419833a15d5b2191e13d1c321a022aef6b12227017a3f295e42e79cc6b8a05f41f7374ef11c8aa0d75bb8b1c157aaa072e8b8681364e783 +SHA512 (linux-6.6.1.tar.xz) = d0aa5c3e686089c21e4a155cda1c46215c877f82dd15f7e4e7ba8a4a8c161baccc110488262e139507ff9e625e0118ade888f3e54ac5d75b9acfa2163932dcc7 diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index f8722a5..be98407 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.1.8.tar.xz ]]; then +if [[ ! -f /usr/share/rteval/loadsource/linux-6.6.1.tar.xz ]]; then echo "No load tarball found!" exit 3 fi