From 78bbe175ebc15dc65bd8da268615cc452a8b030e Mon Sep 17 00:00:00 2001 From: zhangyao Date: Wed, 22 Jun 2022 15:04:28 +0800 Subject: [PATCH] don't preset systemd-timesyncd when install systemd-udev (cherry picked from commit d4bdd938ccfbe9dce345873973f8dc616eb005b2) --- systemd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/systemd.spec b/systemd.spec index ae1d525..8110ef1 100644 --- a/systemd.spec +++ b/systemd.spec @@ -20,7 +20,7 @@ Name: systemd Url: https://www.freedesktop.org/wiki/Software/systemd Version: 249 -Release: 30 +Release: 31 License: MIT and LGPLv2+ and GPLv2+ Summary: System and Service Manager @@ -697,7 +697,7 @@ fi %{?ldconfig:%postun -p %ldconfig} -%global udev_services systemd-udev{d,-settle,-trigger}.service systemd-udevd-{control,kernel}.socket systemd-timesyncd.service +%global udev_services systemd-udev{d,-settle,-trigger}.service systemd-udevd-{control,kernel}.socket %preun if [ $1 -eq 0 ] ; then @@ -1509,6 +1509,9 @@ fi %{_libdir}/security/pam_systemd.so %changelog +* Wed Jun 22 2022 zhangyao -249-31 +- fix don't preset systemd-timesyncd when install systemd-udev + * Tue Jun 21 2022 zhangyao -249-30 - fix Avoid /tmp being mounted as tmpfs without the user's will