fix /boot conflict with pkg filesystem
This commit is contained in:
parent
b756208efc
commit
d102419a3f
@ -1,6 +1,6 @@
|
||||
# change version here
|
||||
%global fake_ver 1
|
||||
%global rel_ver 0
|
||||
%global rel_ver 1
|
||||
%global commit_id b034abfca55f329be85c37a84768775c60f52885
|
||||
%global short_commit_id b034abfc
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# change version here
|
||||
%global rel_ver 0
|
||||
%global rel_ver 1
|
||||
%global major_ver 6
|
||||
%global minor_ver 1
|
||||
%global patch_ver 52
|
||||
|
@ -1,5 +1,5 @@
|
||||
# change version here
|
||||
%global rel_ver 0
|
||||
%global rel_ver 1
|
||||
%global next_snapshot_date 20230911
|
||||
|
||||
Name: kernel-next-tfg
|
||||
|
@ -1,5 +1,5 @@
|
||||
# change version here
|
||||
%global rel_ver 0
|
||||
%global rel_ver 1
|
||||
%global major_ver 6
|
||||
%global minor_ver 6
|
||||
%global rc_ver 1
|
||||
|
@ -1,5 +1,5 @@
|
||||
# change version here
|
||||
%global rel_ver 0
|
||||
%global rel_ver 1
|
||||
%global major_ver 6
|
||||
%global minor_ver 5
|
||||
%global patch_ver 2
|
||||
|
10
master.inc
10
master.inc
@ -172,13 +172,13 @@ if [ -x /sbin/update-bootloader ]; then
|
||||
/sbin/update-bootloader --remove %{KVERREL}
|
||||
fi
|
||||
|
||||
%files
|
||||
%defattr (-, root, root)
|
||||
/boot
|
||||
/lib/modules/%{KVERREL}
|
||||
|
||||
%files headers
|
||||
/usr/include
|
||||
|
||||
%files devel
|
||||
/usr/src/kernels/%{KVERREL}
|
||||
|
||||
%files
|
||||
%defattr (-, root, root)
|
||||
/lib/modules/%{KVERREL}
|
||||
/boot/*
|
||||
|
Loading…
Reference in New Issue
Block a user