From 3694e507409d41599d2c10e26c73f424572f6ae8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 8 Nov 2022 01:31:45 -0500 Subject: [PATCH] import rteval-loads-1.6-2.el8 --- .gitignore | 2 +- .rteval-loads.metadata | 2 +- SPECS/rteval-loads.spec | 12 ++++++++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 78bc378..b535c36 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/linux-5.13.2.tar.xz +SOURCES/linux-5.18.1.tar.xz diff --git a/.rteval-loads.metadata b/.rteval-loads.metadata index c1c69a3..da93890 100644 --- a/.rteval-loads.metadata +++ b/.rteval-loads.metadata @@ -1 +1 @@ -cde5fb0ee29e9b12494b6cd09c6c8576e3f1c66b SOURCES/linux-5.13.2.tar.xz +e952cf4cc50c7299117b7346671817be47c0a945 SOURCES/linux-5.18.1.tar.xz diff --git a/SPECS/rteval-loads.spec b/SPECS/rteval-loads.spec index dc73b88..4d6e457 100644 --- a/SPECS/rteval-loads.spec +++ b/SPECS/rteval-loads.spec @@ -1,11 +1,11 @@ Name: rteval-loads -Version: 1.5 +Version: 1.6 Release: 2%{?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.13.2.tar.xz +Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.18.1.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,6 +26,14 @@ install -m 644 %{SOURCE0} ${RPM_BUILD_ROOT}/usr/share/rteval/loadsource %{_datadir}/rteval/loadsource/* %changelog +* Fri Jun 03 2022 John Kacur - 1.6-2 +- Upgrade run_tests.sh with the new kernel version +Resolves: rhbz#2093059 + +* Fri Jun 03 2022 John Kacur - 1.6-1 +- Upgrade the kernel to linux-5.18.1.tar.xz +Resolves: rhbz#2093059 + * Wed Jan 19 2022 John Kacur - 1.5-2 - Fix the gating test to match the kernel version delivered by rteval-loads Resolves: rhbz#2042213