From 8ac03366a8a969b809c30a3df6a7096b0035686f Mon Sep 17 00:00:00 2001 From: cxhong Date: Thu, 5 Dec 2019 15:56:32 -0500 Subject: [PATCH] Remove perl-IO-Stty requirement from xCAT spec --- xCAT/xCAT.spec | 4 +++- xCATsn/xCATsn.spec | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index f52bb3a90..93c0ff9cb 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -58,10 +58,12 @@ Requires: /usr/bin/ssh %if %nots390x Requires: /usr/sbin/in.tftpd Requires: xCAT-buildkit -# Stty is only needed for rcons on ppc64 nodes, but for mixed clusters require it on both x and p +# Stty is only needed for rcons on ppc64 nodes +%ifarch ppc64 Requires: perl-IO-Stty %endif %endif +%endif %ifos linux Requires: goconserver diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index 6e10a4756..31775b764 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -41,10 +41,12 @@ Requires: /usr/sbin/dhcpd Requires: /usr/bin/ssh %ifnarch s390x Requires: /usr/sbin/in.tftpd -# Stty is only needed for rcons on ppc64 nodes, but for mixed clusters require it on both x and p +# Stty is only needed for rcons on ppc64 nodes +%ifarch ppc64 Requires: perl-IO-Stty %endif %endif +%endif %ifos linux Requires: goconserver