From ba11d8a518ce30314e54bb9351d1e3956aec6787 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Fri, 25 Oct 2024 13:54:08 -0400 Subject: [PATCH] Upgrade the kernel to linux-6.12-rc4 Resolves: RHEL-63614 Signed-off-by: John Kacur --- .gitignore | 1 + rteval-loads.spec | 8 ++++++-- sources | 2 +- tests/scripts/run_tests.sh | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8d41b17..e294ef7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /linux-5.18.1.tar.xz /linux-6.1.8.tar.xz /linux-6.6.1.tar.xz +/linux-6.12-rc4.tar.gz diff --git a/rteval-loads.spec b/rteval-loads.spec index 9171964..949485e 100644 --- a/rteval-loads.spec +++ b/rteval-loads.spec @@ -1,11 +1,11 @@ Name: rteval-loads Version: 1.6 -Release: 4%{?dist} +Release: 5%{?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.6.1.tar.xz +Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.12-rc4.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -27,6 +27,10 @@ install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/rteval/loadsource %{_datadir}/rteval/loadsource/* %changelog +* Fri Oct 25 2024 John Kacur - 1.6-5 +- Upgrade the kernel to linux-6.12-rc4 +Resolves: RHEL-63614 + * 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 diff --git a/sources b/sources index c920364..29aad4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (linux-6.6.1.tar.xz) = d0aa5c3e686089c21e4a155cda1c46215c877f82dd15f7e4e7ba8a4a8c161baccc110488262e139507ff9e625e0118ade888f3e54ac5d75b9acfa2163932dcc7 +SHA512 (linux-6.12-rc4.tar.gz) = 8cfdf21c054071ec56643bda00b0d39a74846e41bec3f98c6197c7772b653d03dd293282d4dce2fec4fa9ce4369e5d438386c2654c55310e823d54687f4fe188 diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index be98407..14edd9f 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.6.1.tar.xz ]]; then +if [[ ! -f /usr/share/rteval/loadsource/linux-6.12-rc4.tar.gz ]]; then echo "No load tarball found!" exit 3 fi