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