From 3b64245ca63cd36d3ba39fca7eb40257743ac500 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Tue, 27 Nov 2012 22:25:06 +0000 Subject: [PATCH] Added the requires for perl-IO-Stty back in for ppc64 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14450 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/xCAT.spec | 3 +++ xCATsn/xCATsn.spec | 3 +++ 2 files changed, 6 insertions(+) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 52e87e5a9..97f2de926 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -32,6 +32,9 @@ Requires: /etc/xinetd.d/tftp # yaboot-xcat is pulled in so any MN can manage ppc nodes Requires: conserver-xcat yaboot-xcat perl-Net-Telnet fping %endif +%ifarch ppc64 +Requires: perl-IO-Stty +%endif %endif %ifarch i386 i586 i686 x86 x86_64 diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index 276247d43..7636e454a 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -32,6 +32,9 @@ Requires: /etc/xinetd.d/tftp # yaboot-xcat is pulled in so any SN can manage ppc nodes Requires: conserver-xcat yaboot-xcat perl-Net-Telnet %endif +%ifarch ppc64 +Requires: perl-IO-Stty +%endif %endif %ifarch i386 i586 i686 x86 x86_64