Upgrade the gating tests to match the kernel version in rteval-loads
Resolves: rhbz#2166356 jiraProject == RHELPLAN-147319 Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
parent
2d0a0ac1ce
commit
473f550e61
@ -1,6 +1,6 @@
|
||||
Name: rteval-loads
|
||||
Version: 1.6
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Source files for rteval loads
|
||||
Group: Development/Tools
|
||||
License: GPLv2
|
||||
@ -27,6 +27,11 @@ install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/rteval/loadsource
|
||||
%{_datadir}/rteval/loadsource/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
jiraProject == RHELPLAN-147319
|
||||
|
||||
* Fri Feb 03 2023 John Kacur <jkacur@redhat.com> - 1.6-2
|
||||
- Upgrade the kernel to linux-6.1.8.tar.xz
|
||||
Resolves: rhbz#2166356
|
||||
|
@ -12,7 +12,7 @@ else
|
||||
fi
|
||||
|
||||
# check that the tarball is in place
|
||||
if [[ ! -f /usr/share/rteval/loadsource/linux-5.18.1.tar.xz ]]; then
|
||||
if [[ ! -f /usr/share/rteval/loadsource/linux-6.1.8.tar.xz ]]; then
|
||||
echo "No load tarball found!"
|
||||
exit 3
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user