Moved atftp-xcat require so it isn't required on system z

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5946 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2010-05-03 19:52:56 +00:00
parent 4ffe1c10b7
commit 31d7ca715a
2 changed files with 4 additions and 4 deletions

View File

@ -24,12 +24,12 @@ Conflicts: xCATsn
Requires: xCAT-server xCAT-client perl-DBD-SQLite
%ifos linux
Requires: atftp-xcat dhcp httpd nfs-utils expect nmap fping bind perl-XML-Parser vsftpd
Requires: dhcp httpd nfs-utils expect nmap fping bind perl-XML-Parser vsftpd
%ifarch s390x
# No additional requires for zLinux right now
%else
# yaboot-xcat is pulled in so any MN can manage ppc nodes
Requires: conserver yaboot-xcat perl-Net-Telnet
Requires: atftp-xcat conserver yaboot-xcat perl-Net-Telnet
%endif
%ifarch ppc64
Requires: perl-IO-Stty

View File

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