[Pkg-libvirt-commits] [libvirt] 01/01: Add Breaks for older systemd

Guido Guenther agx at moszumanska.debian.org
Wed Aug 12 19:21:08 UTC 2015


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

agx pushed a commit to branch debian/experimental
in repository libvirt.

commit 54daa55d8679a81c0ac3cd354e01d4d91a50de56
Author: Guido Günther <agx at sigxcpu.org>
Date:   Wed Aug 12 21:18:41 2015 +0200

    Add Breaks for older systemd
    
    These make us end up in the wrong parts of the cgroup hierarchy so we
    won't find our lxc instances after restart. This could likely be fixed
    in libvirt but forcing the newer version at least makes us not break
    running containers.
    
    Closes: #774237
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 393f768..b9b33fe 100644
--- a/debian/control
+++ b/debian/control
@@ -153,7 +153,8 @@ Recommends:
 Section: admin
 Suggests: radvd, auditd, systemtap, systemd, apparmor,
  nfs-common,
-Breaks: avahi-daemon (<< 0.6.31-3~)
+Breaks: avahi-daemon (<< 0.6.31-3~),
+ systemd-sysv (<< 224-1~)
 Replaces: libvirt-bin (<< 1.2.7-4~)
 Conflicts: libvirt-bin (<< 1.2.6-1~)
 Description: Libvirt daemon configuration files

-- 
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