From 8ce8e0ad9f58d727a8073685346f612ef48cd896 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Sat, 13 Mar 2021 16:41:44 +0100 Subject: Enabled arm --- firefox.spec | 7 +++++-- 1 file 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 - 86.0.1-2 +- Enabled ARM + * Fri Mar 12 2021 Martin Stransky - 86.0.1-1 - Update to latest upstream (86.0.1) -- cgit