From 4a058bf5aae8410dc443113868c3ea8cbd6c9924 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 26 Jan 2018 19:04:47 +0000 Subject: [PATCH] qemu-img also required to run the tests. It is pulled in indirectly by libguestfs, but on non-libguestfs arches (s390x in this case) we end up skipping the IPv4 tests. --- nbdkit.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/nbdkit.spec b/nbdkit.spec index d18e9c9..3032920 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -62,6 +62,7 @@ BuildRequires: ruby-devel # Only for running the test suite: BuildRequires: /usr/bin/certtool +BuildRequires: /usr/bin/qemu-img BuildRequires: /usr/bin/socat BuildRequires: /usr/sbin/ss