Upgrade the kernel to linux-5.18.1.tar.xz

This commit is contained in:
jkacur 2022-06-03 21:27:51 +00:00
parent 919703ad1c
commit f7d3e7bb3b
4 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/linux-5.7.tar.xz
/linux-5.13.2.tar.xz
/linux-5.18.1.tar.xz

View File

@ -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<jkacur@redhat.com> - 1.6-1
- Upgrade the kernel to linux-5.18.1.tar.xz
Resolves: rhbz#2093058
* Wed Jan 19 2022 John Kacur <jkacur@redhat.com> - 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

View File

@ -1 +1 @@
SHA512 (linux-5.13.2.tar.xz) = 57abdab075be0d8905a592201337a879633090b07ba1b399f7b8226a58ed93912ed3128b1997fc1d5afc8fff4bc4acec68f2add48c0537e36954f96780ef7f31
SHA512 (linux-5.18.1.tar.xz) = 1d3f676403b7f21c6790cac568e9655f95012c250a7d0f35cb8223c8a36ce561b414a25cd85be6892607facb617247d4983f4be426388dd6c6817991a6da928d

View File

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