do a symbolic link

This commit is contained in:
Pratham Patel 2023-10-08 16:23:15 +05:30
parent 42e889cbfe
commit 4a08df9c92
No known key found for this signature in database
7 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -179,10 +179,10 @@ fi
pushd /boot
rm System.map vmlinuz
ln .uname-%{KVERREL} .uname
ln initramfs-%{KVERREL}.img initramfs.img
ln System.map-%{KVERREL} System.map
ln vmlinuz-%{KVERREL} vmlinuz
ln -s .uname-%{KVERREL} .uname
ln -s initramfs-%{KVERREL}.img initramfs.img
ln -s System.map-%{KVERREL} System.map
ln -s vmlinuz-%{KVERREL} vmlinuz
popd
%preun