[ubuntu/karmic] libvirt 0.7.0-1ubuntu2 (Accepted)

Jamie Strandboge jamie at ubuntu.com
Wed Aug 26 05:25:17 BST 2009


libvirt (0.7.0-1ubuntu2) karmic; urgency=low

  * Add AppArmor support (LP: #388422):
    - debian/patches/9090-reenable-nonfile-labels.patch: add back in
      virDomainObjPtr argument to RestoreSecurityImageLabel since AppArmor
      labels are not stored on disk
    - debian/patches/9091-apparmor.patch: add AppArmor security driver
    - debian/patches/9092-apparmor-autoreconf.patch: after installing libtool
      and the build dependencies, run autoreconf to pull in changes to
      Makefile.am and configure.in in 9091-apparmor.patch
    - debian/rules: use --with-apparmor and copy debian/apparmor/* to
      debian/tmp
    - debian/control: Build-Depends on libapparmor-dev and Suggests apparmor
      >= 2.3+1289-0ubuntu14
    - add profiles and abstractions to debian/apparmor. usr.sbin.libvirtd will
      default to complain mode until LP: #401931 is sorted out
    - debian/libvirt-bin.dirs: add /etc/apparmor.d/libvirt,
      /etc/apparmor.d/abstractions, and /etc/apparmor.d/force-complain
    - debian/libvirt-bin.install: install profiles and abstractions
    - debian/libvirt-bin.preinst: newly added to force complain on certian
      upgrades
    - debian/libvirt-bin.postinst: (re)load profile
    - debian/libvirt-bin.postrm: remove force-complain profile on purge
  * 9006-increase-unix-socket-timeout.patch:
    increase timeout waiting for unix socket in src/qemu_driver.c, set to 30
    seconds, which 10x longer than before, and matches the logoutput timeout
    adjustment in 9003-increase-logoutput-timeout.patch. This is needed with
    the new qemudOpenMonitorUnix() function introduced in 0.7.0.
  * add apport hook:
    - add debian/libvirt-bin.apport
    - debian/libvirt-bin.dirs: add /usr/share/apport/package-hooks
    - debian/libvirt-bin.install: add source_libvirt-bin.py
    - debian/rules: install libvirt-bin.apport

libvirt (0.7.0-1ubuntu1) karmic; urgency=low

  * Merge from debian experimental, remaining changes:
    - debian/control:
      + Don't build-depend on QEmu.
      + Bump bridge-utils, dnsmasq-base, netcat-openbsd, and iptables
        to Depends of libvirt-bin.
      + Add versioned Conflicts/Replaces to libvirt0 for libvirt0-dbg,
        since we used to ship them as such.
      + We call libxen-dev libxen3-dev, so change all references.
      + Build-Depends on open-iscsi-utils instead of open-iscsi due to
        LP: #414986
    - 9000-delayed_iff_up_bridge.patch:
      Don't try to bring up the bridge before at least one interface has been
      added to it.
    - 9001-dont_clobber_existing_bridges.patch:
      Assign the name of the virtual bridge dynamically to avoid interfering
      with existing bridges.
    - 9002-better_default_uri_virsh.patch:
      Default to qemu:///system if the user has write access to the libvirt
      socket, otherwise qemu:///session.
    - 9003-increase-logoutput-timeout.patch:
      increase timeout waiting for log output in src/qemu_driver.c, set to 30
      seconds, which 10x longer than before, and matches the disk-wait in
      mdadm. (LP #344400)
    - 9004-better-default-arch.patch:
      If a domain does not specify its architecture, attempt to match the host.
      (LP #344913)
    - 9005-libvirtd-group-name.patch:
      Rename libvirt group to libvirtd.
    - rename the libvirt group to libvirtd in postinst/postrm
  * Dropped the following patches from debian/patches (they don't apply any
    more were not applied in 0.6.4-1ubuntu2):
    - dynamic_bridge_names.patch
    - event-loop-hang.diff
    - more-flexible-emulator-on-x86.patch
    - xen-events-handling-fix.diff

libvirt (0.7.0-1) experimental; urgency=low

  [ Laurent Léonard ]
  * [4fb1a38] Imported Upstream version 0.7.0
  * [5578fd3] Drop 0005-Fix-PCI-device-hotplug-unplug-with-newer-
    QEMU.patch. Fixed upstream.
  * [9a8afd0] Redo patches.
  * [937ab63] Update symbols.
  * [b4bd1ea] Update section in doc-base control file.

libvirt (0.6.5-3) unstable; urgency=low

  * [72a8eb6] Add a versioned dependency on dpkg-dev (Closes: #537316)
  * [ae20998] fix Debian Xen path patch to also cover the testsuite
  * [b2a1c47] New patch 0001-Fix-PCI-device-hotplug-unplug-with-newer-
    QEMU.patch pulled from upstream 326ecb7. Fixes PCI hotplug with
    newer kvm.

libvirt (0.6.5-2) unstable; urgency=low

  * [45b9fdf] build-conflict on dpkg-dev (= 1.15.3) (Closes: #536673)

libvirt (0.6.5-1) unstable; urgency=low

  [ Guido Günther ]
  * [05e9a39] build-depend on policykit so polkit auth works with virsh
    as well

  [ C.J. Adams-Collier ]
  * [a161c5f] allow to qemu to emulate arm

  [ Guido Günther ]
  * [b1e4c4b] Imported Upstream version 0.6.5
  * [e764583] change private symbols to 0.6.5
  * [f94fb48] drop 0005-allow-to-qemu-to-emulate-arm.patch fixed upstream.
  * [7ad7896] bump standards version
  * [e2c5867] tighten libvirt-bin's dependency on libvirt0 since libvirtd uses
    private symbols

Date: Tue, 25 Aug 2009 11:51:42 -0500
Changed-By: Jamie Strandboge <jamie at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/libvirt/0.7.0-1ubuntu2
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 25 Aug 2009 11:51:42 -0500
Source: libvirt
Binary: libvirt-bin libvirt0 libvirt0-dbg libvirt-doc libvirt-dev python-libvirt
Architecture: source
Version: 0.7.0-1ubuntu2
Distribution: karmic
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jamie Strandboge <jamie at ubuntu.com>
Description: 
 libvirt-bin - the programs for the libvirt library
 libvirt-dev - development files for the libvirt library
 libvirt-doc - documentation for the libvirt library
 libvirt0   - library for interfacing with different virtualization systems
 libvirt0-dbg - library for interfacing with different virtualization systems
 python-libvirt - libvirt Python bindings
Closes: 536673 537316
Changes: 
 libvirt (0.7.0-1ubuntu2) karmic; urgency=low
 .
   * Add AppArmor support (LP: #388422):
     - debian/patches/9090-reenable-nonfile-labels.patch: add back in
       virDomainObjPtr argument to RestoreSecurityImageLabel since AppArmor
       labels are not stored on disk
     - debian/patches/9091-apparmor.patch: add AppArmor security driver
     - debian/patches/9092-apparmor-autoreconf.patch: after installing libtool
       and the build dependencies, run autoreconf to pull in changes to
       Makefile.am and configure.in in 9091-apparmor.patch
     - debian/rules: use --with-apparmor and copy debian/apparmor/* to
       debian/tmp
     - debian/control: Build-Depends on libapparmor-dev and Suggests apparmor
       >= 2.3+1289-0ubuntu14
     - add profiles and abstractions to debian/apparmor. usr.sbin.libvirtd will
       default to complain mode until LP: #401931 is sorted out
     - debian/libvirt-bin.dirs: add /etc/apparmor.d/libvirt,
       /etc/apparmor.d/abstractions, and /etc/apparmor.d/force-complain
     - debian/libvirt-bin.install: install profiles and abstractions
     - debian/libvirt-bin.preinst: newly added to force complain on certian
       upgrades
     - debian/libvirt-bin.postinst: (re)load profile
     - debian/libvirt-bin.postrm: remove force-complain profile on purge
   * 9006-increase-unix-socket-timeout.patch:
     increase timeout waiting for unix socket in src/qemu_driver.c, set to 30
     seconds, which 10x longer than before, and matches the logoutput timeout
     adjustment in 9003-increase-logoutput-timeout.patch. This is needed with
     the new qemudOpenMonitorUnix() function introduced in 0.7.0.
   * add apport hook:
     - add debian/libvirt-bin.apport
     - debian/libvirt-bin.dirs: add /usr/share/apport/package-hooks
     - debian/libvirt-bin.install: add source_libvirt-bin.py
     - debian/rules: install libvirt-bin.apport
 .
 libvirt (0.7.0-1ubuntu1) karmic; urgency=low
 .
   * Merge from debian experimental, remaining changes:
     - debian/control:
       + Don't build-depend on QEmu.
       + Bump bridge-utils, dnsmasq-base, netcat-openbsd, and iptables
         to Depends of libvirt-bin.
       + Add versioned Conflicts/Replaces to libvirt0 for libvirt0-dbg,
         since we used to ship them as such.
       + We call libxen-dev libxen3-dev, so change all references.
       + Build-Depends on open-iscsi-utils instead of open-iscsi due to
         LP: #414986
     - 9000-delayed_iff_up_bridge.patch:
       Don't try to bring up the bridge before at least one interface has been
       added to it.
     - 9001-dont_clobber_existing_bridges.patch:
       Assign the name of the virtual bridge dynamically to avoid interfering
       with existing bridges.
     - 9002-better_default_uri_virsh.patch:
       Default to qemu:///system if the user has write access to the libvirt
       socket, otherwise qemu:///session.
     - 9003-increase-logoutput-timeout.patch:
       increase timeout waiting for log output in src/qemu_driver.c, set to 30
       seconds, which 10x longer than before, and matches the disk-wait in
       mdadm. (LP #344400)
     - 9004-better-default-arch.patch:
       If a domain does not specify its architecture, attempt to match the host.
       (LP #344913)
     - 9005-libvirtd-group-name.patch:
       Rename libvirt group to libvirtd.
     - rename the libvirt group to libvirtd in postinst/postrm
   * Dropped the following patches from debian/patches (they don't apply any
     more were not applied in 0.6.4-1ubuntu2):
     - dynamic_bridge_names.patch
     - event-loop-hang.diff
     - more-flexible-emulator-on-x86.patch
     - xen-events-handling-fix.diff
 .
 libvirt (0.7.0-1) experimental; urgency=low
 .
   [ Laurent Léonard ]
   * [4fb1a38] Imported Upstream version 0.7.0
   * [5578fd3] Drop 0005-Fix-PCI-device-hotplug-unplug-with-newer-
     QEMU.patch. Fixed upstream.
   * [9a8afd0] Redo patches.
   * [937ab63] Update symbols.
   * [b4bd1ea] Update section in doc-base control file.
 .
 libvirt (0.6.5-3) unstable; urgency=low
 .
   * [72a8eb6] Add a versioned dependency on dpkg-dev (Closes: #537316)
   * [ae20998] fix Debian Xen path patch to also cover the testsuite
   * [b2a1c47] New patch 0001-Fix-PCI-device-hotplug-unplug-with-newer-
     QEMU.patch pulled from upstream 326ecb7. Fixes PCI hotplug with
     newer kvm.
 .
 libvirt (0.6.5-2) unstable; urgency=low
 .
   * [45b9fdf] build-conflict on dpkg-dev (= 1.15.3) (Closes: #536673)
 .
 libvirt (0.6.5-1) unstable; urgency=low
 .
   [ Guido Günther ]
   * [05e9a39] build-depend on policykit so polkit auth works with virsh
     as well
 .
   [ C.J. Adams-Collier ]
   * [a161c5f] allow to qemu to emulate arm
 .
   [ Guido Günther ]
   * [b1e4c4b] Imported Upstream version 0.6.5
   * [e764583] change private symbols to 0.6.5
   * [f94fb48] drop 0005-allow-to-qemu-to-emulate-arm.patch fixed upstream.
   * [7ad7896] bump standards version
   * [e2c5867] tighten libvirt-bin's dependency on libvirt0 since libvirtd uses
     private symbols
Checksums-Sha1: 
 d22adac8ebd1bb08f59ec08e8075aa0332982469 1831 libvirt_0.7.0-1ubuntu2.dsc
 a6551bf6726b6817d84d5a442204efddf07cdb58 7914077 libvirt_0.7.0.orig.tar.gz
 b8763ca7557e6629944446e733720a5242a9473f 734955 libvirt_0.7.0-1ubuntu2.diff.gz
Checksums-Sha256: 
 39c93a7bd9a9a06bf2153233ac7bd99404ab8262fe7385abbe8b3715934b52d9 1831 libvirt_0.7.0-1ubuntu2.dsc
 d1e4c8caa5c7ce74be0496f383f38256e08484d275cc7ed53f42e0ae2df69db1 7914077 libvirt_0.7.0.orig.tar.gz
 0d0425b56e1c1f83c68f00ea7c1b05330cc4dc0d2d0ae7884d36184b69906ad4 734955 libvirt_0.7.0-1ubuntu2.diff.gz
Files: 
 cf32f2ead66f461548a82489624da3ba 1831 libs optional libvirt_0.7.0-1ubuntu2.dsc
 8c2c14a7695c9c661004bcfc6468d62d 7914077 libs optional libvirt_0.7.0.orig.tar.gz
 ed706d30cfffe817605a018bcc298b87 734955 libs optional libvirt_0.7.0-1ubuntu2.diff.gz
Launchpad-Bugs-Fixed: 388422 401931 414986
Original-Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqUojsACgkQW0JvuRdL8BqJyACffsbl/8Fubpz6Rm4gab2YRV6i
qSsAoIkpnIU0She1ZdKSopCvmpg73aDi
=0B3B
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list