summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-01-04 08:10:20 +0100
committerMartin Stransky <stransky@redhat.com>2021-01-04 08:10:20 +0100
commit50bcf1e19ea20eff3cd7998d4b40d18b900c3c02 (patch)
treeb94ff10b0ad541f0d6c95d14a69a8a8efb3c299b
parentDisabled armv7hl build on rawhide due to rhbz#1910277, Build with system nss ... (diff)
downloadlibrewolf-fedora-ff-50bcf1e19ea20eff3cd7998d4b40d18b900c3c02.tar.gz
librewolf-fedora-ff-50bcf1e19ea20eff3cd7998d4b40d18b900c3c02.tar.bz2
librewolf-fedora-ff-50bcf1e19ea20eff3cd7998d4b40d18b900c3c02.zip
Enabled armv7hl arch on rawhide
-rw-r--r--firefox.spec10
1 files changed, 4 insertions, 6 deletions
diff --git a/firefox.spec b/firefox.spec
index 15e6517..1760ffa 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -14,11 +14,6 @@
# 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
@@ -136,7 +131,7 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 84.0.1
-Release: 2%{?pre_tag}%{?dist}
+Release: 3%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
@@ -1007,6 +1002,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Jan 4 2021 Martin Stransky <stransky@redhat.com> - 84.0.1-3
+- Enabled armv7hl arch on rawhide
+
* 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
bgstack15