remove require for perl-IO-Stty

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14082 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2012-10-22 17:18:39 +00:00
parent e8a61dd4cc
commit 0304f09112
2 changed files with 1 additions and 9 deletions

View File

@ -34,9 +34,6 @@ Requires: /etc/xinetd.d/tftp
# yaboot-xcat is pulled in so any MN can manage ppc nodes
Requires: conserver-xcat yaboot-xcat
%endif
%ifarch ppc64
Requires: perl-IO-Stty
%endif
%endif
%ifarch i386 i586 i686 x86 x86_64

View File

@ -26,12 +26,7 @@ Conflicts: xCAT
%ifos linux
# yaboot-xcat is pulled in so any SN can manage ppc nodes
Requires: dhcp httpd nfs-utils nmap bind perl-XML-Parser
%ifarch ppc64
Requires: perl-IO-Stty
%endif
%ifarch s390x
# No additional requires for zLinux right now
%else
%ifnarch s390x
Requires: /etc/xinetd.d/tftp
Requires: conserver-xcat yaboot-xcat
%endif