From a1c71cbfec8797f2aa9b000d391e22d14e4ccd9c Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Mon, 1 Aug 2022 15:21:42 +0200 Subject: [PATCH] Recommend dosfstools on x86 It is needed when the EFI System Partition is present, which is more and more often the case. Resolves: rhbz2112879 --- rear.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rear.spec b/rear.spec index f674628..4dbce65 100644 --- a/rear.spec +++ b/rear.spec @@ -49,6 +49,8 @@ ExclusiveArch: %ix86 x86_64 ppc ppc64 ppc64le ia64 s390x # see the GitHub issue https://github.com/rear/rear/issues/629 %ifarch %ix86 x86_64 Requires: syslinux +# We need mkfs.vfat for recreating EFI System Partition +Recommends: dosfstools %endif %ifarch ppc ppc64 ppc64le # Called by grub2-install (except on PowerNV)