add /sbin/installkernel as requires
This commit is contained in:
parent
b007c58eee
commit
3b616ecc5e
@ -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 56
|
||||
|
@ -1,5 +1,5 @@
|
||||
# change version here
|
||||
%global rel_ver 0
|
||||
%global rel_ver 1
|
||||
%global next_snapshot_date 20231006
|
||||
%global target_config defconfig
|
||||
%global kname next
|
||||
|
@ -1,5 +1,5 @@
|
||||
# change version here
|
||||
%global rel_ver 0
|
||||
%global rel_ver 1
|
||||
%global patch_ver 0
|
||||
%global major_ver 6
|
||||
%global minor_ver 6
|
||||
|
@ -1,5 +1,5 @@
|
||||
# change version here
|
||||
%global rel_ver 5
|
||||
%global rel_ver 6
|
||||
%global major_ver 6
|
||||
%global minor_ver 6
|
||||
%global rc_ver 4
|
||||
|
@ -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 6
|
||||
|
@ -1,5 +1,5 @@
|
||||
# change version here
|
||||
%global rel_ver 1
|
||||
%global rel_ver 2
|
||||
%global major_ver 5
|
||||
%global minor_ver 10
|
||||
%global patch_ver 160
|
||||
|
@ -18,6 +18,7 @@ BuildRequires: kmod
|
||||
BuildRequires: python3-devel
|
||||
Requires: coreutils systemd dracut
|
||||
Requires: /usr/bin/kernel-install
|
||||
Requires: /sbin/installkernel
|
||||
Requires: linux-firmware
|
||||
|
||||
%ifarch aarch64
|
||||
|
Loading…
Reference in New Issue
Block a user