exec script verbosely

This commit is contained in:
Pratham Patel 2023-10-07 20:57:52 +05:30
parent 93ea008540
commit b007c58eee
No known key found for this signature in database
7 changed files with 12 additions and 10 deletions

View File

@ -1,8 +1,8 @@
# change version here # change version here
%global rel_ver 9 %global rel_ver 0
%global major_ver 6 %global major_ver 6
%global minor_ver 1 %global minor_ver 1
%global patch_ver 52 %global patch_ver 56
%global lts_flag 1 %global lts_flag 1
%global target_config defconfig %global target_config defconfig
%global kname lts %global kname lts

View File

@ -1,6 +1,6 @@
# change version here # change version here
%global rel_ver 3 %global rel_ver 0
%global next_snapshot_date 20231004 %global next_snapshot_date 20231006
%global target_config defconfig %global target_config defconfig
%global kname next %global kname next

View File

@ -1,9 +1,9 @@
# change version here # change version here
%global rel_ver 6 %global rel_ver 0
%global patch_ver 0 %global patch_ver 0
%global major_ver 6 %global major_ver 6
%global minor_ver 6 %global minor_ver 6
%global next_snapshot_date 20231004 %global next_snapshot_date 20231006
%global target_config defconfig %global target_config defconfig
%global kname opi5 %global kname opi5

View File

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

View File

@ -1,8 +1,8 @@
# change version here # change version here
%global rel_ver 4 %global rel_ver 0
%global major_ver 6 %global major_ver 6
%global minor_ver 5 %global minor_ver 5
%global patch_ver 5 %global patch_ver 6
%global target_config defconfig %global target_config defconfig
%global kname stable %global kname stable

View File

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

View File

@ -163,6 +163,8 @@ fi
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post %post
set -xeuf -o pipefail
if [ -x /sbin/installkernel -a -r /boot/vmlinuz-%{KVERREL} -a -r /boot/System.map-%{KVERREL} ]; then if [ -x /sbin/installkernel -a -r /boot/vmlinuz-%{KVERREL} -a -r /boot/System.map-%{KVERREL} ]; then
cp /boot/vmlinuz-%{KVERREL} /boot/.vmlinuz-%{KVERREL}-rpm cp /boot/vmlinuz-%{KVERREL} /boot/.vmlinuz-%{KVERREL}-rpm
cp /boot/System.map-%{KVERREL} /boot/.System.map-%{KVERREL}-rpm cp /boot/System.map-%{KVERREL} /boot/.System.map-%{KVERREL}-rpm