summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-11-27 11:49:25 +0100
committerMartin Stransky <stransky@redhat.com>2019-11-27 11:49:25 +0100
commit7a6b6c7272fa5f10bef389f6f33b65357f2e351b (patch)
tree37d05a164cafda3f90017f7ad5bc447ad67b6524 /firefox.spec
parentMerge branch 'master' into f31 (diff)
parentAdded fix for mozilla#1593408 (diff)
downloadlibrewolf-fedora-ff-7a6b6c7272fa5f10bef389f6f33b65357f2e351b.tar.gz
librewolf-fedora-ff-7a6b6c7272fa5f10bef389f6f33b65357f2e351b.tar.bz2
librewolf-fedora-ff-7a6b6c7272fa5f10bef389f6f33b65357f2e351b.zip
Merge branch 'master' into f31
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