diff options
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 1760ffa..3e403c2 100644 --- a/firefox.spec +++ b/firefox.spec @@ -3,7 +3,7 @@ %global debug_build 0 %global build_with_clang 0 %global build_with_asan 0 -%global run_firefox_tests 0 +%global run_firefox_tests 1 %global test_offscreen 1 %global test_on_wayland 0 %global create_debuginfo 1 @@ -131,7 +131,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 84.0.1 -Release: 3%{?pre_tag}%{?dist} +Release: 4%{?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 @@ -1002,6 +1002,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Jan 4 2021 Martin Stransky <stransky@redhat.com> - 84.0.1-4 +- Enabled tests + * Mon Jan 4 2021 Martin Stransky <stransky@redhat.com> - 84.0.1-3 - Enabled armv7hl arch on rawhide |