summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-01-04 22:02:09 +0100
committerMartin Stransky <stransky@redhat.com>2021-01-04 22:02:09 +0100
commit91eeb94feeba1102cf978c1dc8a036a2e87c6f9f (patch)
treeec8c246c9bc431ae6ff79129071ab2d24eb0970e /firefox.spec
parentEnabled armv7hl arch on rawhide (diff)
downloadlibrewolf-fedora-ff-91eeb94feeba1102cf978c1dc8a036a2e87c6f9f.tar.gz
librewolf-fedora-ff-91eeb94feeba1102cf978c1dc8a036a2e87c6f9f.tar.bz2
librewolf-fedora-ff-91eeb94feeba1102cf978c1dc8a036a2e87c6f9f.zip
Enabled tests
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
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
bgstack15