From 6a4d4df930403984e186c8a9f48a375a68258e92 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 28 Mar 2024 11:44:10 +0000 Subject: [PATCH] import CS rteval-loads-1.6-4.el9 --- .gitignore | 2 +- .rteval-loads.metadata | 2 +- SPECS/rteval-loads.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b4fe3d9..0ef8c8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/linux-6.1.8.tar.xz +SOURCES/linux-6.6.1.tar.xz diff --git a/.rteval-loads.metadata b/.rteval-loads.metadata index 2734422..ffe1968 100644 --- a/.rteval-loads.metadata +++ b/.rteval-loads.metadata @@ -1 +1 @@ -880471edaa649166a7db5e9689b90343b5ed1e4c SOURCES/linux-6.1.8.tar.xz +b09d769f60d53ea3e598c1ac8c58a10bf1e63a3f SOURCES/linux-6.6.1.tar.xz diff --git a/SPECS/rteval-loads.spec b/SPECS/rteval-loads.spec index dc69c04..9171964 100644 --- a/SPECS/rteval-loads.spec +++ b/SPECS/rteval-loads.spec @@ -1,11 +1,11 @@ Name: rteval-loads Version: 1.6 -Release: 3%{?dist} +Release: 4%{?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/v6.x/linux-6.1.8.tar.xz +Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.1.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -27,6 +27,11 @@ install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/rteval/loadsource %{_datadir}/rteval/loadsource/* %changelog +* Thu Nov 09 2023 John Kacur - 1.6-4 +- Upgrade the the kernel to linux-6.6.1 +- Make the gating tests match the correct kernel version +Resolves: RHEL-14482 + * Fri Feb 03 2023 John Kacur - 1.6-3 - Upgrade the gating tests to match the kernel version in rteval-loads Resolves: rhbz#2166356