summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-11-17 22:53:24 +0100
committerMartin Stransky <stransky@redhat.com>2020-11-17 22:53:24 +0100
commite2744f344090cff8c5435093470fa735c7291ee9 (patch)
tree75acd569584a06f8356ad0ce39d80cac6814095a
parentRelease up and spec polishing (diff)
downloadlibrewolf-fedora-ff-e2744f344090cff8c5435093470fa735c7291ee9.tar.gz
librewolf-fedora-ff-e2744f344090cff8c5435093470fa735c7291ee9.tar.bz2
librewolf-fedora-ff-e2744f344090cff8c5435093470fa735c7291ee9.zip
Temporary disabled s390x/arm/aarch32
-rw-r--r--firefox.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index f2402ee..54b1d37 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -10,9 +10,9 @@
# There are still build problems on s390x, see
# https://koji.fedoraproject.org/koji/taskinfo?taskID=55048351
# https://bugzilla.redhat.com/show_bug.cgi?id=1897522
-#ExcludeArch: s390x
-#ExcludeArch: armv7hl
-#ExcludeArch: aarch64
+ExcludeArch: s390x
+ExcludeArch: armv7hl
+ExcludeArch: aarch64
%ifarch armv7hl
%global create_debuginfo 0
bgstack15