Compare commits

..

No commits in common. "7e3eb0e36b5e99a03b3e475b1f914093d2c63bdd" and "e1b954d5fba0e27b92b7956b26b4cbf75f11fe30" have entirely different histories.

2 changed files with 10 additions and 18 deletions

View File

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

View File

@ -1,5 +1,5 @@
%global firmware_tag 1.20250915 %global firmware_tag 1.20250430
%global version_tag 20250916 %global version_tag 20250702
ExclusiveArch: aarch64 ExclusiveArch: aarch64
@ -19,9 +19,9 @@ ExclusiveArch: aarch64
%define ksuffix 4 %define ksuffix 4
%define kversion 6.12 %define kversion 6.12
%define patchlevel 47 %define patchlevel 34
%if 0%{?rhel} >= 10 || 0%{?fedora} >= 40 %if 0%{?rhel} >= 10
%define pathfix %{__python3} %{_rpmconfigdir}/redhat/pathfix.py %define pathfix %{__python3} %{_rpmconfigdir}/redhat/pathfix.py
%else %else
%define pathfix pathfix.py %define pathfix pathfix.py
@ -220,16 +220,15 @@ 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/bcm2711_defconfig
perl -p -i -e "s/^CONFIG_LOCALVERSION=.*/CONFIG_LOCALVERSION=/" arch/%{Arch}/configs/bcm2712_defconfig perl -p -i -e "s/^CONFIG_LOCALVERSION=.*/CONFIG_LOCALVERSION=/" arch/%{Arch}/configs/bcm2712_defconfig
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 28 %if 0%{?rhel} >= 8
# Mangle /usr/bin/python shebangs to /usr/bin/python3 # Mangle /usr/bin/python shebangs to /usr/bin/python3
# Mangle all Python shebangs to be Python 3 explicitly # Mangle all Python shebangs to be Python 3 explicitly
# -p preserves timestamps # -p preserves timestamps
# -n prevents creating ~backup files # -n prevents creating ~backup files
# -i specifies the interpreter for the shebang # -i specifies the interpreter for the shebang
%{pathfix} -pni "%{__python3} %{py3_shbang_opts}" scripts/ %{pathfix} -pni "%{__python3} %{py3_shbang_opts}" scripts/
%{pathfix} -pni "%{__python3} %{py3_shbang_opts}" scripts/diffconfig scripts/bloat-o-meter scripts/show_delta \ %{pathfix} -pni "%{__python3} %{py3_shbang_opts}" scripts/diffconfig scripts/bloat-o-meter scripts/show_delta scripts/jobserver-exec
scripts/jobserver-exec scripts/dtc/dt-extract-compatibles %{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}" tools/ tools/kvm/kvm_stat/kvm_stat
%endif %endif
%build %build
@ -516,13 +515,6 @@ cp $(ls -1 /boot/config-kernel-*-*|sort -V|tail -1) /boot/config-kernel.inc
%endif %endif
%changelog %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 * Wed Jul 09 2025 Koichiro Iwao <meta@almalinux.org> - 6.12.34-20250702.v8.1
- Update kernel to v6.12.34 stable_20240702 - Update kernel to v6.12.34 stable_20240702
@ -539,7 +531,7 @@ cp $(ls -1 /boot/config-kernel-*-*|sort -V|tail -1) /boot/config-kernel.inc
- Enable EROFS bootc container (contributed by Kevin Fox) - Enable EROFS bootc container (contributed by Kevin Fox)
- Fixes to enable bootc (contributed by Kevin Fox) - Fixes to enable bootc (contributed by Kevin Fox)
* Mon Jan 27 2025 Koichiro Iwao <meta@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
- Convert license to SPDX expression - Convert license to SPDX expression