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:
parent
33aeb981c1
commit
5c166919f9
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user