[PATCH RFC 3/6] spec: Remove daemon postun trigger

Jim Fehlig jfehlig at suse.com
Wed Nov 23 23:11:52 UTC 2022


Remove %triggerpostun. Upgrades from libvirt < 1.3.0 is now unlikely.

Signed-off-by: Jim Fehlig <jfehlig at suse.com>
---
 libvirt.spec.in | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 3c9975b684..6b1e351343 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -1466,18 +1466,6 @@ if [ $1 -ge 1 ] ; then
 fi
 %systemd_postun libvirt-guests.service
 
-# In upgrade scenario we must explicitly enable virtlockd/virtlogd
-# sockets, if libvirtd is already enabled and start them if
-# libvirtd is running, otherwise you'll get failures to start
-# guests
-%triggerpostun daemon -- libvirt-daemon < 1.3.0
-if [ $1 -ge 1 ] ; then
-    /bin/systemctl is-enabled libvirtd.service 1>/dev/null 2>&1 &&
-        /bin/systemctl enable virtlogd.socket virtlogd-admin.socket || :
-    /bin/systemctl is-active libvirtd.service 1>/dev/null 2>&1 &&
-        /bin/systemctl start virtlogd.socket virtlogd-admin.socket || :
-fi
-
 %posttrans daemon
 %libvirt_sysconfig_posttrans libvirtd virtproxyd virtlogd virtlockd libvirt-guests
 if test %libvirt_daemon_needs_restart libvirtd
-- 
2.37.3



More information about the libvir-list mailing list