update to 6.1.16 [release 6.1.16-1mamba;Fri Mar 10 2023]
This commit is contained in:
parent
3fc3c79810
commit
2bfc72c4f7
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
19
kernel.spec
19
kernel.spec
@ -82,7 +82,7 @@
|
||||
%endif
|
||||
|
||||
%if "%{_target_cpu}" == "aarch64"
|
||||
%define KIMAGE arch/arm64/boot/Image.gz
|
||||
%define KIMAGE arch/arm64/boot/vmlinuz
|
||||
%define target_cpu arm64
|
||||
%endif
|
||||
|
||||
@ -95,7 +95,7 @@
|
||||
%define _use_internal_dependency_generator 1
|
||||
|
||||
Name: kernel
|
||||
Version: 5.15.85
|
||||
Version: 6.1.16
|
||||
Release: 1mamba
|
||||
Summary: The Linux Kernel, the operating system core itself
|
||||
Group: System/Kernel and Hardware
|
||||
@ -116,9 +116,9 @@ URL: https://www.kernel.org/
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libyaml-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
%if "%{USE_DISTCC}" == "1"
|
||||
@ -280,6 +280,7 @@ echo "%{KERNEL_LOCALVER}" > localversion.20-pkgname
|
||||
#
|
||||
# build kernel for given target
|
||||
#
|
||||
#:<< __EOF
|
||||
sed -i 's@/usr/bin/env@/bin/env@' ./arch/ia64/scripts/unwcheck.py
|
||||
ARCH=%{target_cpu} make oldconfig
|
||||
|
||||
@ -589,6 +590,18 @@ fi
|
||||
/lib/modules/%{kernel_ver}%{?KERNEL_LOCALVER}/build
|
||||
|
||||
%changelog
|
||||
* Fri Mar 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.16-1mamba
|
||||
- update to 6.1.16
|
||||
|
||||
* Wed Feb 15 2023 Automatic Build System <autodist@mambasoft.it> 6.1.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 12 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.11-1mamba
|
||||
- update to 6.1.11
|
||||
|
||||
* Sat Feb 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.93-1mamba
|
||||
- update to 5.15.93
|
||||
|
||||
* Sat Dec 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.85-1mamba
|
||||
- update to 5.15.85
|
||||
- headers: fix x86 external modules build by installing arch/x86/Makefile_32.cpu (and other build files from this dir)
|
||||
|
Loading…
Reference in New Issue
Block a user