Import from AlmaLinux stable repository

This commit is contained in:
eabdullin 2025-12-04 13:33:56 +00:00
parent ec8bcd3f7b
commit 23b8bfec0a
3 changed files with 12 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/linux-6.6.1.tar.xz
SOURCES/linux-6.12-rc4.tar.gz

View File

@ -1 +1 @@
b09d769f60d53ea3e598c1ac8c58a10bf1e63a3f SOURCES/linux-6.6.1.tar.xz
fc4f654ca5c7373743661990fd1873e9f5567d20 SOURCES/linux-6.12-rc4.tar.gz

View File

@ -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 <jkacur@redhat.com> - 1.6-6
- Rebuild to go through gating
Resolves: RHEL-67848
* Fri Oct 25 2024 John Kacur <jkacur@redhat.com> - 1.6-5
- Upgrade the kernel to linux-6.12-rc4
Resolves: RHEL-63614
* Thu Nov 09 2023 John Kacur <jkacur@redhat.com> - 1.6-4
- Upgrade the the kernel to linux-6.6.1
- Make the gating tests match the correct kernel version