From d0bc22328046e5c042a3290038071f343aa5170e Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Jul 15 2016 13:28:04 +0000 Subject: Add skip for s390x as well as s390 --- diff --git a/qemu.spec b/qemu.spec index 5efa0d0..c4bc52d 100644 --- a/qemu.spec +++ b/qemu.spec @@ -24,7 +24,7 @@ %global user_static 1 # glibc static libs are fubar on i386 & s390 # https://bugzilla.redhat.com/show_bug.cgi?id=1352625 -%ifarch %{?ix86} s390 +%ifarch %{?ix86} s390 s390x %global user_static 0 %endif