Format: 1.8 Date: Thu, 14 Dec 2017 14:15:55 +0100 Source: libvirt Binary: libvirt-bin libvirt-clients libvirt-daemon libvirt-daemon-driver-storage-gluster libvirt-daemon-driver-storage-rbd libvirt-daemon-driver-storage-sheepdog libvirt-daemon-driver-storage-zfs libvirt-daemon-system libvirt0 libvirt-doc libvirt-dev libvirt-sanlock libnss-libvirt libvirt-wireshark Architecture: armhf armhf_translations Version: 4.0.0-1ubuntu1~ppa2 Distribution: bionic Urgency: medium Maintainer: Launchpad Build Daemon Changed-By: Christian Ehrhardt Description: libnss-libvirt - nss plugin providing IP add ress resolution for virtual machines libvirt-bin - programs for the libvirt library libvirt-clients - Programs for the libvirt library libvirt-daemon - Virtualization daemon libvirt-daemon-driver-storage-gluster - Virtualization daemon glusterfs storage driver libvirt-daemon-driver-storage-rbd - Virtualization daemon RBD storage driver libvirt-daemon-driver-storage-sheepdog - Virtualization daemon Sheedog storage driver libvirt-daemon-driver-storage-zfs - Virtualization daemon ZFS storage driver 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 libvirt-wireshark - Wireshark dissector for the libvirt protocol libvirt0 - library for interfacing with different virtualization systems Launchpad-Bugs-Fixed: 799997 1716028 1719579 1727311 1729626 1732030 1733688 Changes: libvirt (4.0.0-1ubuntu1~ppa2) bionic; urgency=medium . * Merged with Debian unstable (4.0) This closes several bugs: - Error generating apparmor profile when hostname contains spaces (LP: #799997) - qemu 2.10 locks files, libvirt shared now sets share-rw=on (LP: #1716028) - libvirt usb passthrough throws apparmor denials related to /run/udev/data/+usb (LP: #1727311) - AppArmor denies access to /sys/block/*/queue/max_segments (LP: #1729626) - iohelper improvements to let bypass-cache work without opening up the apparmor isolation (LP: #1719579) - nodeinfo on s390x to contain more CPU info (LP: #1733688) * Remaining changes: - Disable sheepdog (universe dependency) - Disable libssh2 support (universe dependency) - Disable firewalld support (universe dependency) - Disable selinux - Set qemu-group to kvm (for compat with older ubuntu) - Additional apport package-hook - Modifications to adapt for our delayed switch away from libvirt-bin (can be dropped >18.04). + d/p/ubuntu/libvirtd-service-add-bin-alias.patch: systemd: define alias to old service name so that old references work + d/p/ubuntu/libvirtd-init-add-bin-alias.patch: sysv init: define alias to old service name so that old references work + d/control: transitional package with the old name and maintainer scripts to handle the transition - Backwards compatible handling of group rename (can be dropped >18.04). - config details and autostart of default bridged network. Creating that is now the default in general, yet our solution provides the following on top as of today: + autostart the default network by default + do not autostart if subnet is already taken (e.g. in guests). - d/p/ubuntu/Allow-libvirt-group-to-access-the-socket.patch: This is the group based access to libvirt functions as it was used in Ubuntu for quite long. + d/p/ubuntu/daemon-augeas-fix-expected.patch fix some related tests due to the group access change. - ubuntu/parallel-shutdown.patch: set parallel shutdown by default. - d/p/ubuntu/enable-kvm-spice.patch: compat with older Ubuntu qemu/kvm which provided a separate kvm-spice. - d/p/ubuntu/storage-disable-gluster-test: gluster not enabled, skip test - d/p/ubuntu/ubuntu-libxl-qemu-path.patch: this change was split. The section that adapts the path of the emulator to the Debian/Ubuntu packaging is kept. - d/p/ubuntu/ubuntu-libxl-Fix-up-VRAM-to-minimum-requirements.patch: auto set VRAM to minimum requirements - d/p/ubuntu/xen-default-uri.patch: set default URI on xen hosts - Add libxl log directory - libvirt-uri.sh: Automatically switch default libvirt URI for users on Xen dom0 via user profile (was missing on changelogs before) - d/p/ubuntu/apibuild-skip-libvirt-common.h: drop libvirt-common.h from included_files to avoid build failures due to duplicate definitions. - Update README.Debian with Ubuntu changes - Convert libvirt0, libnss_libvirt and libvirt-dev to multi-arch. - Enable some additional features on ppc64el and s390x (for arch parity) + systemtap, zfs, numa and numad on s390x. + systemtap on ppc64el. - fix conffile upgrade handling to avoid obsolete files and inactive duplicates (LP 1694159) - d/t/control, d/t/smoke-qemu-session: fixup smoke-qemu-session by making vmlinuz available and accessible (Debian bug 848314) - d/test/smoke-lxc workaround for debbug 848317/867379 - d/t/control, d/t/smoke-lxc: fix up lxc smoke test (Debian bug 848317) - Add dnsmasq configuration to work with system wide dnsmasq (drop >18.04, no more UCA onto Xenial then which has global dnsmasq by default). - d/p/ubuntu/ubuntu_machine_type.patch: accept ubuntu types as pci440fx - conffile handling of files dropped in 3.5 (can be dropped >18.04) + /etc/init.d/virtlockd was sysv init only + /etc/apparmor.d/local/usr.sbin.libvirtd and /etc/apparmor.d/local/usr.lib.libvirt.virt-aa-helper are now generated by dh_apparmor as needed - Reworked apparmor Delta, especially the more complex delta is dropped now, also our former delta is now split into logical pieces, has improved comments and is part of a continuous upstreaming effort. Listing related remaining changes: + d/p/0001-apparmor-Allow-pygrub-to-run-on-Debian-Ubuntu.patch: apparmor: Allow pygrub to run on Debian/Ubuntu + d/p/0003-apparmor-libvirt-qemu-Allow-read-access-to-overcommi.patch: apparmor, libvirt-qemu: Allow read access to overcommit_memory + d/p/0007-apparmor-libvirt-qemu-Allow-owner-read-access-to-PRO.patch: apparmor, libvirt-qemu: Allow owner read access to @{PROC}/*/auxv + d/p/0017-apparmor-virt-aa-helper-Allow-access-to-tmp-director.patch: apparmor, virt-aa-helper: Allow access to tmp directories + d/p/ubuntu-aa/0020-virt-aa-helper-ubuntu-storage-paths.patch: apparmor, virt-aa-helper: Allow various storage pools and image locations + d/p/0021-apparmor-virt-aa-helper-Add-openvswitch-support.patch: apparmor, virt-aa-helper: Add openvswitch support + d/p/0025-apparmor-fix-newer-virt-manager-1.4.0.patch: Add Apparmor permissions so virt-manager 1.4.0 viewing works (LP 1668681). + d/p/0029-appmor-libvirt-qemu-Add-9p-support.patch: appmor, libvirt-qemu: Add 9p support + d/p/0030-virt-aa-helper-Complete-9p-support.patch: virt-aa-helper: add l to 9p file options. + d/p/0031-virt-aa-helper-Ask-for-no-deny-rule-for-readonly-dis.patch: virt-aa-helper: Ask for no deny rule for readonly disk (renamed and reworded, was virt-aa-helper-no-explicity-deny-for-basefiles.patch) + d/p/0032-apparmor-libvirt-qemu-Allow-reading-charm-specific-c.patch: apparmor, libvirt-qemu: Allow reading charm-specific ceph config + d/p/0033-UBUNTU-only-apparmor-for-kvm.powerpc-LP-1680384.patch: allow commands executed by ubuntu only kvm wrapper on ppc64el (LP 1686621). + d/p/0034-apparmor-virt-aa-helper-access-for-snapped-nova.patch: apparmor, virt-aa-helper: access for snapped nova * Dropped Changes (Upstream): - d/p/0005-apparmor-libvirt-qemu-Allow-use-of-sgabios.patch: apparmor, libvirt-qemu: Allow use of sgabios - d/p/0006-apparmor-libvirt-qemu-Silence-lttng-related-deny-mes.patch: apparmor, libvirt-qemu: Silence lttng related deny messages - d/p/0008-apparmor-libvirt-qemu-Allow-read-access-to-sysfs-sys.patch: apparmor, libvirt-qemu: Allow read access to sysfs system info - d/p/0009-apparmor-libvirt-qemu-Allow-read-access-to-max_mem_r.patch: apparmor, libvirt-qemu: Allow read access to max_mem_regions - d/p/0010-apparmor-libvirt-qemu-Allow-qemu-block-extra-librari.patch: apparmor, libvirt-qemu: Allow qemu-block-extra libraries - d/p/0012-apparmor-libvirtd-Allow-access-to-netlink-sockets.patch: apparmor, libvirtd: Allow access to netlink sockets - d/p/0013-apparmor-Add-rules-for-mediation-support.patch: apparmor: Add rules for mediation support - d/p/0015-apparmor-virt-aa-helper-Allow-access-to-ecryptfs-fil.patch: apparmor, virt-aa-helper: Allow access to ecryptfs files - d/p/0016-apparmor-libvirtd-Allow-ixr-to-var-lib-libvirt-virtd.patch: apparmor, libvirtd: Allow ixr to /var/lib/libvirt/virtd* - d/p/0018-apparmor-virt-aa-helper-Add-ipv6-network-policy.patch: apparmor, virt-aa-helper: Add ipv6 network policy - d/p/0019-apparmor-virt-aa-helper-Allow-access-to-sys-bus-usb-.patch: apparmor, virt-aa-helper: Allow access to /sys/bus/usb/devices - d/p/0023-apparmor-qemu-won-t-call-qemu-nbd.patch: apparmor: qemu won't call qemu-nbd - d/p/0027-apparmor-allow-reading-cmdline-of-shutdown-signal.patch: apparmor: allow to parse cmdline of the pid that send the shutdown signal (LP 1680384). - d/p/0028-apparmor-add-default-pki-path-of-lbvirt-spice.patch: apparmor: add default pki path of lbvirt-spice (LP 1690140) - d/p/ubuntu-aa/0035-virt-aa-helper-locking-disk-files-for-qemu-2.10.patch: for compatibility with the behavior of qemu 2.10 this adds locking permission to rules generated for disk files (LP 1709818) - d/p/ubuntu-aa/0036-virt-aa-helper-locking-loader-nvram-for-qemu-2.10.patch: for compatibility with the behavior of qemu 2.10 this adds locking permission to rules generated for loader/nvram (LP 1710960) - d/p/ubuntu-aa/0037-virt-aa-helper...: grant locking permission on append files (LP 1726804) - d/p/ubuntu-aa/0038-virt-aa-helper-fix-paths-for-usb-hostdevs.patch: fix path generation for USB host devices (LP 1552241) - d/p/ubuntu-aa/0039-virt-aa-helper-fix-libusb-access-to-udev-usb-data.patch: generate valid rules on usb passthrough (LP 1686324) - d/p/avoid-double-locking.patch: fix a deadlock that could occur when libvirtd interactions raced with dbus causing a deadlock (LP 1714254). - d/p/u/gnulib-getopt-posix-Fix-build-failure-when-using-ac_cv_head.patch: fix FTBFS with glibc 2.26 (LP 1718668) - Extended handling of apparmor profiles - clear lost profiles via cron (now cleared by virt-aa-helper on domain stop) - nat only on some ports (upstream default now if nothing is specified, actually dropped last cycle) * Dropped Changes (In Debian or no more important): - d/p/0002-apparmor-libvirt-qemu-Allow-macvtap-access.patch: apparmor, libvirt-qemu: Allow macvtap access - d/p/0004-apparmor-Explicit-deny-for-setpcap.patch: apparmor: Explicit deny for setpcap (LP 522845). - d/p/0014-apparmor-virt-aa-helper-Improve-comment-about-backin.patch: apparmor, virt-aa-helper: Improve comment about backing store - d/p/0022-apparmor-drop-references-to-qemu-kvm.patch: apparmor: drop references to qemu-kvm - d/p/0024-apparmor-virt-aa-helper-Allow-access-to-name-service.patch: apparmor, virt-aa-helper: Allow access to name services - d/p/0026-apparmor-add-generic-base-vfio-device.patch: apparmor: add /dev/vfio for vf (hot) attach (LP 1680384) (added by virt-aa-helper per guest if needed). - d/p/0011-apparmor-libvirt-qemu-Allow-access-to-hugepage-mount.patch: apparmor, libvirt-qemu: Allow access to hugepage mounts * Dropped Changes (In Debian/Upstream now based on interim 3.10 work) some of these were never released, but important to mention for the bug references: - libnss-libvirt once enabled causes apt to call getdents avoid this being an issue by dropping a apt conf that allows this in seccomp (LP: #1732030). - d/libvirt-daemon-system.postrm: clean up more libvirt directories on purge - d/p/ubuntu-aa/0041-apparmor-allow-unix-stream-for-p2p-migrations.patch: apparmor: allow unix stream for p2p migrations - d/p/ubuntu-aa/0043-security-apparmor-implement-domainSetPathLabel.patch: this replaces the hugepage rules and fixes many more formerly missing - d/p/ubuntu-aa/0044-security-full-path-option-for-DomainSetPathLabel.patch: allowing to have path wildcards on labels set by domain callbacks - d/p/ubuntu-aa/0045-security-apparmor-add-Set-Restore-ChardevLabel.patch: apparmor implementation of security callback - d/p/ubuntu-aa/0046-apparmor-virt-aa-helper-drop-static-channel-rule.patch: this is now covered by chardev label callbacks * Added Changes: - Revert Debian change "Drop libvirt-bin upgrade handling" This is needed in Ubuntu one last time (drop >18.04) - Revert Debian change "Drop maintscript helpers for versions predating jessie and wheezy-backports". This is needed in Ubuntu one last time (drop >18.04) - Refreshed d/p/* to match new version (only fuzz, no semantic change) - d/libvirt-daemon-system.postrm: change order of libvirt-qemu removal to avoid error messages on purge - remove no more used libvirt-dnsmasq user (drop >18.04) - d/p/ubuntu-aa/0040-apparmor-add-mediation-rules-for-unconfined.patch: apparmor: add mediation rules for unconfined guests - d/p/ubuntu-aa/0042-security-introduce-virSecurityManager-Set-Restore-Ch .patch: backport upstream cahnge to expose already used chardev calls. - d/libvirt-daemon-system.postrm: Remove the default.xml network link set up by postinst. - d/libvirt-daemon-system.maintscript: remove the now dropped conffile /etc/cron.daily/libvirt-daemon-system - d/libvirt-daemon-system.postinst: fixups for autostart default network - use modern shell syntax - try more default networks before giving up to enable by default - d/p/ubuntu-aa/0020-virt-aa-helper-ubuntu-storage-paths.patch: add multipass image path and mark as ubuntu only change. Checksums-Sha1: ac16ee68c48c0cf76d621cc3bd1e2a27565ef1af 356092 libnss-libvirt-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 768967ed226037a9e5b3eff64683cecdb9dcccc4 111572 libnss-libvirt_4.0.0-1ubuntu1~ppa2_armhf.deb c076f05d2593f8126646e5d8e31662176fd9b393 5800 libvirt-bin_4.0.0-1ubuntu1~ppa2_armhf.deb 5cc17c84b62c368208dadd5f565f23fd08b5971c 1657016 libvirt-clients-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 7284a4d5f6089ad4025407977b1a8050e9f9f536 545164 libvirt-clients_4.0.0-1ubuntu1~ppa2_armhf.deb d8f27c77cefe5e67feee550f2310bbaa44e2641b 9799636 libvirt-daemon-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb f00e371354a66a5029b6cc3616ad8de42a38d05a 25748 libvirt-daemon-driver-storage-gluster-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 5a7a64036fccafa48f0fbcf9937537bec0e5588f 11484 libvirt-daemon-driver-storage-gluster_4.0.0-1ubuntu1~ppa2_armhf.deb 29f2ecbfc385102191302c5e6cef53cf6379b45c 48836 libvirt-daemon-driver-storage-rbd-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 74f02dd27e89e6eb10bcad85e21a2a5a952f4b06 14584 libvirt-daemon-driver-storage-rbd_4.0.0-1ubuntu1~ppa2_armhf.deb a8c9eb7fec7470e373bba3596955c9c6e92a8e13 19976 libvirt-daemon-driver-storage-sheepdog-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 61a71868675364136ae7e449fb3456d73e7449ae 8200 libvirt-daemon-driver-storage-sheepdog_4.0.0-1ubuntu1~ppa2_armhf.deb a7ce58fada910172d9b544ffadfe37f4e5cd57c2 20516 libvirt-daemon-driver-storage-zfs-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb b397009fb7234506d8d73f9f7f8ef3cb01903f00 8756 libvirt-daemon-driver-storage-zfs_4.0.0-1ubuntu1~ppa2_armhf.deb fa6fe4bcb6441a3ea94871dcba6c8c7e9ca6d824 117124 libvirt-daemon-system-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb da01e556fe93374f0fd8c6d2c24bbab572027726 76992 libvirt-daemon-system_4.0.0-1ubuntu1~ppa2_armhf.deb 85391a4428f7fb8893c1b522f96e0beeaeb53279 1886752 libvirt-daemon_4.0.0-1ubuntu1~ppa2_armhf.deb f44169c3cb3b7f0fa4a3b2c15d59dc79cc1c915c 142632 libvirt-dev_4.0.0-1ubuntu1~ppa2_armhf.deb 9fecbd42dc4d883a73687cc3fab69149f0b9f5e8 105432 libvirt-sanlock-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb f9c1e75a5010e6fb358b635081af0dfdf4428ad8 38468 libvirt-sanlock_4.0.0-1ubuntu1~ppa2_armhf.deb 327c9ca69ba74aadee37d2b1b55b992f5f616d88 274044 libvirt-wireshark-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 657b8c28be8b5f9800df5c25624cb29a11658c06 70504 libvirt-wireshark_4.0.0-1ubuntu1~ppa2_armhf.deb ba14d23bf2fe439c48609f0ab0803521ada0ef01 4859116 libvirt0-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 10f18366fca1c2d11e835b33147fb910a95a3524 1150620 libvirt0_4.0.0-1ubuntu1~ppa2_armhf.deb 3545b572f22126912248e6c6cbc4177294965a6c 21425 libvirt_4.0.0-1ubuntu1~ppa2_armhf.buildinfo 154b18511621cb3bb76d8080336c3032145e8dd0 19107141 libvirt_4.0.0-1ubuntu1~ppa2_armhf_translations.tar.gz Checksums-Sha256: 111fbae8757be37a237b5fbb9e1a218b407e32317d48ca421dab03d91904697c 356092 libnss-libvirt-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb d31abe5e307fd4b8518d71698a40f840222d7c91ceb3f23d514e4331d99ad1e1 111572 libnss-libvirt_4.0.0-1ubuntu1~ppa2_armhf.deb a427334a365fd0f1c3c94ee196153ead6a69a25a4bacbd4001b10c13c192f876 5800 libvirt-bin_4.0.0-1ubuntu1~ppa2_armhf.deb 86e17a62e61b228922f60bd53812cf3b7ad1bd6282677aa905477fecb3b48b26 1657016 libvirt-clients-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 57da9d73cf04309eb5d75eb338a706c52266a5edd1127cbc621008f7856d302d 545164 libvirt-clients_4.0.0-1ubuntu1~ppa2_armhf.deb 786730a6d2e13a981054f1dbe1eecec0f5dc30fc121783aeb31399b451b82b06 9799636 libvirt-daemon-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 7891e144b4ce25f7eff388b2d1c6fa5440aa2ecf0cf6f3d0ce3c586b3dde6b7e 25748 libvirt-daemon-driver-storage-gluster-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb aab6d188d0969cfa36c8e4bfd9c529b02743704d43bc9029ede42403b55cbc2d 11484 libvirt-daemon-driver-storage-gluster_4.0.0-1ubuntu1~ppa2_armhf.deb 1c5f067a4e3cf3a7252ec6459b7d95f7c24fe2693d09268025bc95e38f666e14 48836 libvirt-daemon-driver-storage-rbd-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 2bd205f144ac84722f7f9e501adbc82df7b242f8ae3b41ed58aa4d8e0514069a 14584 libvirt-daemon-driver-storage-rbd_4.0.0-1ubuntu1~ppa2_armhf.deb 7757e0f2ed77a59baca1c1e58848a5595001d5c3c41cd2902997c07dbad0682b 19976 libvirt-daemon-driver-storage-sheepdog-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb f30874bfb55f53a52ebf9e70884b9151cadce8c5d7cd762e2c17a07cf4bbd52d 8200 libvirt-daemon-driver-storage-sheepdog_4.0.0-1ubuntu1~ppa2_armhf.deb 59ff18260db46b71be6416c8f4852c442c9d3636c6ebdd8a299f4e68781737fd 20516 libvirt-daemon-driver-storage-zfs-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb dc96645fd828634ef7992e3be16d73f5d7dd021ea8d6fce1f857b6dffc55b02e 8756 libvirt-daemon-driver-storage-zfs_4.0.0-1ubuntu1~ppa2_armhf.deb 164125c250208b4e4ff25a5d5f6edad42f5609baa9ea4d83e2dfc5cb68f1280d 117124 libvirt-daemon-system-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 50949274bb971b7af78feac96477a804641e60a757687bc118c6949a49da9dcd 76992 libvirt-daemon-system_4.0.0-1ubuntu1~ppa2_armhf.deb 70b609e9c819fe2fcd8352f96c05ab0d985fe1d766668018a57c44c30b5481b2 1886752 libvirt-daemon_4.0.0-1ubuntu1~ppa2_armhf.deb 439b76ae616be23a0f6de980ddc6fea689a3c0e9eb0c741aef8b39a40b4a4b83 142632 libvirt-dev_4.0.0-1ubuntu1~ppa2_armhf.deb 46fd54c9c3b21206bb06391f998bd7ff844f4c28db09437c55be8601153daf6b 105432 libvirt-sanlock-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 3a23904ea969d99737bfc531bb536c36097bfb6a82cde5a7e2eb2e3815c5b942 38468 libvirt-sanlock_4.0.0-1ubuntu1~ppa2_armhf.deb 4cb9dbbeb2b0384297c590693b9321c078fd4f26f168633bc0f602ef726dcdcf 274044 libvirt-wireshark-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 927ee635859a6aeb9004ce228cfcc4837ef9c263bc868f6deca2738a6a023dda 70504 libvirt-wireshark_4.0.0-1ubuntu1~ppa2_armhf.deb f778e6808413c77a71214a3031624db6a5edb62fb1ee4cc0e57713b1269bcb71 4859116 libvirt0-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb b86a9af39dfaf99e1cd490eec0970fabbe4fb36a356240771017c7abf87e26fa 1150620 libvirt0_4.0.0-1ubuntu1~ppa2_armhf.deb ab623d1d4e2c6f6fc77d642cc806bcc5f8d312b4fae32805b3c20622315a2847 21425 libvirt_4.0.0-1ubuntu1~ppa2_armhf.buildinfo 2f8083800906a43073074748d452f518acaf34c8f212608279eab08fa9ca531e 19107141 libvirt_4.0.0-1ubuntu1~ppa2_armhf_translations.tar.gz Files: 9f331ebb62cd8fe7fce0a74806f35bab 356092 debug optional libnss-libvirt-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 937d29e058634576980e10ab215710dd 111572 libs optional libnss-libvirt_4.0.0-1ubuntu1~ppa2_armhf.deb 5e2390249a9fbb594684337ee90ab2a8 5800 oldlibs extra libvirt-bin_4.0.0-1ubuntu1~ppa2_armhf.deb 06c7f6eae88dae15f995bab613d0228c 1657016 debug optional libvirt-clients-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb fb8980e3d470a9c5b4fe1f33f09fecf7 545164 admin optional libvirt-clients_4.0.0-1ubuntu1~ppa2_armhf.deb a35a96cabd9837295f5ffa9b5d09f99e 9799636 debug optional libvirt-daemon-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 8db03d5dc1ba106290fa0b076e86fd51 25748 debug optional libvirt-daemon-driver-storage-gluster-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 249761defe1167a8d549b8ab1ea5abff 11484 admin optional libvirt-daemon-driver-storage-gluster_4.0.0-1ubuntu1~ppa2_armhf.deb 33780b3d42a6cbf968554b678db3c6d8 48836 debug optional libvirt-daemon-driver-storage-rbd-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb e7842069edd8118a887ffe5ac2321d23 14584 admin optional libvirt-daemon-driver-storage-rbd_4.0.0-1ubuntu1~ppa2_armhf.deb ad2fb57d60fcfe1d79701687a4881d1b 19976 debug optional libvirt-daemon-driver-storage-sheepdog-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb ce1b8deea76d813061c00f837320c149 8200 admin optional libvirt-daemon-driver-storage-sheepdog_4.0.0-1ubuntu1~ppa2_armhf.deb ab5de332da1a26c0ca47e69aca77a604 20516 debug optional libvirt-daemon-driver-storage-zfs-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb d84cfccdabe94139dc1bd5bc2a8c42d4 8756 admin optional libvirt-daemon-driver-storage-zfs_4.0.0-1ubuntu1~ppa2_armhf.deb 79ccf454aaa6daa08fc7198097f694a9 117124 debug optional libvirt-daemon-system-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 638cfe8b32a2b0da0c9b6db3759b0310 76992 admin optional libvirt-daemon-system_4.0.0-1ubuntu1~ppa2_armhf.deb 4d69b52f587f36da9390a9f50dafa884 1886752 admin optional libvirt-daemon_4.0.0-1ubuntu1~ppa2_armhf.deb 77cf014af6177d44e0b863fab9bd138f 142632 libdevel optional libvirt-dev_4.0.0-1ubuntu1~ppa2_armhf.deb 11d0d2a39e0624a3871a4cf625563d2e 105432 debug optional libvirt-sanlock-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 462c3a4e446e7c4df7602cf7be258ba1 38468 libs optional libvirt-sanlock_4.0.0-1ubuntu1~ppa2_armhf.deb a0f8872e7e293c460404832979a32d54 274044 debug optional libvirt-wireshark-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb 7f9bd20e96b3ace154591aa1ba7d8051 70504 libs optional libvirt-wireshark_4.0.0-1ubuntu1~ppa2_armhf.deb 8968969a746340e9c5a3a870adf0a461 4859116 debug optional libvirt0-dbgsym_4.0.0-1ubuntu1~ppa2_armhf.ddeb cc6f506ade1dc33d4ad6bbe232cd510f 1150620 libs optional libvirt0_4.0.0-1ubuntu1~ppa2_armhf.deb 74e6ec7ea4918f78682bfbc9a6b431f9 21425 libs optional libvirt_4.0.0-1ubuntu1~ppa2_armhf.buildinfo 9b2873d65dd919e7eedd25dacf9e15c9 19107141 raw-translations - libvirt_4.0.0-1ubuntu1~ppa2_armhf_translations.tar.gz Original-Maintainer: Debian Libvirt Maintainers