Notification time stamped 2023-01-31 22:09:13 UTC
From 5cd731a22f0072e3dae67134de3c3bab2cc588e2 Mon Sep 17 00:00:00 2001
From: Yaakov Selkowitz <yselkowi(a)redhat.com>
Date: Jan 31 2023 17:23:09 +0000
Subject: 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.
---
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
https://src.fedoraproject.org/rpms/kf5-kded/c/5cd731a22f0072e3dae67134de3c3…