Update kernel to v6.12.34 stable_20240702

This commit is contained in:
Koichiro Iwao 2025-07-11 10:12:42 +09:00
parent 712bd9deb1
commit e1b954d5fb
2 changed files with 7 additions and 4 deletions

View File

@ -1,2 +1,2 @@
716cf8d994e7c3794489e9c33de8c77c466d2a46 SOURCES/1.20250430.tar.gz
37b6749bb055db30a8496f0bf60e14465304416e SOURCES/stable_20250428.tar.gz
4056ee652e15cec45f318082124f9ef6c2fa250e SOURCES/stable_20250702.tar.gz

View File

@ -1,5 +1,5 @@
%global firmware_tag 1.20250430
%global version_tag 20250428
%global version_tag 20250702
ExclusiveArch: aarch64
@ -11,7 +11,7 @@ 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.
@ -19,7 +19,7 @@ ExclusiveArch: aarch64
%define ksuffix 4
%define kversion 6.12
%define patchlevel 25
%define patchlevel 34
%if 0%{?rhel} >= 10
%define pathfix %{__python3} %{_rpmconfigdir}/redhat/pathfix.py
@ -515,6 +515,9 @@ cp $(ls -1 /boot/config-kernel-*-*|sort -V|tail -1) /boot/config-kernel.inc
%endif
%changelog
* Wed Jul 09 2025 Koichiro Iwao <meta@almalinux.org> - 6.12.34-20250702.v8.1
- Update kernel to v6.12.34 stable_20240702
* Mon Jun 23 2025 Koichiro Iwao <meta@almalinux.org> - 6.12.25-20250428.v8.2
- Reintroduce initramfs for XFS / LUKS
https://github.com/AlmaLinux/raspberry-pi/issues/65