From e53b62e0cf81a686b347644baf6cc36f5dfe479a Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 19 Jun 2019 09:47:11 -0400 Subject: [PATCH] No longer require elilo elilo is now only used in the narrow window of distributions that had UEFI support but not EFISTUB. Such a user will already have it installed. A brand new install should not be using elilo. --- xCAT/xCAT.spec | 2 +- xCATsn/xCATsn.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 175ee2031..e801317b5 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -59,7 +59,7 @@ Requires: /usr/sbin/in.tftpd #support mixed cluster %if %nots390x -Requires: elilo-xcat xnba-undi +Requires: xnba-undi %endif %ifarch i386 i586 i686 x86 x86_64 diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index 32120fb92..ef0976c20 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -58,7 +58,7 @@ Requires: /usr/sbin/in.tftpd #support mixed cluster %ifnarch s390x -Requires: elilo-xcat xnba-undi +Requires: xnba-undi %endif %ifarch i386 i586 i686 x86 x86_64