Compare commits

...

4 Commits

Author SHA1 Message Date
12da461068 Update kernel to v6.12.47 stable_20250916
(cherry picked from commit 7e3eb0e36b)
2025-10-07 07:11:12 +00:00
d4e40de57b Update .raspberrypi2.metadata with new sources
(cherry picked from commit e4f802b73b)
2025-10-07 07:11:12 +00:00
9be423ad06 Update firmware to 1.20250915
(cherry picked from commit 755dc489f9)
2025-10-07 07:11:12 +00:00
9fa6c5ff1e Merge pull request 'Update kernel to v6.12.34 stable_20240702' (#27) from metalefty/raspberrypi:a9 into a9
Reviewed-on: rpms/raspberrypi2#27
2025-07-18 15:18:25 +00:00
2 changed files with 18 additions and 10 deletions

View File

@ -1,2 +1,2 @@
716cf8d994e7c3794489e9c33de8c77c466d2a46 SOURCES/1.20250430.tar.gz
4056ee652e15cec45f318082124f9ef6c2fa250e SOURCES/stable_20250702.tar.gz
25cfd4609f553d2dfecf70664da814f5064c194b SOURCES/stable_20250916.tar.gz
be897efea93afd8c6ccc39a2667166f7398fc97a SOURCES/1.20250915.tar.gz

View File

@ -1,5 +1,5 @@
%global firmware_tag 1.20250430
%global version_tag 20250702
%global firmware_tag 1.20250915
%global version_tag 20250916
ExclusiveArch: aarch64
@ -19,9 +19,9 @@ ExclusiveArch: aarch64
%define ksuffix 4
%define kversion 6.12
%define patchlevel 34
%define patchlevel 47
%if 0%{?rhel} >= 10
%if 0%{?rhel} >= 10 || 0%{?fedora} >= 40
%define pathfix %{__python3} %{_rpmconfigdir}/redhat/pathfix.py
%else
%define pathfix pathfix.py
@ -220,15 +220,16 @@ perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = -%{release}/" Makefile
perl -p -i -e "s/^CONFIG_LOCALVERSION=.*/CONFIG_LOCALVERSION=/" arch/%{Arch}/configs/bcm2711_defconfig
perl -p -i -e "s/^CONFIG_LOCALVERSION=.*/CONFIG_LOCALVERSION=/" arch/%{Arch}/configs/bcm2712_defconfig
%if 0%{?rhel} >= 8
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 28
# Mangle /usr/bin/python shebangs to /usr/bin/python3
# Mangle all Python shebangs to be Python 3 explicitly
# -p preserves timestamps
# -n prevents creating ~backup files
# -i specifies the interpreter for the shebang
%{pathfix} -pni "%{__python3} %{py3_shbang_opts}" scripts/
%{pathfix} -pni "%{__python3} %{py3_shbang_opts}" scripts/diffconfig scripts/bloat-o-meter scripts/show_delta scripts/jobserver-exec
%{pathfix} -pni "%{__python3} %{py3_shbang_opts}" tools/ tools/perf/scripts/python/*.py tools/kvm/kvm_stat/kvm_stat scripts/clang-tools/*.py
%{pathfix} -pni "%{__python3} %{py3_shbang_opts}" scripts/diffconfig scripts/bloat-o-meter scripts/show_delta \
scripts/jobserver-exec scripts/dtc/dt-extract-compatibles
%{pathfix} -pni "%{__python3} %{py3_shbang_opts}" tools/ tools/kvm/kvm_stat/kvm_stat
%endif
%build
@ -515,6 +516,13 @@ cp $(ls -1 /boot/config-kernel-*-*|sort -V|tail -1) /boot/config-kernel.inc
%endif
%changelog
* Fri Oct 03 2025 Koichiro Iwao <meta@almalinux.org> - 6.12.47-20250916.v8.1
- Update kernel to v6.12.47 stable_20250916
- Make it buildable on Fedora
* Wed Sep 24 2025 Ryosuke Nakayama <ryosuke_666@icloud.com> - 6.12.34-20250702.v8.2
- Update firmware to 1.20250915
* Wed Jul 09 2025 Koichiro Iwao <meta@almalinux.org> - 6.12.34-20250702.v8.1
- Update kernel to v6.12.34 stable_20240702
@ -531,7 +539,7 @@ cp $(ls -1 /boot/config-kernel-*-*|sort -V|tail -1) /boot/config-kernel.inc
- Enable EROFS bootc container (contributed by Kevin Fox)
- Fixes to enable bootc (contributed by Kevin Fox)
* Mon Jan 27 2025 Koichiro Iwao <emta@almalinux.org> - 6.12.1-20241206.v8.2
* Mon Jan 27 2025 Koichiro Iwao <meta@almalinux.org> - 6.12.1-20241206.v8.2
- Add pseudo subpackages for kernel modules to resolve dependency issue
- The main kernel package now provides kernel-core
- Convert license to SPDX expression