[Pkg-libvirt-maintainers] libvirt-bin broken in wheezy-backports
Julien Cristau
jcristau at debian.org
Mon Aug 25 00:44:21 UTC 2014
On Thu, Aug 21, 2014 at 17:35:41 +0200, David Douard wrote:
> Hi, I'm hit by this bug too. Julien, can't we do something to help avahi
> 0.6.61-[34] arrive in wheezy-backports?
>
I've just uploaded libvirt to the 2-day delayed queue with the following
diff:
diff -Nru libvirt-1.2.4/debian/changelog libvirt-1.2.4/debian/changelog
--- libvirt-1.2.4/debian/changelog 2014-05-06 05:13:27.000000000 -0700
+++ libvirt-1.2.4/debian/changelog 2014-08-24 15:02:39.000000000 -0700
@@ -1,3 +1,11 @@
+libvirt (1.2.4-1~bpo70+1.1) wheezy-backports; urgency=medium
+
+ * Non-maintainer upload.
+ * Revert switch from avahi to avahi-daemon in init script; fixes
+ co-installability with avahi in wheezy.
+
+ -- Julien Cristau <jcristau at debian.org> Sun, 24 Aug 2014 15:02:36 -0700
+
libvirt (1.2.4-1~bpo70+1) wheezy-backports; urgency=medium
* Rebuild for wheezy-backports.
diff -Nru libvirt-1.2.4/debian/control libvirt-1.2.4/debian/control
--- libvirt-1.2.4/debian/control 2014-05-06 05:12:22.000000000 -0700
+++ libvirt-1.2.4/debian/control 2014-08-24 15:01:28.000000000 -0700
@@ -77,7 +77,6 @@
parted,
pm-utils
Suggests: policykit-1, radvd, auditd, systemtap, systemd, apparmor
-Breaks: avahi-daemon (<< 0.6.31-3~)
Description: programs for the libvirt library
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
diff -Nru libvirt-1.2.4/debian/libvirt-bin.init libvirt-1.2.4/debian/libvirt-bin.init
--- libvirt-1.2.4/debian/libvirt-bin.init 2014-05-04 04:31:50.000000000 -0700
+++ libvirt-1.2.4/debian/libvirt-bin.init 2014-08-24 15:01:12.000000000 -0700
@@ -9,8 +9,8 @@
# Provides: libvirt-bin libvirtd
# Required-Start: $network $local_fs $remote_fs $syslog
# Required-Stop: $local_fs $remote_fs $syslog
-# Should-Start: avahi-daemon cgconfig
-# Should-Stop: avahi-daemon cgconfig
+# Should-Start: avahi cgconfig
+# Should-Stop: avahi cgconfig
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: libvirt management daemon
I think a better fix would be to have
Should-Start: avahi avahi-dameon cgconfig
Should-Stop: avahi avahi-daemon cgconfig
and no Breaks at all, but I'll leave it to the maintainer to make that
change in sid, I think for bpo a revert is better.
Cheers,
Julien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-libvirt-maintainers/attachments/20140824/c5c07473/attachment.sig>
More information about the Pkg-libvirt-maintainers
mailing list