summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-03-24 15:58:33 +0100
committerMartin Stransky <stransky@redhat.com>2021-03-24 15:58:33 +0100
commite4ae5744723ceaeaffe964ce2019598b9bc8d8be (patch)
treee590e88c7d45970785196db73e07ef16184afd78 /firefox.spec
parentUpdated to 87.0 (diff)
downloadlibrewolf-fedora-ff-e4ae5744723ceaeaffe964ce2019598b9bc8d8be.tar.gz
librewolf-fedora-ff-e4ae5744723ceaeaffe964ce2019598b9bc8d8be.tar.bz2
librewolf-fedora-ff-e4ae5744723ceaeaffe964ce2019598b9bc8d8be.zip
Enabled tests, disabled arm
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index f728b8b..50e963f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -36,9 +36,8 @@ ExcludeArch: s390x
# Exclude ARM due to
# https://bugzilla.redhat.com/show_bug.cgi?id=1922599
-%if 0%{?fedora} > 33
-#ExcludeArch: armv7hl
-%endif
+# https://bugzilla.redhat.com/show_bug.cgi?id=1942516
+ExcludeArch: armv7hl
# Temporary disable due to
# https://bugzilla.redhat.com/show_bug.cgi?id=1933742
@@ -1081,6 +1080,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Tue Mar 23 2021 Martin Stransky <stransky@redhat.com> - 87.0-1
+- Disabled ARM due to build failures
- Updated to 87.0
* Sat Mar 13 2021 Martin Stransky <stransky@redhat.com> - 86.0.1-2
bgstack15