Skip to content
Snippets Groups Projects
Commit 409e40a9 authored by Andrea Bolognani's avatar Andrea Bolognani
Browse files

libvirt-clients-qemu: New binary package

This contains a couple of QEMU-specific tools.

Besides the fact that they're only intended to work against a
single hypervisor driver, another big motivation for them to
be in a separate binary package is that they, unlike existing
tools such as virsh, are written in Python and as such require
both Python and the Python bindings for libvirt to be
installed in order to work.
parent 145e4fe4
No related branches found
No related tags found
1 merge request!160Introduce libvirt-clients-qemu binary package
Pipeline #469677 canceled
......@@ -76,6 +76,7 @@ Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
libvirt-clients-qemu (= ${binary:Version}),
libvirt-daemon (= ${binary:Version}),
libvirt-login-shell (= ${binary:Version}),
Breaks:
......@@ -91,6 +92,21 @@ Description: Programs for the libvirt library
.
This package contains the libvirt shell virsh and other client binaries.
Package: libvirt-clients-qemu
Section: admin
Architecture: all
Depends:
python3-libvirt,
python3:any,
${misc:Depends},
Description: Programs for the libvirt library (QEMU specific)
Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing
a long term stable C API for different virtualization mechanisms. It currently
supports QEMU, KVM, XEN, OpenVZ, LXC, and VirtualBox.
.
This package contains the QEMU-specific client binaries.
Package: libvirt-login-shell
Section: admin
Architecture: alpha amd64 arm64 armel armhf hppa i386 m68k mips64el mipsel powerpc ppc64 ppc64el riscv64 s390x sh4 sparc64 x32
......
usr/share/doc/libvirt/NEWS
usr/bin/virt-qemu-qmp-proxy
usr/bin/virt-qemu-sev-validate
usr/share/man/man1/virt-qemu-qmp-proxy.1
usr/share/man/man1/virt-qemu-sev-validate.1
# Ignore these until we introduce a new binary package for them
usr/bin/virt-qemu-qmp-proxy
usr/bin/virt-qemu-sev-validate
usr/share/man/man1/virt-qemu-qmp-proxy.1
usr/share/man/man1/virt-qemu-sev-validate.1
# Drop these once we start shipping split daemons
etc/apparmor.d/usr.sbin.virtqemud
etc/apparmor.d/usr.sbin.virtxend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment