show a diff of configs and bump rel_ver

This commit is contained in:
Pratham Patel 2023-10-05 07:41:32 +05:30
parent 62ef6c4110
commit c4ee7651c6
No known key found for this signature in database
6 changed files with 8 additions and 5 deletions

View File

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

View File

@ -1,5 +1,5 @@
# change version here
%global rel_ver 1
%global rel_ver 2
%global next_snapshot_date 20231004
%global target_config defconfig

View File

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

View File

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

View File

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

View File

@ -100,6 +100,9 @@ rm -rf kernel-tfg/
# "remake" the .config since './scripts/config' does not handle dependencies at all
make olddefconfig
# diff for viewing later :)
diff .config .config.old
%build
%{make} %{?_smp_mflags} PYTHON=%{__python3} %{make_targets}