diff options
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 610a85f..bd3b04a 100644 --- a/firefox.spec +++ b/firefox.spec @@ -3,7 +3,9 @@ %global debug_build 0 %global build_with_clang 0 %global build_with_asan 0 -%global run_firefox_tests 0 +%ifarch x86_64 +%global run_firefox_tests 1 +%endif %global create_debuginfo 1 %global system_nss 1 @@ -125,7 +127,7 @@ ExcludeArch: aarch64 Summary: Mozilla Firefox Web browser Name: firefox Version: 83.0 -Release: 10%{?pre_tag}%{?dist} +Release: 11%{?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 @@ -998,6 +1000,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Nov 30 2020 Martin Stransky <stransky@redhat.com> - 83.0-11 +- Mochitest tweaking + * Sat Nov 28 2020 Martin Stransky <stransky@redhat.com> - 83.0-10 - Added fix for mzbz#1678680 |