From 56ca17bcd96fb047ad777de0564816d47961db31 Mon Sep 17 00:00:00 2001
From: Koichiro Iwao
Date: Tue, 12 Nov 2024 10:08:32 +0900
Subject: [PATCH] Update to v6.11.7 20241110
---
.raspberrypi2.metadata | 4 ++--
SPECS/raspberrypi2.spec | 17 ++++++++++-------
2 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/.raspberrypi2.metadata b/.raspberrypi2.metadata
index 0ce31ad..ca82235 100644
--- a/.raspberrypi2.metadata
+++ b/.raspberrypi2.metadata
@@ -1,2 +1,2 @@
-60c685b1ff49b11454c147944a6f4e9e24cd05db SOURCES/734829e3525e5baea62d1deedbe65eb60f4fb36b.tar.gz
-3b0f152bca3eada3b0796fc95da0f025864a70c1 SOURCES/stable_20240529.tar.gz
+ac72e2f196857ecf73167250e87d33838a3859f7 SOURCES/1.20241008.tar.gz
+7c13fdfb9aeaad427d53500612a49849afb9cc7a SOURCES/efda653d39a46aa5ed2d5f8af420c1e4eddb2dca.tar.gz
diff --git a/SPECS/raspberrypi2.spec b/SPECS/raspberrypi2.spec
index 959b4ec..5bb5cd8 100644
--- a/SPECS/raspberrypi2.spec
+++ b/SPECS/raspberrypi2.spec
@@ -1,5 +1,5 @@
%global firmware_tag 1.20241008
-%global version_tag 20241008
+%global version_tag efda653d39a46aa5ed2d5f8af420c1e4eddb2dca
ExclusiveArch: aarch64
@@ -11,15 +11,15 @@ ExclusiveArch: aarch64
%define local_version v8
%define bcmmodel 2711
-%define extra_version 2
+%define extra_version 1
# This originally implies Kernel 4.x for RPi 2 and is not appropriate now.
# Be careful to change this not to disturb the seamless package update.
%define rpisuffix 2
%define ksuffix 4
-%define kversion 6.6
-%define patchlevel 51
+%define kversion 6.11
+%define patchlevel 7
%if 0%{?rhel} >= 10
%define pathfix %{__python3} %{_rpmconfigdir}/redhat/pathfix.py
@@ -38,12 +38,12 @@ ExclusiveArch: aarch64
Name: raspberrypi%{rpisuffix}
Version: %{kversion}.%{patchlevel}
-Release: %{version_tag}.%{local_version}.%{extra_version}%{?dist}
+Release: 20241110.%{local_version}.%{extra_version}%{?dist}
Summary: Specific kernel and bootcode for Raspberry Pi
License: GPLv2
URL: https://github.com/raspberrypi/linux
-Source0: https://github.com/raspberrypi/linux/archive/refs/tags/stable_%{version_tag}.tar.gz
+Source0: https://github.com/raspberrypi/linux/archive/%{version_tag}.tar.gz
Source1: https://github.com/raspberrypi/firmware/archive/refs/tags/%{firmware_tag}.tar.gz
Patch1: openssl-3.0.patch
Patch100: config_2711.patch
@@ -171,7 +171,7 @@ glibc package.
%endif
%prep
-%setup -q -n linux-stable_%{version_tag}
+%setup -q -n linux-%{version_tag}
%patch -P 1 -p1
%patch -P 100 -p1
%patch -P 101 -p1
@@ -440,6 +440,9 @@ cp $(ls -1 /boot/config-kernel-*-*|sort -V|tail -1) /boot/config-kernel.inc
%endif
%changelog
+* Tue Nov 12 2024 Koichiro Iwao - 6.11.7-20241110.v8.1
+- Update kernel to v6.11.7 20241110 efda653d
+
* Fri Nov 08 2024 Koichiro Iwao - 6.6.51-20241008.v8.2
- Fix build for AL10 Kitten