2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Merge pull request #6504 from cxhong/spec

Remove perl-IO-Stty requirement from xCAT spec
This commit is contained in:
Mark Gurevich 2019-12-05 16:51:18 -05:00 committed by GitHub
commit ddc26529f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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