summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-10-19 12:40:43 +0200
committerMartin Stransky <stransky@redhat.com>2018-10-19 12:40:43 +0200
commitc50afc1a5194bb0d4cb5f88ba994d8989539671d (patch)
tree0543815efbb40b9b3c1229308018649fbe9ca2a7 /firefox.spec
parentAdded cbindgen vendored data (diff)
parentAdded fixes for mozbz#1494037 and mozbz#1500366 (diff)
downloadlibrewolf-fedora-ff-c50afc1a5194bb0d4cb5f88ba994d8989539671d.tar.gz
librewolf-fedora-ff-c50afc1a5194bb0d4cb5f88ba994d8989539671d.tar.bz2
librewolf-fedora-ff-c50afc1a5194bb0d4cb5f88ba994d8989539671d.zip
Merge branch 'master' into f29
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 01c72f0..2102dc7 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -126,6 +126,8 @@ Patch38: build-cacheFlush-missing.patch
Patch40: build-aarch64-skia.patch
Patch41: build-disable-elfhack.patch
Patch42: prio-nss-build.patch
+Patch43: mozilla-1500366.patch
+Patch44: mozilla-1494037.patch
# Fedora specific patches
Patch215: firefox-enable-addons.patch
@@ -332,6 +334,8 @@ This package contains results of tests executed during build.
%endif
%patch3 -p1 -b .arm
%patch42 -p1 -b .nss-build
+%patch43 -p1 -b .1500366
+%patch44 -p1 -b .1494037
# Fedora patches
%patch215 -p1 -b .addons
bgstack15