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:
parent
0126945e92
commit
f26e2e5a40
@ -56,6 +56,11 @@ Requires: grub2
|
|||||||
Requires: grub2-tools
|
Requires: grub2-tools
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifarch ppc64
|
||||||
|
# ppc.tmpl uses 32bit addnote which needs the 32bit glibc on the host
|
||||||
|
Requires: glibc(ppc)
|
||||||
|
%endif
|
||||||
|
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
Requires: openssh
|
Requires: openssh
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user