Fix the gating test to match the kernel version delivered by rteval-loads
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 Resolves: rhbz#2042214 Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
parent
939a94b17d
commit
919703ad1c
@ -1,6 +1,6 @@
|
||||
Name: rteval-loads
|
||||
Version: 1.4
|
||||
Release: 16%{?dist}
|
||||
Version: 1.5
|
||||
Release: 1%{?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
|
||||
* 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
|
||||
Resolves: rhbz#2042214
|
||||
|
||||
* Tue Jan 18 2022 John Kacur <jkacur@redhat.com> - 1.4-16
|
||||
- Rebuild for rhel-9.0
|
||||
Resolves: rhbz#2042053
|
||||
|
@ -12,7 +12,7 @@ else
|
||||
fi
|
||||
|
||||
# check that the tarball is in place
|
||||
if [[ ! -f /usr/share/rteval/loadsource/linux-5.7.tar.xz ]]; then
|
||||
if [[ ! -f /usr/share/rteval/loadsource/linux-5.13.2.tar.xz ]]; then
|
||||
echo "No load tarball found!"
|
||||
exit 3
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user