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
|
Name: rteval-loads
|
||||||
Version: 1.4
|
Version: 1.5
|
||||||
Release: 16%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Source files for rteval loads
|
Summary: Source files for rteval loads
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -27,6 +27,11 @@ install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/rteval/loadsource
|
|||||||
%{_datadir}/rteval/loadsource/*
|
%{_datadir}/rteval/loadsource/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 18 2022 John Kacur <jkacur@redhat.com> - 1.4-16
|
||||||
- Rebuild for rhel-9.0
|
- Rebuild for rhel-9.0
|
||||||
Resolves: rhbz#2042053
|
Resolves: rhbz#2042053
|
||||||
|
@ -12,7 +12,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# check that the tarball is in place
|
# 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!"
|
echo "No load tarball found!"
|
||||||
exit 3
|
exit 3
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user