Exclude s390x as it still fails to build

There are still some other problems, see
https://koji.fedoraproject.org/koji/taskinfo?taskID=55048351
This commit is contained in:
Tomas Popela 2020-11-09 08:24:23 +01:00
parent 8c429e5430
commit 38402af519

View File

@ -7,6 +7,10 @@
%global create_debuginfo 1
%global system_nss 1
# There are still build problems on s390x, see
# https://koji.fedoraproject.org/koji/taskinfo?taskID=55048351
ExcludeArch: s390x
%ifarch armv7hl
%global create_debuginfo 0
%endif