From 0729a3dd1fe5f8c6b0913046555670f4fc1ca468 Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Mon, 21 Feb 2022 18:48:35 +0100 Subject: [PATCH] Add bootlist and ofpathname deps on POWER see bz1983003 and bz1983013 Related: rhbz2032266 --- rear.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rear.spec b/rear.spec index 473abd1..299da79 100644 --- a/rear.spec +++ b/rear.spec @@ -42,6 +42,12 @@ ExclusiveArch: %ix86 x86_64 ppc ppc64 ppc64le ia64 s390x %ifarch %ix86 x86_64 Requires: syslinux %endif +%ifarch ppc ppc64 ppc64le +# Called by grub2-install (except on PowerNV) +Requires: /usr/sbin/ofpathname +# Needed to make PowerVM LPARs bootable +Requires: /usr/sbin/bootlist +%endif # In the end this should tell the user that rear is known to work only on ix86 x86_64 ppc ppc64 ppc64le ia64 # and on ix86 x86_64 syslinux is explicitly required to make the bootable ISO image # (in addition to the default installed bootloader grub2) while on ppc ppc64 the