diff options
author | Martin Stransky <stransky@redhat.com> | 2021-03-13 16:33:29 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-03-13 16:33:29 +0100 |
commit | d943482a84821117a3f49045270908bfba6c46ee (patch) | |
tree | b67c32cc353c37d5ee06819e28531ec9559283e0 | |
parent | Merge branch 'main' into f34 (diff) | |
parent | Disable ppc64le on Fedora 34 due to https://bugzilla.redhat.com/show_bug.cgi?... (diff) | |
download | librewolf-fedora-ff-d943482a84821117a3f49045270908bfba6c46ee.tar.gz librewolf-fedora-ff-d943482a84821117a3f49045270908bfba6c46ee.tar.bz2 librewolf-fedora-ff-d943482a84821117a3f49045270908bfba6c46ee.zip |
Merge branch 'main' into f34
-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 |