Upgrade the the kernel to linux-6.6.1

Make the gating tests match the correct kernel version
Resolves: RHEL-14482

Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2023-11-09 15:40:00 -05:00
parent 473f550e61
commit f5c842263c
4 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <jkacur@redhat.com> - 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 <jkacur@redhat.com> - 1.6-3
- Upgrade the gating tests to match the kernel version in rteval-loads
Resolves: rhbz#2166356

View File

@ -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

View File

@ -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