Add comments containing minimum version numbers of packages.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 18 Mar 2008 17:52:03 +0000 (17:52 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 18 Mar 2008 17:52:03 +0000 (17:52 +0000)
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