git.annexia.org
/
nbdkit-plugin-vddk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3724ea
)
Add more build dependencies.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 21 Oct 2017 17:53:53 +0000
(18:53 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 21 Oct 2017 17:55:45 +0000
(18:55 +0100)
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
patch
|
blob
|
history
diff --git
a/nbdkit-plugin-vddk.spec
b/nbdkit-plugin-vddk.spec
index
04149ba
..
c1664d3
100644
(file)
--- 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}