summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-03-13 16:42:18 +0100
committerMartin Stransky <stransky@redhat.com>2021-03-13 16:42:18 +0100
commit3d13c8adfa37545b7ff43e98a120b4fab02090c4 (patch)
tree221fc8773a6bf413f76db6d56e677699abe65faa
parentMerge branch 'main' into f34 (diff)
parentEnabled arm (diff)
downloadlibrewolf-fedora-ff-3d13c8adfa37545b7ff43e98a120b4fab02090c4.tar.gz
librewolf-fedora-ff-3d13c8adfa37545b7ff43e98a120b4fab02090c4.tar.bz2
librewolf-fedora-ff-3d13c8adfa37545b7ff43e98a120b4fab02090c4.zip
Merge branch 'main' into f34
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index c272dc2..05844a4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -37,7 +37,7 @@ ExcludeArch: s390x
# Exclude ARM due to
# https://bugzilla.redhat.com/show_bug.cgi?id=1922599
%if 0%{?fedora} > 33
-ExcludeArch: armv7hl
+#ExcludeArch: armv7hl
%endif
# Temporary disable due to
@@ -183,7 +183,7 @@ ExcludeArch: ppc64le
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 86.0.1
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?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
@@ -1091,6 +1091,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Sat Mar 13 2021 Martin Stransky <stransky@redhat.com> - 86.0.1-2
+- Enabled ARM
+
* Fri Mar 12 2021 Martin Stransky <stransky@redhat.com> - 86.0.1-1
- Update to latest upstream (86.0.1)
bgstack15