Add comments containing minimum version numbers of packages.
[virt-p2v.git] / p2v.ks.in
index 1ee10e2..74ba0c1 100644 (file)
--- a/p2v.ks.in
+++ b/p2v.ks.in
@@ -64,15 +64,18 @@ iproute
 net-tools
 
 # For OCaml
-ocaml >= 3.10.0
+ocaml
 ocaml-runtime
 ocaml-pcre
 ocaml-extlib
 ocaml-xml-light
 ocaml-libvirt
-ocaml-newt >= 0.9
+# REQUIRED: ocaml-newt >= 0.9
+ocaml-newt
 
 # For network configuration
+# dhclient >= 4.0.0 fixes the cwd-holds-filesystem-open problem.
+# REQUIRED: dhclient >= 4.0.0
 dhclient
 
 # Some other generally useful packages