diff options
author | Martin Stransky <stransky@redhat.com> | 2017-05-16 12:40:16 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-05-16 12:40:16 +0200 |
commit | b69542171b960a070f8ac2473a8b064ff4ecf12a (patch) | |
tree | 48a43e44e59761ef89fe207d3f77e717a496b78c /firefox.spec | |
parent | Arm Fedora 24/25 build fix (diff) | |
download | librewolf-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.spec | 2 |
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 |