[libvirt] [tck PATCH] require libguestfs-tool package

Laine Stump laine at laine.org
Sun Mar 25 22:47:14 UTC 2018


The nwfilter tests use virt-builder to download and configure a guest
appliance, but we don't require the libguestfs-tools package. Up until
now it's just happened that it was always already installed on the
test systems, so it wasn't a problem, but it's annoying to have to
type the one extra install command when setting up a new machine to
run the tests.

Signed-off-by: Laine Stump <laine at laine.org>
---
 perl-Sys-Virt-TCK.spec.PL | 1 +
 1 file changed, 1 insertion(+)

diff --git a/perl-Sys-Virt-TCK.spec.PL b/perl-Sys-Virt-TCK.spec.PL
index 7c83be9..9694227 100644
--- a/perl-Sys-Virt-TCK.spec.PL
+++ b/perl-Sys-Virt-TCK.spec.PL
@@ -75,6 +75,7 @@ Requires: perl(TAP::Formatter::JUnit)
 Requires: perl(TAP::Harness::Archive)
 Requires: perl(Net::OpenSSH)
 Requires: perl(IO::Pty)
+Requires: libguestfs-tools
 Requires: /usr/bin/mkisofs
 BuildArchitectures: noarch
 
-- 
2.14.3




More information about the libvir-list mailing list