summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-12-15 12:29:24 +0100
committerMartin Stransky <stransky@redhat.com>2020-12-15 12:29:24 +0100
commit33108b9457fe22397b6dc8d38c4971087ea99fbc (patch)
treed51090048d7bbb378816d1ac4c4307233634e9a8 /firefox.spec
parentDisabled tests, mock build fixes (diff)
downloadlibrewolf-fedora-ff-33108b9457fe22397b6dc8d38c4971087ea99fbc.tar.gz
librewolf-fedora-ff-33108b9457fe22397b6dc8d38c4971087ea99fbc.tar.bz2
librewolf-fedora-ff-33108b9457fe22397b6dc8d38c4971087ea99fbc.zip
Release up, added testing
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 124f527..732ab8e 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
@@ -126,7 +126,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 84.0
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?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
bgstack15