Update to v6.6.74 stable_20250127

While here, Remove dracut as initramfs is not needed.
This commit is contained in:
Koichiro Iwao 2025-02-20 15:09:26 +09:00
parent 438247604a
commit 0707826cc8
2 changed files with 10 additions and 7 deletions

View File

@ -1,2 +1,2 @@
cf5423b4444fe7a1d4b548b4e668b6a82ed290e8 SOURCES/stable_20241008.tar.gz
ac72e2f196857ecf73167250e87d33838a3859f7 SOURCES/1.20241008.tar.gz
3b7015807a4ca000fb448ed13b51d63a5dc7a745 SOURCES/1.20250127.tar.gz
dff2a82c96972629d33534897d8aa22d8c19ee94 SOURCES/stable_20250127.tar.gz

View File

@ -1,5 +1,5 @@
%global firmware_tag 1.20241008
%global version_tag 20241008
%global firmware_tag 1.20250127
%global version_tag 20250127
ExclusiveArch: aarch64
@ -19,7 +19,7 @@ ExclusiveArch: aarch64
%define ksuffix 4
%define kversion 6.6
%define patchlevel 51
%define patchlevel 74
# standard kernel
%define with_up %{?_without_up: 0} %{?!_without_up: 1}
@ -71,7 +71,6 @@ Summary: The Linux kernel
Provides: kernel = %{version}-%{release}
Provides: installonlypkg(kernel)
Requires: coreutils
#Requires: dracut
%description kernel%{?ksuffix}
The kernel package contains the Linux kernel (vmlinuz), the core of any
@ -362,7 +361,6 @@ fi
cp /usr/share/%{name}-kernel/%{version}-%{release}/boot/*.dtb /boot/
cp /usr/share/%{name}-kernel/%{version}-%{release}/boot/overlays/*.dtb* /boot/overlays/
cp /usr/share/%{name}-kernel/%{version}-%{release}/boot/overlays/README /boot/overlays/
/usr/bin/dracut /boot/initramfs-%{version}-%{release}.img %{version}-%{release}
cp /boot/config-kernel-%{version}-%{release}.inc /boot/config-kernel.inc
%postun kernel%{?ksuffix}
@ -432,6 +430,11 @@ cp $(ls -1 /boot/config-kernel-*-*|sort -V|tail -1) /boot/config-kernel.inc
%endif
%changelog
* Thu Feb 20 2025 Koichiro Iwao <meta@almalinux.org> - 6.6.74-20250127.v8.1
- Update kernel to v6.6.74 stable_20250127
- Update firmware to 1.20250127
- Remove dracut as initramfs is not needed (mentioned in 4.4.21-2)
* Mon Oct 21 2024 Koichiro Iwao <meta@almalinux.org> - 6.6.51-20241008.v8.1
- Update kernel to version v6.6.51 stable_20241008
- Update firmware to 1.20241008