summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-11-27 11:48:57 +0100
committerMartin Stransky <stransky@redhat.com>2019-11-27 11:48:57 +0100
commita947f30c04613a79b6bfe91655bf38614540952e (patch)
tree37d05a164cafda3f90017f7ad5bc447ad67b6524 /firefox.spec
parentTemporary disable gnome shell search provider (diff)
downloadlibrewolf-fedora-ff-a947f30c04613a79b6bfe91655bf38614540952e.tar.gz
librewolf-fedora-ff-a947f30c04613a79b6bfe91655bf38614540952e.tar.bz2
librewolf-fedora-ff-a947f30c04613a79b6bfe91655bf38614540952e.zip
Added fix for mozilla#1593408
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index f88d1a4..80f0e1f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -160,6 +160,7 @@ Patch425: D53965-dropdown-missing-on-multimonitor.diff
# Wayland specific upstream patches
Patch574: firefox-pipewire.patch
Patch590: firefox-wayland-cache-missing.patch
+Patch591: mozilla-1593408.patch
# PGO/LTO patches
Patch600: pgo.patch
@@ -372,6 +373,7 @@ This package contains results of tests executed during build.
# Wayland specific upstream patches
%patch574 -p1 -b .firefox-pipewire
%patch590 -p1 -b .cache-missing
+%patch591 -p1 -b .mozilla-1593408
# PGO patches
%patch600 -p1 -b .pgo
bgstack15