Compare commits

...

2 Commits

5 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# change version here
%global rel_ver 4
%global rel_ver 5
%global major_ver 6
%global minor_ver 1
%global patch_ver 57

View File

@ -1,5 +1,5 @@
# change version here
%global rel_ver 4
%global rel_ver 5
%global major_ver 6
%global minor_ver 6
%global patch_ver 0

View File

@ -1,5 +1,5 @@
# change version here
%global rel_ver 4
%global rel_ver 5
%global major_ver 6
%global minor_ver 6
%global rc_ver 5

View File

@ -1,5 +1,5 @@
# change version here
%global rel_ver 4
%global rel_ver 5
%global major_ver 6
%global minor_ver 5
%global patch_ver 7

View File

@ -102,6 +102,10 @@ cp -vr kernel-tfg/{configure-linux.sh,extra-configs} .
rm -rf kernel-tfg/
./configure-linux.sh
%{make} savedefconfig
cp defconfig arch/%{build_arch}/configs/defconfig
%{make} defconfig
%build
%{make} PYTHON=%{__python3} %{make_targets}