fix:
``` Error: Problem: cannot install the best update candidate for package kernel-opi5-tfg-6.6.0-20231006.0.el9.aarch64 - nothing provides /sbin/installkernel needed by kernel-opi5-tfg-6.6.0-20231006.1.el9.aarch64 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages ```
This commit is contained in:
parent
3b616ecc5e
commit
bc5d5e4ea0
@ -1,5 +1,5 @@
|
|||||||
# change version here
|
# change version here
|
||||||
%global rel_ver 1
|
%global rel_ver 2
|
||||||
%global major_ver 6
|
%global major_ver 6
|
||||||
%global minor_ver 1
|
%global minor_ver 1
|
||||||
%global patch_ver 56
|
%global patch_ver 56
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# change version here
|
# change version here
|
||||||
%global rel_ver 1
|
%global rel_ver 2
|
||||||
%global next_snapshot_date 20231006
|
%global next_snapshot_date 20231006
|
||||||
%global target_config defconfig
|
%global target_config defconfig
|
||||||
%global kname next
|
%global kname next
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# change version here
|
# change version here
|
||||||
%global rel_ver 1
|
%global rel_ver 2
|
||||||
%global patch_ver 0
|
%global patch_ver 0
|
||||||
%global major_ver 6
|
%global major_ver 6
|
||||||
%global minor_ver 6
|
%global minor_ver 6
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# change version here
|
# change version here
|
||||||
%global rel_ver 6
|
%global rel_ver 7
|
||||||
%global major_ver 6
|
%global major_ver 6
|
||||||
%global minor_ver 6
|
%global minor_ver 6
|
||||||
%global rc_ver 4
|
%global rc_ver 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# change version here
|
# change version here
|
||||||
%global rel_ver 1
|
%global rel_ver 2
|
||||||
%global major_ver 6
|
%global major_ver 6
|
||||||
%global minor_ver 5
|
%global minor_ver 5
|
||||||
%global patch_ver 6
|
%global patch_ver 6
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# change version here
|
# change version here
|
||||||
%global rel_ver 2
|
%global rel_ver 3
|
||||||
%global major_ver 5
|
%global major_ver 5
|
||||||
%global minor_ver 10
|
%global minor_ver 10
|
||||||
%global patch_ver 160
|
%global patch_ver 160
|
||||||
|
@ -18,7 +18,7 @@ BuildRequires: kmod
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
Requires: coreutils systemd dracut
|
Requires: coreutils systemd dracut
|
||||||
Requires: /usr/bin/kernel-install
|
Requires: /usr/bin/kernel-install
|
||||||
Requires: /sbin/installkernel
|
Requires: /usr/sbin/installkernel
|
||||||
Requires: linux-firmware
|
Requires: linux-firmware
|
||||||
|
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
|
Loading…
Reference in New Issue
Block a user