From af46fc18c6d350d1d79eddde56adf7351b5c73e9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 17 Feb 2022 14:03:23 -0600 Subject: [PATCH] use python2 hack only on epel and not unconditionally --- qt5-qtwebengine.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index c367d29..07c31da 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -410,6 +410,7 @@ mv pulse src/3rdparty/chromium/ pushd src/3rdparty/chromium popd +%if 0%{?epel:1} # Install python2 from rpms mkdir python2 pushd python2 @@ -420,6 +421,7 @@ rpm2cpio %{SOURCE101} | cpio -idm rpm2cpio %{SOURCE102} | cpio -idm %endif popd +%endif %if 0%{?use_system_libicu} %patch1 -p1 -b .no-icudtl-dat