update to 4.19.57 [release 4.19.57-1mamba;Sat Jul 06 2019]
This commit is contained in:
parent
0c9c654597
commit
7d6dce81d2
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
38
kernel.spec
38
kernel.spec
@ -74,7 +74,7 @@
|
||||
%define _use_internal_dependency_generator 1
|
||||
|
||||
Name: kernel
|
||||
Version: 4.14.94
|
||||
Version: 4.19.57
|
||||
Release: 1mamba
|
||||
Summary: The Linux Kernel, the operating system core itself
|
||||
Group: System/Kernel and Hardware
|
||||
@ -91,10 +91,10 @@ Source0: https://cdn.kernel.org/pub/linux/kernel/v%{kernel_MAJver}.x/linux
|
||||
#%endif
|
||||
Source7: %{name}-rt-i586-config
|
||||
Source9: %{name}-custom-i586-config
|
||||
Source11: %{name}-%{kernel_majver}.31-mamba-config
|
||||
Source12: %{name}-%{kernel_majver}.29-mamba-x86_64-config
|
||||
Source13: %{name}-%{kernel_majver}.31-mamba-64GB-config
|
||||
Source15: %{name}-%{kernel_majver}.60-mamba-arm-config
|
||||
Source11: %{name}-%{kernel_majver}-mamba-config
|
||||
Source12: %{name}-%{kernel_majver}-mamba-x86_64-config
|
||||
Source13: %{name}-%{kernel_majver}-mamba-64GB-config
|
||||
Source15: %{name}-%{kernel_majver}-mamba-arm-config
|
||||
Source20: %{name}-%{kernel_majver}-mamba-arm-dove-config
|
||||
Patch0: kernel-2.6.35-430-scsi_header_fix.patch
|
||||
# Ingo Molnar's RT patch
|
||||
@ -124,6 +124,7 @@ License: GPL
|
||||
%if "%{USE_DISTCC}" == "1"
|
||||
BuildRequires: distcc ccache
|
||||
%endif
|
||||
BuildRequires: bison >= 3.4.1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%define buildroot %{_tmppath}/%{name}-%{KERNEL_TARGET}-build
|
||||
|
||||
@ -337,7 +338,7 @@ cp $kernel_cfg ./.config
|
||||
%patch59 -p1
|
||||
%patch77 -p1
|
||||
%patch78 -p1 -R
|
||||
%patch79 -p1
|
||||
#%patch79 -p1
|
||||
|
||||
%build
|
||||
#:<< ___EOF
|
||||
@ -520,15 +521,15 @@ for i in $archs; do
|
||||
%endif
|
||||
done
|
||||
|
||||
echo "%{_prefix}/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/arch/$headers_arch" >> \
|
||||
%{_builddir}/kernel-%{kernel_ver}%{?KERNEL_TARGET}/kernel-headers.files
|
||||
cd %{_builddir}/kernel-%{kernel_ver}%{?KERNEL_TARGET}
|
||||
echo "/arch/$headers_arch" kernel-headers.files
|
||||
|
||||
# install sanitised headers used by glibc
|
||||
ARCH=%{target_cpu} make headers_install \
|
||||
HOSTCC=%{_build}-gcc \
|
||||
CROSS_COMPILE=%{_target_platform}- \
|
||||
INSTALL_HDR_PATH=%{buildroot}%{_prefix}/src/linux-%{kernel_ver}%{KERNEL_TARGET}/usr
|
||||
|
||||
|
||||
# Do not package cross-platform host tools
|
||||
if [ "%{_build}" != "%{_target_platform}" ]; then
|
||||
for f in asn1_compiler conmakehash extract-cert kallsyms sortextable; do
|
||||
@ -688,12 +689,9 @@ exit 0
|
||||
%defattr(-,root,root)
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/arch/.gitignore
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/Documentation
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/usr/gen_initramfs_list.sh
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/usr/gen_init_cpio.c
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/usr/initramfs_data.S
|
||||
#/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/usr/initramfs_data.bz2.S
|
||||
#/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/usr/initramfs_data.gz.S
|
||||
#/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/usr/initramfs_data.lzma.S
|
||||
#/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/usr/initramfs_data.lzo.S
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/usr/Kconfig
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/usr/Makefile
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/usr/.gitignore
|
||||
@ -719,11 +717,18 @@ exit 0
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/CREDITS
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/Kbuild
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/Kconfig
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/arch
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/certs
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/certs/.gitignore
|
||||
#/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/drivers
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/include
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/init
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/init/
|
||||
%dir /usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/LICENSES
|
||||
%dir /usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/LICENSES/exceptions
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/LICENSES/exceptions/*
|
||||
%dir /usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/LICENSES/other
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/LICENSES/other/*
|
||||
%dir /usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/LICENSES/preferred
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/LICENSES/preferred/*
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/Makefile
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/Makefile.orig
|
||||
/usr/src/linux-%{kernel_ver}%{?KERNEL_TARGET}/Module.symvers
|
||||
@ -742,6 +747,9 @@ exit 0
|
||||
#/lib/firmware/*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.19.57-1mamba
|
||||
- update to 4.19.57
|
||||
|
||||
* Sat Jan 19 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.14.94-1mamba
|
||||
- update to 4.14.94
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user