summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-12-23 10:43:17 +0100
committerMartin Stransky <stransky@redhat.com>2020-12-23 10:43:17 +0100
commit67833c12c21c14a6b5ebf9a8efad194c3ca5cb6b (patch)
tree14c1921179048e89c9d69a948814f755e3f0bb19 /firefox.spec
parentReverted mzbz#1631061 due to clipboard regressions (diff)
downloadlibrewolf-fedora-ff-67833c12c21c14a6b5ebf9a8efad194c3ca5cb6b.tar.gz
librewolf-fedora-ff-67833c12c21c14a6b5ebf9a8efad194c3ca5cb6b.tar.bz2
librewolf-fedora-ff-67833c12c21c14a6b5ebf9a8efad194c3ca5cb6b.zip
Disabled armv7hl build on rawhide due to rhbz#1910277, Build with system nss on rawhide (rhbz#1908791)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec11
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
bgstack15