diff options
author | Martin Stransky <stransky@redhat.com> | 2022-05-05 12:29:17 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2022-05-05 12:29:17 +0200 |
commit | 94ad0536cd079d99ef5148fe701e30cc3daa53c8 (patch) | |
tree | b238f65529ee714ee00becebb9c40ba2ec5f4214 /firefox.spec | |
parent | Added fix for mozbz#1759137 (diff) | |
download | librewolf-fedora-ff-94ad0536cd079d99ef5148fe701e30cc3daa53c8.tar.gz librewolf-fedora-ff-94ad0536cd079d99ef5148fe701e30cc3daa53c8.tar.bz2 librewolf-fedora-ff-94ad0536cd079d99ef5148fe701e30cc3daa53c8.zip |
Removed Fedora user agent patch (rhbz#2081791)
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index 1611ba3..9f172c1 100644 --- a/firefox.spec +++ b/firefox.spec @@ -163,7 +163,7 @@ ExcludeArch: aarch64 Summary: Mozilla Firefox Web browser Name: firefox Version: 100.0 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?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 @@ -230,7 +230,6 @@ Patch102: firefox-tests-xpcshell-freeze.patch # Fedora specific patches Patch215: firefox-enable-addons.patch Patch219: rhbz-1173156.patch -Patch221: firefox-fedora-ua.patch Patch224: mozilla-1170092.patch #ARM run-time patch Patch226: rhbz-1354671.patch @@ -470,7 +469,6 @@ This package contains results of tests executed during build. # Fedora patches %patch215 -p1 -b .addons %patch219 -p1 -b .rhbz-1173156 -%patch221 -p1 -b .fedora-ua %patch224 -p1 -b .1170092 #ARM run-time patch %ifarch aarch64 @@ -1050,6 +1048,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu May 5 2022 Martin Stransky <stransky@redhat.com>- 100.0-3 +- Removed Fedora user agent patch (rhbz#2081791). + * Tue May 3 2022 Martin Stransky <stransky@redhat.com>- 100.0-2 - Added fix for mozbz#1759137 |