From 7823b319dab078a01eb1ec1d6c5d0277c04cbf11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 22 Jun 2014 22:20:56 -0400 Subject: [PATCH] Do not restart systemd-logind on upgrades --- systemd.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 9ee3402..3d6a5ea 100644 --- a/systemd.spec +++ b/systemd.spec @@ -453,7 +453,6 @@ fi %postun if [ $1 -ge 1 ] ; then systemctl daemon-reload > /dev/null 2>&1 || : - systemctl try-restart systemd-logind.service >/dev/null 2>&1 || : fi %preun @@ -728,6 +727,9 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g %{_datadir}/systemd/gatewayd %changelog +* Sun Jun 22 Zbigniew Jędrzejewski-Szmek - 214-2 +- Do not restart systemd-logind on upgrades (#1110697) + * Wed Jun 11 2014 Lennart Poettering - 214-1 - New upstream release - Get rid of "floppy" group, since udev uses "disk" now