summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-11-27 11:53:35 +0100
committerMartin Stransky <stransky@redhat.com>2019-11-27 11:53:35 +0100
commit51657940a296ab60bc2b458923f11e70232baf23 (patch)
tree0782532f3d5851675ca5a09f018e8d834ab0bf2d /firefox.spec
parentAdded fix for mozilla#1593408 (diff)
downloadlibrewolf-fedora-ff-51657940a296ab60bc2b458923f11e70232baf23.tar.gz
librewolf-fedora-ff-51657940a296ab60bc2b458923f11e70232baf23.tar.bz2
librewolf-fedora-ff-51657940a296ab60bc2b458923f11e70232baf23.zip
scratch build
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 80f0e1f..705b6a6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,5 +1,5 @@
# Set to true if it's going to be submitted as update.
-%global release_build 1
+%global release_build 0
# Disabled arm due to rhbz#1658940
ExcludeArch: armv7hl
@@ -94,7 +94,7 @@ ExcludeArch: ppc64le
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 71.0
-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
bgstack15