From afa323cda0b1ecd1a13bb19988c2d85f9ce14a45 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 25 Jan 2021 15:18:39 +0100 Subject: Added mozbz#1678247 --- firefox.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'firefox.spec') 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 -- cgit