added perl-Net-Telnet as an explicit require to fix xcat install problem

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3760 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2009-07-11 12:02:20 +00:00
parent 33aeb981c1
commit 5c166919f9
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ Requires: atftp dhcp httpd nfs-utils expect nmap fping bind perl-XML-Parser vsft
# No additional requires for zLinux right now
%else
# yaboot-xcat is pulled in so any MN can manage ppc nodes
Requires: conserver yaboot-xcat
Requires: conserver yaboot-xcat perl-Net-Telnet
%endif
%ifarch ppc64
Requires: perl-IO-Stty

View File

@ -18,11 +18,11 @@ Requires: xCAT-server xCAT-client perl-xCAT perl-XML-Parser
%ifos linux
# yaboot-xcat is pulled in so any SN can manage ppc nodes
Requires: atftp dhcp httpd nfs-utils expect nmap fping bind yaboot-xcat
Requires: atftp dhcp httpd nfs-utils expect nmap fping bind
%ifarch s390x
# No additional requires for zLinux right now
%else
Requires: conserver
Requires: conserver yaboot-xcat perl-Net-Telnet
%endif
%endif