[Pkg-libvirt-commits] [libvirt] 05/06: Bump comparison version

Guido Guenther agx at moszumanska.debian.org
Thu Aug 7 12:10:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch master
in repository libvirt.

commit 06d457cd8442b60624e8996588ea2b87268fde8c
Author: Guido Günther <agx at sigxcpu.org>
Date:   Thu Aug 7 11:54:23 2014 +0200

    Bump comparison version
    
    so this applies to current failed upgrades too.
---
 debian/libvirt-daemon-system.preinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/libvirt-daemon-system.preinst b/debian/libvirt-daemon-system.preinst
index 90e81a8..25e18e9 100644
--- a/debian/libvirt-daemon-system.preinst
+++ b/debian/libvirt-daemon-system.preinst
@@ -19,7 +19,7 @@ case "$1" in
 	# When renaming the .service file, systemd might become confused, we
 	# need to ensure that the libvirtd daemon is fully stopped before
 	# trying to restart it again. (Bug: #730604)
-	if dpkg --compare-versions "$2" le "1.2.6-1~"; then
+	if dpkg --compare-versions "$2" lt "1.2.7-5~"; then
 	    if [ -d /run/systemd/system ]; then
 	        invoke-rc.d libvirt-bin stop
 	    fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list