SLES12 ppc64le support: build ppc64le RPMs
This commit is contained in:
parent
e83055a0a1
commit
b8bd2acad8
@ -289,7 +289,7 @@ for rpmname in xCAT xCATsn xCAT-OpenStack xCAT-OpenStack-baremetal; do
|
||||
./makerpm $rpmname "$EMBED"
|
||||
if [ $? -ne 0 ]; then FAILEDRPMS="$FAILEDRPMS $rpmname"; fi
|
||||
else
|
||||
for arch in x86_64 ppc64 s390x; do
|
||||
for arch in x86_64 ppc64 ppc64le s390x; do
|
||||
if [ "$rpmname" = "xCAT-OpenStack" -a "$arch" != "x86_64" ] || [ "$rpmname" = "xCAT-OpenStack-baremetal" -a "$arch" != "x86_64" ] ; then continue; fi # only bld openstack for x86_64 for now
|
||||
./makerpm $rpmname $arch "$EMBED"
|
||||
if [ $? -ne 0 ]; then FAILEDRPMS="$FAILEDRPMS $rpmname-$arch"; fi
|
||||
|
@ -64,7 +64,7 @@ Requires: ipmitool-xcat >= 1.8.9
|
||||
Requires: xnba-undi
|
||||
%endif
|
||||
%ifos linux
|
||||
%ifarch ppc ppc64
|
||||
%ifarch ppc ppc64 ppc64le
|
||||
Requires: xCAT-genesis-scripts-ppc64
|
||||
Requires: ipmitool-xcat >= 1.8.9
|
||||
%endif
|
||||
|
@ -58,6 +58,12 @@ Requires: syslinux xCAT-genesis-scripts-x86_64 elilo-xcat
|
||||
Requires: ipmitool-xcat >= 1.8.9
|
||||
Requires: xnba-undi
|
||||
%endif
|
||||
%ifos linux
|
||||
%ifarch ppc ppc64 ppc64le
|
||||
Requires: xCAT-genesis-scripts-ppc64
|
||||
Requires: ipmitool-xcat >= 1.8.9
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if %notpcm
|
||||
%ifarch i386 i586 i686 x86 x86_64
|
||||
|
Loading…
Reference in New Issue
Block a user