Compare commits

...

2 Commits

Author SHA1 Message Date
2587bd2efe
bump kernel-stable to 6.6.8-006 2023-12-23 19:27:46 +05:30
988cbdf629
no oldconfig, instead do a olddefconfig 2023-12-23 19:27:14 +05:30
2 changed files with 2 additions and 4 deletions

View File

@ -599,14 +599,12 @@ pushd linux-%{KVERREL} > /dev/null
%ifarch x86_64 || aarch64
cp config-%{_target_cpu} .config
%{__make} ARCH=%{bldarch} oldconfig
%if %{signkernel} || %{signmodules}
cp %{SOURCE23} certs/
%endif
%if %{with_std}
%{make} %{?_smp_mflags} ARCH=%{bldarch} %{make_target}
%{make} %{?_smp_mflags} ARCH=%{bldarch} olddefconfig %{make_target}
%{make} %{?_smp_mflags} ARCH=%{bldarch} modules || exit 1

View File

@ -1,7 +1,7 @@
%global major_ver 6
%global minor_ver 6
%global patch_ver 8
%global release_v 005
%global release_v 006
Name: kernel-stable