From a041131184707db4775df5cefc4ebcaa4b37e8bf Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Tue, 17 May 2022 09:07:49 -0400 Subject: [PATCH] Add perl packages for building on CentOS8 (3) --- xCAT-client/xCAT-client.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-client/xCAT-client.spec b/xCAT-client/xCAT-client.spec index 10e3b1bd7..0a83d694e 100644 --- a/xCAT-client/xCAT-client.spec +++ b/xCAT-client/xCAT-client.spec @@ -29,7 +29,8 @@ Requires: cpio # fping or nmap is needed by pping (in case xCAT-client is installed by itself on a remote client) %ifos linux -Requires: nmap perl-XML-Simple perl-XML-Parser perl-Sys-Syslog perl-Text-Balanced perl-JSON perl-Expect +Requires: nmap perl-XML-Simple perl-XML-Parser +Suggests: perl-Sys-Syslog perl-Text-Balanced perl-JSON perl-Expect %else Requires: expat %endif