From af6ec9162eaa930f564bd25c01a7c768b32438e0 Mon Sep 17 00:00:00 2001 From: parmentelat Date: Tue, 4 Dec 2018 15:53:58 +0100 Subject: [PATCH] rename mkisofs into genisoimage --- bootcd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootcd.spec b/bootcd.spec index 6bc3374..51184de 100644 --- a/bootcd.spec +++ b/bootcd.spec @@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root # other archs must be able to install this BuildArch: noarch -Requires: dosfstools, mkisofs, gzip, mtools, syslinux +Requires: dosfstools, genisoimage, gzip, mtools, syslinux # yumdownloader is needed in bootcd-kernel Requires: yum-utils # mkdiskimage is used for USB-partitioned mode -- 2.43.0