From 4c18f63eb58788eec4cfa282da61a860bae21b51 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Tue, 9 Aug 2022 16:01:33 -0400 Subject: [PATCH] Add perl packages for building on CentOS8 (6) --- xCAT-client/xCAT-client.spec | 2 +- xCAT-server/xCAT-server.spec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-client/xCAT-client.spec b/xCAT-client/xCAT-client.spec index ac6d2bcc8..f7d6b88a7 100644 --- a/xCAT-client/xCAT-client.spec +++ b/xCAT-client/xCAT-client.spec @@ -29,8 +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 +BuildRequires: perl-generators Requires: nmap perl-XML-Simple perl-XML-Parser -Recommends: perl-Sys-Syslog perl-Text-Balanced perl-JSON perl-Expect %else Requires: expat %endif diff --git a/xCAT-server/xCAT-server.spec b/xCAT-server/xCAT-server.spec index 912796a0b..e95b0b69d 100644 --- a/xCAT-server/xCAT-server.spec +++ b/xCAT-server/xCAT-server.spec @@ -37,6 +37,7 @@ BuildArch: noarch %if %s390x Requires: perl-IO-Socket-SSL perl-XML-Simple perl-XML-Parser %else +BuildRequires: perl-generators Requires: perl-IO-Socket-SSL perl-XML-Simple perl-XML-Parser perl-Digest-SHA1 perl(LWP::Protocol::https) perl-XML-LibXML %endif Obsoletes: atftp-xcat