Skip to content
Snippets Groups Projects
Commit 06d457cd authored by Guido Günther's avatar Guido Günther
Browse files

Bump comparison version

so this applies to current failed upgrades too.
parent 4eedb7b1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment