From cdad977d5e0f96037da99425bd417aa9f5b7b631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BF=97=E5=88=9A?= Date: Fri, 15 Dec 2023 17:17:33 +0800 Subject: [PATCH] add systemd dependency requires systemd-pam --- systemd.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index e254803..6af4fbf 100644 --- a/systemd.spec +++ b/systemd.spec @@ -25,7 +25,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 253 -Release: 8 +Release: 9 License: MIT and LGPLv2+ and GPLv2+ Summary: System and Service Manager @@ -168,6 +168,8 @@ Conflicts: initscripts < 9.56.1 Provides: %{name}-rpm-config Obsoletes: %{name}-rpm-config < 243 +Requires: %{name}-pam = %{version}-%{release} + %description systemd is a system and service manager that runs as PID 1 and starts the rest of the system. @@ -1587,6 +1589,9 @@ fi %{_libdir}/security/pam_systemd.so %changelog +* Fri Dec 23 2023 sunzhigang - 253-9 +- add systemd dependency requires systemd-pam + * Mon Dec 18 2023 huyubiao - 253-8 - backport: sync patches from systemd community add backport-core-path-do-not-enqueue-new-job-in-.trigger_notify-.patch -- Gitee