[ubuntu/yakkety-proposed] libvirt 1.3.3-2ubuntu1 (Accepted)

Serge Hallyn serge.hallyn at ubuntu.com
Tue May 10 16:41:17 UTC 2016


libvirt (1.3.3-2ubuntu1) yakkety; urgency=medium

  * Merge 1.3.3-2 from Debian unstable
  * Merge new packaging layout
    - debian/control
      * add libsanlock-dev, dtrace, systemtap-sdt-dev, librados-dev,
        libfuse-dev, augeas-tools to Build-Depends.
      * Drop libcgmanager-dev from Build-Depends.
      * Add libvirt-clients, libvirt-daemon, and libvirt-daemon-system
        packages which replace the now-virtual libvirt-bin package.
      * Drop libvirt0-dbg (is this intential in Debian?)
      * Add libvirt-sanlock package (this should be in universe)
  * Switch to 'libvirt' group, keeping the same gid as 'libvirtd'
    on upgrade.  Keep libvirtd group name on upgrade in case any
    site scripts use it.
  * Enable dtrace
  * Add Debian policy-kit configuration
  * drop ubuntu/9004-libvirtd-group-name.patch as we are switching to group
    'libvirt'
  * Drop obsolete migration scripts:
    - libvirt-migrate-xend-managed-domains
    - libvirt-migrate-qemu-disks
    - libvirt-migrate-qemu-machinetype
  * Remaining changes:
    - keep libvirt-bin transitional package - until 18.10 (for lts-to-lts
      upgrades)
    - keep (redundant) libvirtd group if it existed on upgrade - until 18.10
      (for lts-to-lts upgrades)
    - keep ubuntu-specific patches
    - ship apport and dnsmasq files
    - enable virbr0
    - ship apparmor from debian/*.  We should push changes upstrema, but
      cannot sync with debian as apparmor profiles must be processed in
      debian/rules for cloud archive.
    - debian/control
      - enable zfs
      - disable libssh2 and sheepdog
      - add libxml-libxml-perl and libcurl4-gnutls-dev
      - enable libnuma-dev on ppc64el (pushed to Debian)
      - update release for conflicts/replaces on libvirt-bin to << 1.3.3-2
    - debian/libvirt-daemon-system.preinst: stop libvirt-bin on certain
      upgrades.
      - Multi-arch-ify.
    - debian/rules: disable selinux and firewalld;  use 'kvm' group; disable
      ssh2, enable zfs and esx;  process apparmor files for older releases;
      copy dnsmasq configuration.
    - debian/tests/control: add depends
  * d/p/ubuntu/conf-also-mark-implicit-video-as-primary.patch: upstream patch
    to fix failure to start vms with video not explicitly marked as 'primary'

libvirt (1.3.3-2) unstable; urgency=medium

  * Upload to unstable
  * [64b60db] qemu: support virt-2.6 machine type on arm (Closes: #820952)

libvirt (1.3.3-1) experimental; urgency=medium

  * [c0f0178] New upstream version 1.3.3
  * [96c6ccb] Link-xen-driver-against-libxl.patch: use version applied
    upstream
  * [ee7a90c] Dropped apparmor-monitor-socket-moved.patch: fixed upstream

libvirt (1.3.3~rc2-1) experimental; urgency=medium

  * [b6de71c] Make sure the cgroup update notice is also shown in backports
  * [aec93e0] New upstream version 1.3.3~rc2

libvirt (1.3.3~rc1-1) experimental; urgency=medium

  [ Philipp Hahn ]
  * [efe13a0] docs: Forward port qemu-bridge-helper docs from Jessie

  [ Guido Günther ]
  * [51c7ba3] New upstream version 1.3.3~rc1
  * [0ca24ff] Add script to bump symbol versions
  * [d028e7a] Bump symbol versions
  * [ecc2a6b] Rediff patches
  * [fb2298c] Link xen driver against libxl to avoid test failure
  * [c972ddb] Drop debug package in favour of the autogenerated dbgsym
    packages
  * [4e4d9ba] apparmor: qemu monitor socket moved so allow this path too

  [ Pino Toscano ]
  * [110db68] Enable policykit and qemu for all architectures (Closes: #819298)

libvirt (1.3.1-2) unstable; urgency=medium

  * [d455289] Move bug-presbj to libvirt-daemon-system since libvirt-bin will
    go away
  * [961c93d] Drop libvirt-bin transitional package

Date: Fri, 29 Apr 2016 20:51:48 -0500
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/libvirt/1.3.3-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 29 Apr 2016 20:51:48 -0500
Source: libvirt
Binary: libvirt-bin libvirt-clients libvirt-daemon libvirt-daemon-system libvirt0 libvirt-doc libvirt-dev libvirt-sanlock
Architecture: source
Version: 1.3.3-2ubuntu1
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Serge Hallyn <serge.hallyn at ubuntu.com>
Description:
 libvirt-bin - programs for the libvirt library
 libvirt-clients - Programs for the libvirt library
 libvirt-daemon - Virtualization daemon
 libvirt-daemon-system - Libvirt daemon configuration files
 libvirt-dev - development files for the libvirt library
 libvirt-doc - documentation for the libvirt library
 libvirt-sanlock - Sanlock plugin for virtlockd
 libvirt0   - library for interfacing with different virtualization systems
Closes: 819298 820952
Changes:
 libvirt (1.3.3-2ubuntu1) yakkety; urgency=medium
 .
   * Merge 1.3.3-2 from Debian unstable
   * Merge new packaging layout
     - debian/control
       * add libsanlock-dev, dtrace, systemtap-sdt-dev, librados-dev,
         libfuse-dev, augeas-tools to Build-Depends.
       * Drop libcgmanager-dev from Build-Depends.
       * Add libvirt-clients, libvirt-daemon, and libvirt-daemon-system
         packages which replace the now-virtual libvirt-bin package.
       * Drop libvirt0-dbg (is this intential in Debian?)
       * Add libvirt-sanlock package (this should be in universe)
   * Switch to 'libvirt' group, keeping the same gid as 'libvirtd'
     on upgrade.  Keep libvirtd group name on upgrade in case any
     site scripts use it.
   * Enable dtrace
   * Add Debian policy-kit configuration
   * drop ubuntu/9004-libvirtd-group-name.patch as we are switching to group
     'libvirt'
   * Drop obsolete migration scripts:
     - libvirt-migrate-xend-managed-domains
     - libvirt-migrate-qemu-disks
     - libvirt-migrate-qemu-machinetype
   * Remaining changes:
     - keep libvirt-bin transitional package - until 18.10 (for lts-to-lts
       upgrades)
     - keep (redundant) libvirtd group if it existed on upgrade - until 18.10
       (for lts-to-lts upgrades)
     - keep ubuntu-specific patches
     - ship apport and dnsmasq files
     - enable virbr0
     - ship apparmor from debian/*.  We should push changes upstrema, but
       cannot sync with debian as apparmor profiles must be processed in
       debian/rules for cloud archive.
     - debian/control
       - enable zfs
       - disable libssh2 and sheepdog
       - add libxml-libxml-perl and libcurl4-gnutls-dev
       - enable libnuma-dev on ppc64el (pushed to Debian)
       - update release for conflicts/replaces on libvirt-bin to << 1.3.3-2
     - debian/libvirt-daemon-system.preinst: stop libvirt-bin on certain
       upgrades.
       - Multi-arch-ify.
     - debian/rules: disable selinux and firewalld;  use 'kvm' group; disable
       ssh2, enable zfs and esx;  process apparmor files for older releases;
       copy dnsmasq configuration.
     - debian/tests/control: add depends
   * d/p/ubuntu/conf-also-mark-implicit-video-as-primary.patch: upstream patch
     to fix failure to start vms with video not explicitly marked as 'primary'
 .
 libvirt (1.3.3-2) unstable; urgency=medium
 .
   * Upload to unstable
   * [64b60db] qemu: support virt-2.6 machine type on arm (Closes: #820952)
 .
 libvirt (1.3.3-1) experimental; urgency=medium
 .
   * [c0f0178] New upstream version 1.3.3
   * [96c6ccb] Link-xen-driver-against-libxl.patch: use version applied
     upstream
   * [ee7a90c] Dropped apparmor-monitor-socket-moved.patch: fixed upstream
 .
 libvirt (1.3.3~rc2-1) experimental; urgency=medium
 .
   * [b6de71c] Make sure the cgroup update notice is also shown in backports
   * [aec93e0] New upstream version 1.3.3~rc2
 .
 libvirt (1.3.3~rc1-1) experimental; urgency=medium
 .
   [ Philipp Hahn ]
   * [efe13a0] docs: Forward port qemu-bridge-helper docs from Jessie
 .
   [ Guido Günther ]
   * [51c7ba3] New upstream version 1.3.3~rc1
   * [0ca24ff] Add script to bump symbol versions
   * [d028e7a] Bump symbol versions
   * [ecc2a6b] Rediff patches
   * [fb2298c] Link xen driver against libxl to avoid test failure
   * [c972ddb] Drop debug package in favour of the autogenerated dbgsym
     packages
   * [4e4d9ba] apparmor: qemu monitor socket moved so allow this path too
 .
   [ Pino Toscano ]
   * [110db68] Enable policykit and qemu for all architectures (Closes: #819298)
 .
 libvirt (1.3.1-2) unstable; urgency=medium
 .
   * [d455289] Move bug-presbj to libvirt-daemon-system since libvirt-bin will
     go away
   * [961c93d] Drop libvirt-bin transitional package
Checksums-Sha1:
 db5e05f620d53f8a47afcc2771975a710465092e 3439 libvirt_1.3.3-2ubuntu1.dsc
 2efcc3614d68b5954c4c35d4dbc8686d95f7e627 30272467 libvirt_1.3.3.orig.tar.gz
 4401cae4c18ad7e3bd201a070dea77c8cf8c2a48 120480 libvirt_1.3.3-2ubuntu1.debian.tar.xz
Checksums-Sha256:
 05ffdac8e32c80a0f3d23dc08eb7328ab6ef64b552e26d771e4817e5bf282b40 3439 libvirt_1.3.3-2ubuntu1.dsc
 99603b8dba574bc592673fdf5c77e96cf5221e21104ab0477efeb8aba133858f 30272467 libvirt_1.3.3.orig.tar.gz
 323ff6206ada5188845ab22617f391271367417f824d47f56bfc1e6b55218698 120480 libvirt_1.3.3-2ubuntu1.debian.tar.xz
Files:
 4a4485663bda734dff681583a5ac2dae 3439 libs optional libvirt_1.3.3-2ubuntu1.dsc
 698e0949a41a2b669dbe374759aaa64b 30272467 libs optional libvirt_1.3.3.orig.tar.gz
 e2f9b462ba927182b97481eae7f7449b 120480 libs optional libvirt_1.3.3-2ubuntu1.debian.tar.xz
Original-Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCgAGBQJXMg1BAAoJEOn+6gaoXj+dlaIH/31/SccKpnXSo6ZHDN6nvCkM
POngDiF5xJ8VzQQuaG3h6wYfdvO8/PMzMNPgS2CQNcS9WKn4lhj0EHlH4nwZNv4S
ozrJXvNl+9/7ip2zfFQ8XR3MwLM9GtIh8v37IRBMmgRA5M7mhEcPPOjNLgvS/d+D
ZGuo2DtsxupX1PJDXVERfWDX5JOB1p9NKjfR0OTFYLxhkROSmq2c8QJHuQRT/b2J
S++6Rhs7WLnIB+dh8LEzvOA9uBrbvkn+o2KPa6BihOiIj+PZWK3pZ+sPY/Gouozy
1khSIK/Fcu+D+5nLT3EkE3w5NoTXTho7yOE2/vN9IBMXKJ47AdRXlYaYhFuRi6M=
=mMox
-----END PGP SIGNATURE-----


More information about the Yakkety-changes mailing list