From a839e12ebb35bc788985ba7059cfc7136d89b531 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 19 Jun 2020 13:40:19 -0400 Subject: [PATCH] disable python byte compiling (we do not need it) --- chromium.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/chromium.spec b/chromium.spec index 0917612e..331f42cc 100644 --- a/chromium.spec +++ b/chromium.spec @@ -1,7 +1,3 @@ -# This package depends on automagic byte compilation -# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 -%global _python_bytecompile_extra 1 - # Fancy build status, so we at least know, where we are.. # %1 where # %2 what @@ -1816,6 +1812,7 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt - update to 83.0.4103.106 - remove duplicate ServiceWorker fix - add fix to work around gcc bug on aarch64 +- disable python byte compiling (we do not need it) * Tue Jun 16 2020 Tom Callaway - 83.0.4103.97-5 - add ServiceWorker fix