Compare commits

...

2 Commits

Author SHA1 Message Date
Pratham Patel d5a3ab1081
bump rel_ver for all versions 2023-10-19 07:51:48 +05:30
Pratham Patel e4d04dfdd2
use RHEL config without savedefconfig-ing it 2023-10-19 07:51:10 +05:30
5 changed files with 9 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -95,13 +95,17 @@ export LLVM=1 AR=llvm-ar CC=clang HOSTAR=llvm-ar HOSTCC=clang HOSTCXX=clang++ HO
[ -f .config ] && rm -vf .config*
%{make} distclean
%{make} defconfig
cp %{SOURCE3} .config
tar -xf %{SOURCE2} -C .
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}