From a22f0e907edea58cef0dfd8c54cfe3713fdeafec Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 15 Mar 2026 18:32:41 -0700 Subject: [PATCH] fix(taidan): add dbus-daemon package as runtime dependency (#10636) (#10639) --- anda/system/taidan/taidan.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/anda/system/taidan/taidan.spec b/anda/system/taidan/taidan.spec index 5a6d5a19d6..ead4cef737 100644 --- a/anda/system/taidan/taidan.spec +++ b/anda/system/taidan/taidan.spec @@ -1,12 +1,13 @@ Name: taidan Version: 0.1.39 -Release: 1%?dist +Release: 2%?dist Summary: Out-Of-Box-Experience (OOBE) and Welcome App SourceLicense: GPL-3.0-or-later AND GPL-2.0-or-later License: (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND Unicode-3.0 AND (Unlicense OR MIT) AND Zlib AND GPL-3.0-or-later AND GPL-2.0-or-later URL: https://github.com/Ultramarine-Linux/taidan Packager: Terra Packaging Team Conflicts: initial-setup +Requires: dbus-daemon Requires: (glib2 or (/usr/bin/plasma-apply-colorscheme and kf6-kconfig)) Requires: shadow-utils Requires: systemd-udev @@ -59,5 +60,8 @@ DESTDIR=%buildroot ./scripts/install.sh %_prefix/lib/taidan/labwc/* %changelog +* Sun Mar 15 2026 Tulip Blossom +- Add dbus-daemon as runtime dependency + * Sun Mar 15 2026 Tulip Blossom - Port manifest from Ultramarine repos to Terra