changed dhcp require to /usr/sbin/dhcpd so it is correct on sles too

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14299 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2012-11-09 16:47:02 +00:00
parent 21d1017f86
commit 3f8c9bced2
2 changed files with 6 additions and 2 deletions

View File

@ -24,7 +24,9 @@ Conflicts: xCATsn
Requires: xCAT-server xCAT-client perl-DBD-SQLite
%ifos linux
Requires: dhcp httpd nfs-utils expect nmap bind perl-XML-Parser vsftpd perl(CGI)
Requires: httpd nfs-utils expect nmap bind perl-XML-Parser vsftpd perl(CGI)
# On RHEL this pulls in dhcp, on SLES it pulls in dhcp-server
Requires: /usr/sbin/dhcpd
%ifnarch s390x
Requires: /etc/xinetd.d/tftp
# yaboot-xcat is pulled in so any MN can manage ppc nodes

View File

@ -24,7 +24,9 @@ Requires: perl-XML-Parser
Conflicts: xCAT
%ifos linux
Requires: dhcp httpd nfs-utils expect nmap fping bind perl-XML-Parser vsftpd
Requires: httpd nfs-utils expect nmap fping bind perl-XML-Parser vsftpd
# On RHEL this pulls in dhcp, on SLES it pulls in dhcp-server
Requires: /usr/sbin/dhcpd
%ifnarch s390x
Requires: /etc/xinetd.d/tftp
# yaboot-xcat is pulled in so any SN can manage ppc nodes