From 23b8bfec0ac18cb09c6e3357dafb1682d823c544 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 4 Dec 2025 13:33:56 +0000 Subject: [PATCH] Import from AlmaLinux stable repository --- .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 0ef8c8a..31049b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/linux-6.6.1.tar.xz +SOURCES/linux-6.12-rc4.tar.gz diff --git a/.rteval-loads.metadata b/.rteval-loads.metadata index ffe1968..4bd0bbb 100644 --- a/.rteval-loads.metadata +++ b/.rteval-loads.metadata @@ -1 +1 @@ -b09d769f60d53ea3e598c1ac8c58a10bf1e63a3f SOURCES/linux-6.6.1.tar.xz +fc4f654ca5c7373743661990fd1873e9f5567d20 SOURCES/linux-6.12-rc4.tar.gz diff --git a/SPECS/rteval-loads.spec b/SPECS/rteval-loads.spec index 9171964..b60ae00 100644 --- a/SPECS/rteval-loads.spec +++ b/SPECS/rteval-loads.spec @@ -1,11 +1,11 @@ Name: rteval-loads Version: 1.6 -Release: 4%{?dist} +Release: 6%{?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.6.1.tar.xz +Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.12-rc4.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -27,6 +27,14 @@ install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/rteval/loadsource %{_datadir}/rteval/loadsource/* %changelog +* Fri Nov 15 2024 John Kacur - 1.6-6 +- Rebuild to go through gating +Resolves: RHEL-67848 + +* Fri Oct 25 2024 John Kacur - 1.6-5 +- Upgrade the kernel to linux-6.12-rc4 +Resolves: RHEL-63614 + * 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