From: Jiri Denemark Date: Mon, 25 Nov 2013 15:37:32 +0000 (+0100) Subject: spec: Don't save/restore running VMs on libvirt-client update X-Git-Tag: v1.2.0-rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604f79b3603d6f7d922c7155d67ff9617411e79f;p=thirdparty%2Flibvirt.git spec: Don't save/restore running VMs on libvirt-client update The previous attempt (commit d65e0e1) removed just one of two libvirt-guests restarts that happened on libvirt-client update. Let's remove the last one too :-) https://bugzilla.redhat.com/show_bug.cgi?id=962225 Signed-off-by: Jiri Denemark --- diff --git a/libvirt.spec.in b/libvirt.spec.in index bbce8b5e18..d11b11f491 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1706,7 +1706,7 @@ fi /sbin/ldconfig %if %{with_systemd} %if %{with_systemd_macros} - %systemd_postun_with_restart libvirt-guests.service + %systemd_postun libvirt-guests.service %endif %triggerun client -- libvirt < 0.9.4 %{_bindir}/systemd-sysv-convert --save libvirt-guests >/dev/null 2>&1 ||: