diff options
author | Martin Stransky <stransky@redhat.com> | 2020-12-23 10:43:30 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-12-23 10:43:30 +0100 |
commit | 851602cfe3bed54eefeaff95fb47622e4930a834 (patch) | |
tree | 14c1921179048e89c9d69a948814f755e3f0bb19 | |
parent | Merge branch 'master' into f33 (diff) | |
parent | Disabled armv7hl build on rawhide due to rhbz#1910277, Build with system nss ... (diff) | |
download | librewolf-fedora-ff-851602cfe3bed54eefeaff95fb47622e4930a834.tar.gz librewolf-fedora-ff-851602cfe3bed54eefeaff95fb47622e4930a834.tar.bz2 librewolf-fedora-ff-851602cfe3bed54eefeaff95fb47622e4930a834.zip |
Merge branch 'master' into f33
-rw-r--r-- | firefox.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec index 42d794c..15e6517 100644 --- a/firefox.spec +++ b/firefox.spec @@ -8,16 +8,17 @@ %global test_on_wayland 0 %global create_debuginfo 1 %global system_nss 1 -# Disable system nss for Rawhide due to rhbz#1908018 -%if 0%{?fedora} > 33 -%global system_nss 0 -%endif # There are still build problems on s390x, see # https://koji.fedoraproject.org/koji/taskinfo?taskID=55048351 # https://bugzilla.redhat.com/show_bug.cgi?id=1897522 ExcludeArch: s390x +# https://bugzilla.redhat.com/show_bug.cgi?id=1910277 +%if 0%{?fedora} > 33 +ExcludeArch: armv7hl +%endif + %ifarch armv7hl %global create_debuginfo 0 %endif @@ -1008,6 +1009,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog * Wed Dec 23 2020 Martin Stransky <stransky@redhat.com> - 84.0.1-2 - Reverted mzbz#1631061 due to clipboard regressions +- Disabled armv7hl build on rawhide due to rhbz#1910277 +- Build with system nss on rawhide (rhbz#1908791). * Tue Dec 22 2020 Martin Stransky <stransky@redhat.com> - 84.0.1-1 - Updated to 84.0.1 |