From 8c157f3b450d1c0ee8e04f9116cc15edcd054c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=90=83=E9=A6=99=E8=8F=9C=E8=81=94=E7=9B=9F?= Date: Tue, 22 Oct 2024 05:40:13 +0000 Subject: [PATCH] fix systemd-logind.service failed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 不吃香菜联盟 --- systemd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 8b8fba4..b114f4c 100644 --- a/systemd.spec +++ b/systemd.spec @@ -25,7 +25,7 @@ Name: systemd Url: https://systemd.io/ Version: 255 -Release: 28 +Release: 29 License: MIT and LGPLv2+ and GPLv2+ Summary: System and Service Manager @@ -154,6 +154,7 @@ BuildRequires: util-linux BuildRequires: chrpath Requires: %{name}-libs = %{version}-%{release} +Requires: dbus >= 1.9.18 Requires(post): coreutils Requires(post): sed Requires(post): acl @@ -1665,6 +1666,9 @@ fi %{_unitdir}/veritysetup.target %changelog +* Mon Dec 09 2024 zhangyao - 255-29 +- Add dbus requires for systemd-logind.service + * Mon Dec 09 2024 zhangyao - 255-28 - DESC:fix memory leak in src/partition/repart.c