[PATCH] spec: Restart libvirtd on upgrade without socket activation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The %posttrans phase needs has a special case for upgrading libvirt
daemon with --listen, but it forgot to also restart the daemon in order
to run the new installed version.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1820437

Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx>
---
 libvirt.spec.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index d9529fc76c4a..77b274b6f91d 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -1449,6 +1449,7 @@ then
                 libvirtd-admin.socket \
                 libvirtd-tls.socket \
                 libvirtd-tcp.socket >/dev/null 2>&1 || :
+        /bin/systemctl try-restart libvirtd.service >/dev/null 2>&1 || :
     else
         # Old libvirtd owns the sockets and will delete them on
         # shutdown. Can't use a try-restart as libvirtd will simply
-- 
2.39.0




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux