update to 6.6.77 [release 6.6.77-1mamba;Sat Feb 15 2025]
This commit is contained in:
parent
6f405a8866
commit
9b962dc133
@ -95,7 +95,7 @@
|
|||||||
%define _use_internal_dependency_generator 1
|
%define _use_internal_dependency_generator 1
|
||||||
|
|
||||||
Name: kernel
|
Name: kernel
|
||||||
Version: 6.6.67
|
Version: 6.6.77
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The Linux Kernel, the operating system core itself
|
Summary: The Linux Kernel, the operating system core itself
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -223,7 +223,7 @@ rm -r linux-%{version}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Install genkey file for openmamba
|
# Install genkey file for openmamba
|
||||||
cp %{SOURCE1} configs/x509.genkey
|
cp %{SOURCE1} certs/x509.genkey
|
||||||
|
|
||||||
# Disable build-ids to avoid conflicts
|
# Disable build-ids to avoid conflicts
|
||||||
%define _build_id_links none
|
%define _build_id_links none
|
||||||
@ -323,7 +323,6 @@ rm -f build && ln -sf /usr/src/linux-%{kernel_ver}%{?KERNEL_LOCALVER} build )
|
|||||||
#rm -f %{buildroot}/lib/modules/%{kernel_ver}%{?KERNEL_LOCALVER}/modules.{inputmap,isapnpmap,ofmap,pcimap,seriomap,softdep,weakdep}
|
#rm -f %{buildroot}/lib/modules/%{kernel_ver}%{?KERNEL_LOCALVER}/modules.{inputmap,isapnpmap,ofmap,pcimap,seriomap,softdep,weakdep}
|
||||||
#rm -f %{buildroot}/lib/modules/%{kernel_ver}%{?KERNEL_LOCALVER}/modules.{symbols,symbols.bin,usbmap}
|
#rm -f %{buildroot}/lib/modules/%{kernel_ver}%{?KERNEL_LOCALVER}/modules.{symbols,symbols.bin,usbmap}
|
||||||
|
|
||||||
|
|
||||||
# We estimate the size of the initramfs because rpm needs to take this size
|
# We estimate the size of the initramfs because rpm needs to take this size
|
||||||
# into consideration when performing disk space calculations. (See bz #530778)
|
# into consideration when performing disk space calculations. (See bz #530778)
|
||||||
dd if=/dev/zero of=%{buildroot}/boot/initramfs-%{kernel_ver}%{?KERNEL_LOCALVER}.img bs=1M count=20
|
dd if=/dev/zero of=%{buildroot}/boot/initramfs-%{kernel_ver}%{?KERNEL_LOCALVER}.img bs=1M count=20
|
||||||
@ -603,6 +602,9 @@ fi
|
|||||||
/lib/modules/%{kernel_ver}%{?KERNEL_LOCALVER}/build
|
/lib/modules/%{kernel_ver}%{?KERNEL_LOCALVER}/build
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 15 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 6.6.77-1mamba
|
||||||
|
- update to 6.6.77
|
||||||
|
|
||||||
* Sat Dec 21 2024 Automatic Build System <autodist@openmamba.org> 6.6.67-1mamba
|
* Sat Dec 21 2024 Automatic Build System <autodist@openmamba.org> 6.6.67-1mamba
|
||||||
- update to 6.6.67
|
- update to 6.6.67
|
||||||
- aarch64: dereference symlinks in /boot/dtb to fix installation on FAT /boot
|
- aarch64: dereference symlinks in /boot/dtb to fix installation on FAT /boot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user