From 65ca66a78628f3de4b09262ae433ed5b1b232516 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 21 Oct 2017 18:53:53 +0100 Subject: [PATCH] Add more build dependencies. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit perl-podulators (pod2man) is needed to build the man page. gnutls-devel is not really needed for the VDDK plugin alone, it just avoids TLS appearing to be disabled during ‘./configure’ which might scare the horses. --- nbdkit-plugin-vddk.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nbdkit-plugin-vddk.spec b/nbdkit-plugin-vddk.spec index 04149ba..c1664d3 100644 --- a/nbdkit-plugin-vddk.spec +++ b/nbdkit-plugin-vddk.spec @@ -20,6 +20,8 @@ License: BSD Source0: nbdkit-%{version}.tar.gz BuildRequires: nbdkit-devel >= %{minimum_version} +BuildRequires: perl-podlators +BuildRequires: gnutls-devel Requires: nbdkit >= %{minimum_version} -- 1.8.3.1