From ab115a854560de458f5508c771da6e80502a46a1079a202e8d8c14cbcba616a0 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sun, 24 Jan 2021 09:02:20 +0000 Subject: [PATCH] Accepting request 866279 from home:NickLion:branches:KDE:Qt:6.0 - Remove uikit qmake spec to avoid automatic dep on python2 (slightly modified version of same action from Qt5) OBS-URL: https://build.opensuse.org/request/show/866279 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:6.0/qt6-base?expand=0&rev=8 --- qt6-base.changes | 5 +++++ qt6-base.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/qt6-base.changes b/qt6-base.changes index b30ea98..e7625e7 100644 --- a/qt6-base.changes +++ b/qt6-base.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jan 23 20:24:22 UTC 2021 - Mykola Krachkovsky + +- Remove uikit qmake spec to avoid automatic dep on python2 + ------------------------------------------------------------------- Wed Dec 16 11:26:03 UTC 2020 - Christophe Giboudeaux diff --git a/qt6-base.spec b/qt6-base.spec index deb34ba..4205745 100644 --- a/qt6-base.spec +++ b/qt6-base.spec @@ -1,7 +1,7 @@ # # spec file for package qt6-base # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -745,6 +745,9 @@ rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_eglfs_kms_support_private.pri rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_openglwidgets_private.pri rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_xcb_qpa_lib_private.pri +# This is only for Apple platforms and has a python2 dep +rm -r %{buildroot}%{_qt6_mkspecsdir}/features/uikit + %post -n libQt6Concurrent6 -p /sbin/ldconfig %post -n libQt6Core6 -p /sbin/ldconfig %post -n libQt6DBus6 -p /sbin/ldconfig