!786 fix systemd-logind.service failed

From: @zhang-yao-2022 
Reviewed-by: @xujing99 
Signed-off-by: @xujing99
This commit is contained in:
openeuler-ci-bot 2024-12-10 01:36:47 +00:00 committed by Gitee
commit e7d7cef89a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -25,7 +25,7 @@
Name: systemd Name: systemd
Url: https://systemd.io/ Url: https://systemd.io/
Version: 255 Version: 255
Release: 28 Release: 29
License: MIT and LGPLv2+ and GPLv2+ License: MIT and LGPLv2+ and GPLv2+
Summary: System and Service Manager Summary: System and Service Manager
@ -154,6 +154,7 @@ BuildRequires: util-linux
BuildRequires: chrpath BuildRequires: chrpath
Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release}
Requires: dbus >= 1.9.18
Requires(post): coreutils Requires(post): coreutils
Requires(post): sed Requires(post): sed
Requires(post): acl Requires(post): acl
@ -1665,6 +1666,9 @@ fi
%{_unitdir}/veritysetup.target %{_unitdir}/veritysetup.target
%changelog %changelog
* Mon Dec 09 2024 zhangyao <zhangyao108@huawei.com> - 255-29
- Add dbus requires for systemd-logind.service
* Mon Dec 09 2024 zhangyao <zhangyao108@huawei.com> - 255-28 * Mon Dec 09 2024 zhangyao <zhangyao108@huawei.com> - 255-28
- DESC:fix memory leak in src/partition/repart.c - DESC:fix memory leak in src/partition/repart.c