From 94e0a7e61532abcf60efeba396fe8ef7c3c7f376 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Tue, 27 Nov 2012 22:27:29 +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/trunk@14451 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/xCAT.spec | 6 ++++++ xCATsn/xCATsn.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 4357beef9..92517abae 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -37,6 +37,12 @@ Requires: /etc/xinetd.d/tftp # yaboot-xcat is pulled in so any MN can manage ppc nodes Requires: yaboot-xcat %endif +%ifarch ppc64 +Requires: perl-IO-Stty +%endif +%ifarch ppc64 +Requires: perl-IO-Stty +%endif %endif # The aix rpm cmd forces us to do this outside of ifos type stmts diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index d274fa2fc..a76cb03e4 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -34,6 +34,9 @@ Requires: /etc/xinetd.d/tftp # yaboot-xcat is pulled in so any MN can manage ppc nodes Requires: yaboot-xcat %endif +%ifarch ppc64 +Requires: perl-IO-Stty +%endif %endif # The aix rpm cmd forces us to do this outside of ifos type stmts