diff --git a/systemd.spec b/systemd.spec index e254803f0b7f4ad5571526042b96752dc95d9e41..6af4fbfd5e27c81a8ebe2ad1d4df26dcb9e14b47 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