summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-12-22 07:24:42 +0100
committerMartin Stransky <stransky@redhat.com>2020-12-22 07:24:42 +0100
commitb0b941cd529cda08fcbdb76f716e3970f67ff635 (patch)
treeecb63c590fa2725207974fd9f2feb155f0fdb7f7 /firefox.spec
parentdd (diff)
downloadlibrewolf-fedora-ff-b0b941cd529cda08fcbdb76f716e3970f67ff635.tar.gz
librewolf-fedora-ff-b0b941cd529cda08fcbdb76f716e3970f67ff635.tar.bz2
librewolf-fedora-ff-b0b941cd529cda08fcbdb76f716e3970f67ff635.zip
dd
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 6ca48eb..b2338e0 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
@@ -135,7 +135,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 84.0
-Release: 6%{?pre_tag}%{?dist}
+Release: 7%{?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
@@ -1003,6 +1003,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Dec 17 2020 Martin Stransky <stransky@redhat.com> - 84.0-7
+- Enabled tests
+
* Thu Dec 17 2020 Martin Stransky <stransky@redhat.com> - 84.0-6
- Disable PGO on Rawhide due to build issues
- Disable system nss on Rawhide due to rhbz#1908018
bgstack15