Skip to content

Commit

Permalink
Merge pull request #7233 from gurevichmark/centos8_perl_prereq7
Browse files Browse the repository at this point in the history
Add perl packages for building on CentOS8 (6)
  • Loading branch information
besawn committed Aug 9, 2022
2 parents 786abfa + 4c18f63 commit 39a7ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion xCAT-client/xCAT-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions xCAT-server/xCAT-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39a7ac5

Please sign in to comment.