diff options
author | Jan Horak <jhorak@redhat.com> | 2022-04-28 13:03:55 +0200 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2022-04-28 13:03:55 +0200 |
commit | 40fd3206bd8d31426ec1b9ac4635a9499789cb74 (patch) | |
tree | 53c827ea30ba1cfbb7482edd7b750a3d56504958 /firefox.spec | |
parent | Updated to 99.0.1 (diff) | |
download | librewolf-fedora-ff-40fd3206bd8d31426ec1b9ac4635a9499789cb74.tar.gz librewolf-fedora-ff-40fd3206bd8d31426ec1b9ac4635a9499789cb74.tar.bz2 librewolf-fedora-ff-40fd3206bd8d31426ec1b9ac4635a9499789cb74.zip |
Fixing bookmark install location - rhbz#2054953
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index 2e0a544..5462cd5 100644 --- a/firefox.spec +++ b/firefox.spec @@ -163,7 +163,7 @@ ExcludeArch: aarch64 Summary: Mozilla Firefox Web browser Name: firefox Version: 99.0.1 -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 @@ -772,7 +772,7 @@ mkdir -p test_results # set up our default bookmarks %if !0%{?flatpak} -%{__cp} -p %{default_bookmarks_file} objdir/dist/bin/browser/chrome/en-US/locale/browser/bookmarks.html +%{__cp} -p %{default_bookmarks_file} objdir/dist/bin/browser/chrome/browser/content/browser/default-bookmarks.html %endif # Make sure locale works for langpacks @@ -1050,6 +1050,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Apr 28 2022 Jan Horak <jhorak@redhat.com> - 99.0.1-2 +- Fixing bookmark install location - rhbz#2054953 + * Wed Apr 13 2022 Martin Stransky <stransky@redhat.com> - 99.0.1-1 - Updated to 99.0.1 |