diff options
author | Martin Stransky <stransky@redhat.com> | 2021-03-13 16:33:00 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-03-13 16:33:00 +0100 |
commit | ca19f446c579b6f0c2993f5c5bef36b831a5a07e (patch) | |
tree | b67c32cc353c37d5ee06819e28531ec9559283e0 | |
parent | Update to latest upstream (86.0.1) (diff) | |
download | librewolf-fedora-ff-ca19f446c579b6f0c2993f5c5bef36b831a5a07e.tar.gz librewolf-fedora-ff-ca19f446c579b6f0c2993f5c5bef36b831a5a07e.tar.bz2 librewolf-fedora-ff-ca19f446c579b6f0c2993f5c5bef36b831a5a07e.zip |
Disable ppc64le on Fedora 34 due to https://bugzilla.redhat.com/show_bug.cgi?id=1933742
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 59ebcb3..c272dc2 100644 --- a/firefox.spec +++ b/firefox.spec @@ -42,7 +42,7 @@ ExcludeArch: armv7hl # Temporary disable due to # https://bugzilla.redhat.com/show_bug.cgi?id=1933742 -%if 0%{?fedora} > 34 +%if 0%{?fedora} > 33 ExcludeArch: ppc64le %endif |