From e4ae5744723ceaeaffe964ce2019598b9bc8d8be Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 24 Mar 2021 15:58:33 +0100 Subject: Enabled tests, disabled arm --- firefox.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firefox.spec') 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 - 87.0-1 +- Disabled ARM due to build failures - Updated to 87.0 * Sat Mar 13 2021 Martin Stransky - 86.0.1-2 -- cgit