summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2019-10-03 10:13:04 +0200
committerJan Horak <jhorak@redhat.com>2019-10-03 10:13:36 +0200
commit8fec45cc113d6218493da9026737cc27937b52b7 (patch)
tree733c98339af7cb089cf6e76c201d3f85aad42a13 /firefox.spec
parentDon't compare buildID in upgradepath because builds in newer distro can be bu... (diff)
downloadlibrewolf-fedora-ff-8fec45cc113d6218493da9026737cc27937b52b7.tar.gz
librewolf-fedora-ff-8fec45cc113d6218493da9026737cc27937b52b7.tar.bz2
librewolf-fedora-ff-8fec45cc113d6218493da9026737cc27937b52b7.zip
Revert "Don't compare buildID in upgradepath because builds in newer distro can be build sooner than in previous one."
Because it's already implemented by MOZ_ALLOW_DOWNGRADE env variable. This reverts commit cc911d3225cc500830ae115bc513b468b9d5471c.
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 1 insertions, 7 deletions
diff --git a/firefox.spec b/firefox.spec
index e56e087..0c7bb7f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -94,7 +94,7 @@ ExcludeArch: ppc64le
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 69.0.1
-Release: 6%{?pre_tag}%{?dist}
+Release: 5%{?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
@@ -142,7 +142,6 @@ Patch224: mozilla-1170092.patch
Patch226: rhbz-1354671.patch
Patch227: firefox-locale-debug.patch
Patch228: mozilla-1583466.patch
-Patch229: rh-old-version-check.patch
# Upstream patches
Patch402: mozilla-1196777.patch
@@ -369,7 +368,6 @@ This package contains results of tests executed during build.
%endif
%patch227 -p1 -b .locale-debug
%patch228 -p1 -b .mozilla-1583466
-%patch229 -p1 -b .rh-old-version-check
%patch402 -p1 -b .1196777
#%patch413 -p1 -b .1353817
@@ -985,10 +983,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Wed Oct 2 2019 Jan Horak <jhorak@redhat.com> - 69.0.1-6
-- Do not compare buildID because the build time of package in
- newer distro can be older.
-
* Mon Sep 30 2019 Martin Stransky <stransky@redhat.com> - 69.0.1-5
- Updated rhbz#1754460/mzbz#1583466 - per user policy dir.
bgstack15