From fbf2a36b914823baa13c5ea6eabd7b93cc33a43b Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mon, 12 Dec 2022 14:26:36 -0500 Subject: [PATCH] KDE: Enforce exclusion of tracker and tracker-miners These are not useful on the KDE desktop and come in through a weak dependency in GTK3. We don't need or want this, as it's redundant with what KDE Plasma provides already. Fixes: https://pagure.io/fedora-kde/SIG/issue/124 --- fedora-kde-common.ks | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fedora-kde-common.ks b/fedora-kde-common.ks index 18bcea5..15b0ba6 100644 --- a/fedora-kde-common.ks +++ b/fedora-kde-common.ks @@ -15,6 +15,10 @@ fedora-release-kde -@admin-tools +# drop tracker stuff pulled in by gtk3 (pagureio:fedora-kde/SIG#124) +-tracker-miners +-tracker + ### The KDE-Desktop ### fixes