Upgrade the kernel to linux-6.12-rc4
Resolves: RHEL-63614 Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
parent
f5c842263c
commit
ba11d8a518
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/linux-5.18.1.tar.xz
|
||||
/linux-6.1.8.tar.xz
|
||||
/linux-6.6.1.tar.xz
|
||||
/linux-6.12-rc4.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: rteval-loads
|
||||
Version: 1.6
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?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,10 @@ install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/rteval/loadsource
|
||||
%{_datadir}/rteval/loadsource/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-6.6.1.tar.xz) = d0aa5c3e686089c21e4a155cda1c46215c877f82dd15f7e4e7ba8a4a8c161baccc110488262e139507ff9e625e0118ade888f3e54ac5d75b9acfa2163932dcc7
|
||||
SHA512 (linux-6.12-rc4.tar.gz) = 8cfdf21c054071ec56643bda00b0d39a74846e41bec3f98c6197c7772b653d03dd293282d4dce2fec4fa9ce4369e5d438386c2654c55310e823d54687f4fe188
|
||||
|
@ -12,7 +12,7 @@ else
|
||||
fi
|
||||
|
||||
# check that the tarball is in place
|
||||
if [[ ! -f /usr/share/rteval/loadsource/linux-6.6.1.tar.xz ]]; then
|
||||
if [[ ! -f /usr/share/rteval/loadsource/linux-6.12-rc4.tar.gz ]]; then
|
||||
echo "No load tarball found!"
|
||||
exit 3
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user