Update firmware to 1.20250127

This commit is contained in:
Koichiro Iwao 2025-02-20 16:11:59 +09:00
parent 9c202bde79
commit b14ff2f6c9
2 changed files with 6 additions and 3 deletions

View File

@ -1,2 +1,2 @@
097ac2ea24117c85f5e97eca810c5fd98d3576b2 SOURCES/1.20241126.tar.gz
15d20d02cbea3641470b226ae025d8ddbdaf2913 SOURCES/rpi-6.12.y_20241206_2.tar.gz 15d20d02cbea3641470b226ae025d8ddbdaf2913 SOURCES/rpi-6.12.y_20241206_2.tar.gz
3b7015807a4ca000fb448ed13b51d63a5dc7a745 SOURCES/1.20250127.tar.gz

View File

@ -1,4 +1,4 @@
%global firmware_tag 1.20241126 %global firmware_tag 1.20250127
%global version_tag rpi-6.12.y_20241206_2 %global version_tag rpi-6.12.y_20241206_2
ExclusiveArch: aarch64 ExclusiveArch: aarch64
@ -11,7 +11,7 @@ ExclusiveArch: aarch64
%define local_version v8 %define local_version v8
%define bcmmodel 2711 %define bcmmodel 2711
%define extra_version 2 %define extra_version 3
# 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.
@ -489,6 +489,9 @@ cp $(ls -1 /boot/config-kernel-*-*|sort -V|tail -1) /boot/config-kernel.inc
%endif %endif
%changelog %changelog
* Thu Feb 20 2025 Koichiro Iwao <meta@almalinux.org> - 6.12.1-20241206.v8.3
- Update firmware to 1.20250127
* Mon Jan 27 2025 Koichiro Iwao <emta@almalinux.org> - 6.12.1-20241206.v8.2 * Mon Jan 27 2025 Koichiro Iwao <emta@almalinux.org> - 6.12.1-20241206.v8.2
- Add pseudo subpackages for kernel modules to resolve dependency issue - Add pseudo subpackages for kernel modules to resolve dependency issue
- The main kernel package now provides kernel-core - The main kernel package now provides kernel-core