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