2
0
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:
cxhong 2019-12-05 15:56:32 -05:00
parent 0de926b4ab
commit 8ac03366a8
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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