Update to v6.11.7 20241110

This commit is contained in:
Koichiro Iwao 2024-11-12 10:08:32 +09:00
parent 9c91b37a92
commit 0680cfe31b
2 changed files with 12 additions and 9 deletions

View File

@ -1,2 +1,2 @@
cf5423b4444fe7a1d4b548b4e668b6a82ed290e8 SOURCES/stable_20241008.tar.gz
ac72e2f196857ecf73167250e87d33838a3859f7 SOURCES/1.20241008.tar.gz ac72e2f196857ecf73167250e87d33838a3859f7 SOURCES/1.20241008.tar.gz
7c13fdfb9aeaad427d53500612a49849afb9cc7a SOURCES/efda653d39a46aa5ed2d5f8af420c1e4eddb2dca.tar.gz

View File

@ -1,5 +1,5 @@
%global firmware_tag 1.20241008 %global firmware_tag 1.20241008
%global version_tag 20241008 %global version_tag efda653d39a46aa5ed2d5f8af420c1e4eddb2dca
ExclusiveArch: aarch64 ExclusiveArch: aarch64
@ -11,15 +11,15 @@ ExclusiveArch: aarch64
%define local_version v8 %define local_version v8
%define bcmmodel 2711 %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. # 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. # Be careful to change this not to disturb the seamless package update.
%define rpisuffix 2 %define rpisuffix 2
%define ksuffix 4 %define ksuffix 4
%define kversion 6.6 %define kversion 6.11
%define patchlevel 51 %define patchlevel 7
%if 0%{?rhel} >= 10 %if 0%{?rhel} >= 10
%define pathfix %{__python3} %{_rpmconfigdir}/redhat/pathfix.py %define pathfix %{__python3} %{_rpmconfigdir}/redhat/pathfix.py
@ -38,12 +38,12 @@ ExclusiveArch: aarch64
Name: raspberrypi%{rpisuffix} Name: raspberrypi%{rpisuffix}
Version: %{kversion}.%{patchlevel} 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 Summary: Specific kernel and bootcode for Raspberry Pi
License: GPLv2 License: GPLv2
URL: https://github.com/raspberrypi/linux 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 Source1: https://github.com/raspberrypi/firmware/archive/refs/tags/%{firmware_tag}.tar.gz
Patch1: openssl-3.0.patch Patch1: openssl-3.0.patch
Patch100: config_2711.patch Patch100: config_2711.patch
@ -171,7 +171,7 @@ glibc package.
%endif %endif
%prep %prep
%setup -q -n linux-stable_%{version_tag} %setup -q -n linux-%{version_tag}
%patch -P 1 -p1 %patch -P 1 -p1
%patch -P 100 -p1 %patch -P 100 -p1
%patch -P 101 -p1 %patch -P 101 -p1
@ -440,6 +440,9 @@ cp $(ls -1 /boot/config-kernel-*-*|sort -V|tail -1) /boot/config-kernel.inc
%endif %endif
%changelog %changelog
* Tue Nov 12 2024 Koichiro Iwao <meta@almalinux.org> - 6.11.7-20241110.v8.1
- Update kernel to v6.11.7 20241110 efda653d
* Fri Nov 08 2024 Koichiro Iwao <meta@almalinux.org> - 6.6.51-20241008.v8.2 * Fri Nov 08 2024 Koichiro Iwao <meta@almalinux.org> - 6.6.51-20241008.v8.2
- Fix build for AL10 Kitten - Fix build for AL10 Kitten