From 3498276978410fa78ac73abbc500c3494da46a68 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Oct 24 2020 12:33:50 +0000 Subject: Only require s390utils-core zipl appears to be the only thing grubby needs, and that is provided by s390utils-core. Change the Requires to that, which allows for a more minimal installation. --- diff --git a/grubby.spec b/grubby.spec index d414522..6010697 100644 --- a/grubby.spec +++ b/grubby.spec @@ -41,7 +41,7 @@ Requires: grub2-tools-minimal Requires: grub2-tools %endif %ifarch s390 s390x -Requires: s390utils-base +Requires: s390utils-core %endif Requires: findutils Requires: util-linux