From ac8dba3e3c0cf1ead3b7c3d9b2a59a5e492c4b58 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mar 31 2019 23:07:48 +0000 Subject: Do not require buildah on ppc64 --- diff --git a/kiwi.spec b/kiwi.spec index 69e768a..e9220e7 100644 --- a/kiwi.spec +++ b/kiwi.spec @@ -78,7 +78,6 @@ Requires: zypper Provides: kiwi-packagemanager:zypper %endif # Common tool dependencies -Requires: buildah Requires: device-mapper-multipath Requires: dosfstools Requires: e2fsprogs @@ -98,6 +97,10 @@ Requires: tar >= 1.2.7 Recommends: debootstrap Recommends: jing %endif +%ifnarch ppc64 +# buildah isn't available on ppc64 +Requires: buildah +%endif %ifarch %{arm} aarch64 Requires: uboot-tools %endif