mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Remove perl-IO-Stty requirement from xCAT spec
This commit is contained in:
parent
0de926b4ab
commit
8ac03366a8
@ -58,10 +58,12 @@ Requires: /usr/bin/ssh
|
||||
%if %nots390x
|
||||
Requires: /usr/sbin/in.tftpd
|
||||
Requires: xCAT-buildkit
|
||||
# Stty is only needed for rcons on ppc64 nodes, but for mixed clusters require it on both x and p
|
||||
# Stty is only needed for rcons on ppc64 nodes
|
||||
%ifarch ppc64
|
||||
Requires: perl-IO-Stty
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%ifos linux
|
||||
Requires: goconserver
|
||||
|
@ -41,10 +41,12 @@ Requires: /usr/sbin/dhcpd
|
||||
Requires: /usr/bin/ssh
|
||||
%ifnarch s390x
|
||||
Requires: /usr/sbin/in.tftpd
|
||||
# Stty is only needed for rcons on ppc64 nodes, but for mixed clusters require it on both x and p
|
||||
# Stty is only needed for rcons on ppc64 nodes
|
||||
%ifarch ppc64
|
||||
Requires: perl-IO-Stty
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%ifos linux
|
||||
Requires: goconserver
|
||||
|
Loading…
x
Reference in New Issue
Block a user