From f7d3e7bb3b5ad90cb092bff7fabe12acd973595e Mon Sep 17 00:00:00 2001 From: jkacur Date: Fri, 3 Jun 2022 21:27:51 +0000 Subject: [PATCH] Upgrade the kernel to linux-5.18.1.tar.xz --- .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 07b4e11..13bf7f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /linux-5.7.tar.xz /linux-5.13.2.tar.xz +/linux-5.18.1.tar.xz diff --git a/rteval-loads.spec b/rteval-loads.spec index b650a58..15336b5 100644 --- a/rteval-loads.spec +++ b/rteval-loads.spec @@ -1,11 +1,11 @@ Name: rteval-loads -Version: 1.5 +Version: 1.6 Release: 1%{?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/v5.x/linux-5.13.2.tar.xz +Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.18.1.tar.xz 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 Jun 03 2022 John Kacur - 1.6-1 +- Upgrade the kernel to linux-5.18.1.tar.xz +Resolves: rhbz#2093058 + * 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 diff --git a/sources b/sources index 13d5544..2b40b3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (linux-5.13.2.tar.xz) = 57abdab075be0d8905a592201337a879633090b07ba1b399f7b8226a58ed93912ed3128b1997fc1d5afc8fff4bc4acec68f2add48c0537e36954f96780ef7f31 +SHA512 (linux-5.18.1.tar.xz) = 1d3f676403b7f21c6790cac568e9655f95012c250a7d0f35cb8223c8a36ce561b414a25cd85be6892607facb617247d4983f4be426388dd6c6817991a6da928d diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index 3893724..152323e 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.13.2.tar.xz ]]; then +if [[ ! -f /usr/share/rteval/loadsource/linux-5.18.1.tar.xz ]]; then echo "No load tarball found!" exit 3 fi