Skip to content
Snippets Groups Projects
Commit 8fa5a3cb authored by Guido Günther's avatar Guido Günther Committed by Guido Günther
Browse files

add a versioned recommends on qemu

since older versions don't support -help and move this recommends to
libvirt-bin.

Closes: #501692
parent f9cd373d
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ Architecture: any ...@@ -15,7 +15,7 @@ Architecture: any
Depends: ${shlibs:Depends}, adduser, libvirt0 (>= ${binary:Version}) Depends: ${shlibs:Depends}, adduser, libvirt0 (>= ${binary:Version})
Enhances: qemu, kvm, xen Enhances: qemu, kvm, xen
Section: admin Section: admin
Recommends: netcat-openbsd, bridge-utils, dnsmasq, iptables Recommends: netcat-openbsd, bridge-utils, dnsmasq, iptables, qemu (>= 0.9.1)
Suggests: policykit Suggests: policykit
Description: the programs for the libvirt library Description: the programs for the libvirt library
Libvirt is a C toolkit to interact with the virtualization capabilities Libvirt is a C toolkit to interact with the virtualization capabilities
...@@ -28,7 +28,7 @@ Description: the programs for the libvirt library ...@@ -28,7 +28,7 @@ Description: the programs for the libvirt library
Package: libvirt0 Package: libvirt0
Architecture: any Architecture: any
Depends: ${shlibs:Depends} Depends: ${shlibs:Depends}
Recommends: lvm2, qemu Recommends: lvm2
Description: library for interfacing with different virtualization systems Description: library for interfacing with different virtualization systems
Libvirt is a C toolkit to interact with the virtualization capabilities Libvirt is a C toolkit to interact with the virtualization capabilities
of recent versions of Linux (and other OSes). The library aims at providing of recent versions of Linux (and other OSes). The library aims at providing
......
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