From cd8e565f78a4f096223851e96f7addfe3a07eb16 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 22 Apr 2014 12:36:35 -0700 Subject: [PATCH] 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. --- lorax.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lorax.spec b/lorax.spec index 784cb94c..a200bebc 100644 --- a/lorax.spec +++ b/lorax.spec @@ -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