From 98f70c2cac9dbc0f37b55356e7f0a22a5ec0e076 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 1 Mar 2019 08:15:25 +0100 Subject: debug build - disable second arches --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index a4320bb..dc523a6 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,5 +1,5 @@ # Disabled arm due to rhbz#1658940 -ExcludeArch: armv7hl +ExcludeArch: armv7hl, s390x, ppc64 %global system_nss 1 %global system_ffi 1 -- cgit