From 5cd731a22f0072e3dae67134de3c3bab2cc588e2 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 31 Jan 2023 12:23:09 -0500 Subject: [PATCH] Drop systemd direct dependency This avoids pointlessly pulling systemd into flatpaks (not to mention the buildroot of this package); the host system will always have systemd installed as a core component, and the post/preun macros are conditional on the presence of systemd. --- kf5-kded.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kf5-kded.spec b/kf5-kded.spec index 7a67653..684e88b 100644 --- a/kf5-kded.spec +++ b/kf5-kded.spec @@ -24,8 +24,7 @@ BuildRequires: kf5-rpm-macros BuildRequires: qt5-qtbase-devel -BuildRequires: systemd -%{?systemd_requires} +BuildRequires: systemd-rpm-macros %description