summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-01-25 15:18:39 +0100
committerMartin Stransky <stransky@redhat.com>2021-01-25 15:18:39 +0100
commitafa323cda0b1ecd1a13bb19988c2d85f9ce14a45 (patch)
tree4c80a257bf6c729f49000c05ece6df25296c6841 /firefox.spec
parentFixing libxul requires (diff)
downloadlibrewolf-fedora-ff-afa323cda0b1ecd1a13bb19988c2d85f9ce14a45.tar.gz
librewolf-fedora-ff-afa323cda0b1ecd1a13bb19988c2d85f9ce14a45.tar.bz2
librewolf-fedora-ff-afa323cda0b1ecd1a13bb19988c2d85f9ce14a45.zip
Added mozbz#1678247
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 17333bd..930101d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -225,6 +225,7 @@ Patch422: mozilla-1631061.patch
Patch423: mozilla-1681107.patch
Patch424: firefox-wayland-fix-mzbz-1642949-regression.patch
Patch426: mozilla-1687931.patch
+Patch427: mozilla-1678247.patch
# PGO/LTO patches
Patch600: pgo.patch
@@ -434,6 +435,7 @@ This package contains results of tests executed during build.
%patch423 -p1 -b .1681107
%patch424 -p1 -b .fix-mzbz-1642949-regression
%patch426 -p1 -b .1687931
+%patch427 -p1 -b .1678247
# PGO patches
%if %{build_with_pgo}
@@ -736,7 +738,7 @@ tar xf %{SOURCE37}
cp %{SOURCE40} %{SOURCE41} %{SOURCE42} %{SOURCE38} %{SOURCE39} %{SOURCE43} .
mkdir -p test_results
%if %{test_on_wayland}
-./run-tests-wayland || true
+./run-tests-wayland %{test_offscreen} || true
%else
./run-tests-x11 || true
%endif
bgstack15