diff options
author | Martin Stransky <stransky@redhat.com> | 2019-07-10 17:13:18 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-07-10 17:13:18 +0200 |
commit | 05aebe5690ca0b42786f4ea79305ce07dc01eb01 (patch) | |
tree | c38b5c460d67082b9051b2fb1a3ebdafc1532c5d | |
parent | Merge branch 'master' into f30 (diff) | |
parent | Temporary disable aarch64/ppc64le (diff) | |
download | librewolf-fedora-ff-05aebe5690ca0b42786f4ea79305ce07dc01eb01.tar.gz librewolf-fedora-ff-05aebe5690ca0b42786f4ea79305ce07dc01eb01.tar.bz2 librewolf-fedora-ff-05aebe5690ca0b42786f4ea79305ce07dc01eb01.zip |
Merge branch 'master' into f30
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 1d4f717..090f2e0 100644 --- a/firefox.spec +++ b/firefox.spec @@ -6,6 +6,10 @@ ExcludeArch: armv7hl # Disabled due to https://pagure.io/fedora-infrastructure/issue/7581 ExcludeArch: s390x +# Temporary disabled +ExcludeArch: aarch64 +ExcludeArch: ppc64le + %global system_nss 1 %global system_ffi 1 # libvpx is too new for Firefox 65 |