From 9c7b4eb905046d2dff7f19ebad9ed27f1677880d Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 12 Sep 2017 10:07:05 -0400 Subject: [PATCH] Actually require grub2-tools-minimal, which has grub2-editenv in it. Signed-off-by: Peter Jones --- grubby.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grubby.spec b/grubby.spec index 5d33a57..924eacd 100644 --- a/grubby.spec +++ b/grubby.spec @@ -17,8 +17,8 @@ BuildRequires: libblkid-devel git # for make test / getopt: BuildRequires: util-linux-ng %ifarch aarch64 i686 x86_64 ppc ppc64 -BuildRequires: grub2-tools -Requires: grub2-tools +BuildRequires: grub2-tools-minimal +Requires: grub2-tools-minimal %endif %ifarch s390 s390x Requires: s390utils-base