diff --git a/.gitignore b/.gitignore index b535c36..b4fe3d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/linux-5.18.1.tar.xz +SOURCES/linux-6.1.8.tar.xz diff --git a/.rteval-loads.metadata b/.rteval-loads.metadata index da93890..2734422 100644 --- a/.rteval-loads.metadata +++ b/.rteval-loads.metadata @@ -1 +1 @@ -e952cf4cc50c7299117b7346671817be47c0a945 SOURCES/linux-5.18.1.tar.xz +880471edaa649166a7db5e9689b90343b5ed1e4c SOURCES/linux-6.1.8.tar.xz diff --git a/SPECS/rteval-loads.spec b/SPECS/rteval-loads.spec index 15336b5..dc69c04 100644 --- a/SPECS/rteval-loads.spec +++ b/SPECS/rteval-loads.spec @@ -1,11 +1,11 @@ Name: rteval-loads Version: 1.6 -Release: 1%{?dist} +Release: 3%{?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.18.1.tar.xz +Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.8.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -27,6 +27,16 @@ install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/rteval/loadsource %{_datadir}/rteval/loadsource/* %changelog +* Fri Feb 03 2023 John Kacur - 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 - 1.6-2 +- Upgrade the kernel to linux-6.1.8.tar.xz +Resolves: rhbz#2166356 +jiraProject == RHELPLAN-147319 + * Fri Jun 03 2022 John Kacur - 1.6-1 - Upgrade the kernel to linux-5.18.1.tar.xz Resolves: rhbz#2093058