Require 32bit glibc on ppc64

ppc.tmpl uses the 32bit addnote from usr/lib/yaboot/ and it needs to
have 32bit glibc available on the host to work.
This commit is contained in:
Brian C. Lane 2014-04-22 12:36:35 -07:00
parent 1c936ee984
commit cd8e565f78
1 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,11 @@ Requires: syslinux >= 4.02-5
Requires: kernel-bootwrapper
%endif
%ifarch ppc64
# ppc.tmpl uses 32bit addnote which needs the 32bit glibc on the host
Requires: glibc(ppc)
%endif
%ifarch s390 s390x
Requires: openssh
%endif