Hello community, here is the log from the commit of package libvirt for openSUSE:Factory checked in at 2020-11-02 09:38:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvirt (Old) and /work/SRC/openSUSE:Factory/.libvirt.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libvirt" Mon Nov 2 09:38:30 2020 rev:314 rq:844651 version:6.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes 2020-10-18 16:26:20.276622123 +0200 +++ /work/SRC/openSUSE:Factory/.libvirt.new.3463/libvirt.changes 2020-11-02 09:38:48.921519072 +0100 @@ -1,0 +2,8 @@ +Wed Oct 28 06:37:22 UTC 2020 - Franck Bui <fbui@suse.com> + +- Drop use of $DISABLE_RESTART_ON_UPDATE in %postrans + + Testing "$DISABLE_RESTART_ON_UPDATE != yes" had no effect since its + value is supposed to be read from /etc/sysconfig/services. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvirt.spec ++++++ --- /var/tmp/diff_new_pack.UihDdm/_old 2020-11-02 09:38:51.037521102 +0100 +++ /var/tmp/diff_new_pack.UihDdm/_new 2020-11-02 09:38:51.045521110 +0100 @@ -1229,7 +1229,7 @@ # shutdown. We can't use try-restart as libvirtd will own the sockets again # after restart. So we must instead shutdown libvirtd, start the sockets, # then start libvirtd. -if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_RESTART_ON_UPDATE" != yes ; then +if test "$YAST_IS_RUNNING" != "instsys"; then /usr/bin/systemctl is-active libvirtd.service >/dev/null 2>&1 if test $? = 0 ; then /usr/bin/systemctl stop libvirtd.service >/dev/null 2>&1 || :