Add skip for s390x as well as s390

This commit is contained in:
Daniel P. Berrange 2016-07-15 14:28:04 +01:00
parent 9868109a5e
commit d0bc223280
1 changed files with 1 additions and 1 deletions

View File

@ -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