2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Merge pull request #1835 from immarvin/onissue

add syslinux-xcat and xnba-undi to the dependency of xCAT and xCATsn to support mixed cluster
This commit is contained in:
zet809 2016-09-19 09:58:01 +08:00 committed by GitHub
commit e9f7c3a4c9
3 changed files with 10 additions and 9 deletions

View File

@ -7,6 +7,6 @@ Standards-Version: 3.7.2
Package: xcat
Architecture: amd64 ppc64el
Depends: ${perl:Depends}, xcat-server, xcat-client, libdbd-sqlite3-perl, isc-dhcp-server, apache2, nfs-kernel-server, nmap, bind9, libxml-parser-perl, xinetd, tftpd-hpa, tftp-hpa, conserver-xcat, libnet-telnet-perl, ipmitool-xcat (>=1.8.15-2), syslinux[any-amd64], libsys-virt-perl, syslinux-xcat[any-amd64], xnba-undi, xcat-genesis-scripts-ppc64, xcat-genesis-scripts-amd64, elilo-xcat, xcat-buildkit, xcat-probe (>=2.12)
Depends: ${perl:Depends}, xcat-server, xcat-client, libdbd-sqlite3-perl, isc-dhcp-server, apache2, nfs-kernel-server, nmap, bind9, libxml-parser-perl, xinetd, tftpd-hpa, tftp-hpa, conserver-xcat, libnet-telnet-perl, ipmitool-xcat (>=1.8.15-2), syslinux[any-amd64], libsys-virt-perl, syslinux-xcat, xnba-undi, xcat-genesis-scripts-ppc64, xcat-genesis-scripts-amd64, elilo-xcat, xcat-buildkit, xcat-probe (>=2.12)
Description: Server and configuration utilities of the xCAT management project
xcat-server provides the core server and configuration management components of xCAT. This package should be installed on your management server

View File

@ -59,11 +59,14 @@ Requires: conserver-xcat
%endif
%endif
#support mixed cluster
Requires: elilo-xcat xnba-undi
%ifarch i386 i586 i686 x86 x86_64
Requires: syslinux elilo-xcat
Requires: syslinux
Requires: ipmitool-xcat >= 1.8.15-2
Requires: xnba-undi
%endif
%ifos linux
%ifarch ppc ppc64 ppc64le
Requires: ipmitool-xcat >= 1.8.15-2
@ -71,11 +74,9 @@ Requires: ipmitool-xcat >= 1.8.15-2
%endif
%if %notpcm
%ifarch i386 i586 i686 x86 x86_64
# PCM does not need or ship syslinux-xcat
Requires: syslinux-xcat
%endif
%endif
%description
xCAT is a server management package intended for at-scale management, including

View File

@ -54,10 +54,12 @@ Requires: conserver-xcat
%endif
%endif
#support mixed cluster
Requires: elilo-xcat xnba-undi
%ifarch i386 i586 i686 x86 x86_64
Requires: syslinux elilo-xcat
Requires: syslinux
Requires: ipmitool-xcat >= 1.8.15-2
Requires: xnba-undi
%endif
%ifos linux
%ifarch ppc ppc64 ppc64le
@ -66,11 +68,9 @@ Requires: ipmitool-xcat >= 1.8.15-2
%endif
%if %notpcm
%ifarch i386 i586 i686 x86 x86_64
# PCM does not need or ship syslinux-xcat
Requires: syslinux-xcat
%endif
%endif
%description
xCATsn is a service node management package intended for at-scale management,