summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-05-16 12:40:16 +0200
committerMartin Stransky <stransky@redhat.com>2017-05-16 12:40:16 +0200
commitb69542171b960a070f8ac2473a8b064ff4ecf12a (patch)
tree48a43e44e59761ef89fe207d3f77e717a496b78c /firefox.spec
parentArm Fedora 24/25 build fix (diff)
downloadlibrewolf-fedora-ff-b69542171b960a070f8ac2473a8b064ff4ecf12a.tar.gz
librewolf-fedora-ff-b69542171b960a070f8ac2473a8b064ff4ecf12a.tar.bz2
librewolf-fedora-ff-b69542171b960a070f8ac2473a8b064ff4ecf12a.zip
Enabled all arches for Fedora 27 a.k.a. rawhide to show build failures there
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index e9a67d9..a107f18 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,4 +1,6 @@
+%if 0%{?fedora} < 27
ExcludeArch: ppc64le aarch64 ppc64 s390 s390x
+%endif
# Use ALSA backend?
%define alsa_backend 0
bgstack15