X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=nbdkit-plugin-vddk.spec;h=c1664d32148b745cf07bb534e679cdcbef3fb5b2;hb=65ca66a78628f3de4b09262ae433ed5b1b232516;hp=aefec62de1d27c8466ceeafcbc7ec3ede1428b5e;hpb=a48354e95dbba46414538eba9adca6403b7212ac;p=nbdkit-plugin-vddk.git diff --git a/nbdkit-plugin-vddk.spec b/nbdkit-plugin-vddk.spec index aefec62..c1664d3 100644 --- a/nbdkit-plugin-vddk.spec +++ b/nbdkit-plugin-vddk.spec @@ -1,6 +1,7 @@ -# This is overridden when we call rpmbuild in the Makefile so you -# don't need to set it here (unless you are not using the Makefile). -#global vddkdir /some/path +# You must set this to the directory where you downloaded VDDK. +# NB. DO NOT PUT A TRAILING ‘/’ or you will get the error +# ‘canonicalization unexpectedly shrank by one character’ on RHEL 7. +%global vddkdir /home/rjones/tmp/vddk/vmware-vix-disklib-distrib # The minimum version of nbdkit that we can build/install with. %global minimum_version 1.1.2 @@ -19,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}