Require fixed ocaml-libvirt 0.4.1.1-1.
[virt-p2v.git] / p2v.ks.in
index 5176928..a590d70 100644 (file)
--- a/p2v.ks.in
+++ b/p2v.ks.in
@@ -27,7 +27,7 @@ firewall --disabled
 
 repo --name=released --baseurl=@CD_BASE_URL@
 #repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-@CD_BASE@&arch=@CD_ARCH@
-repo --name=local --baseurl=file:///home/rjones/d/virt-p2v--devel/localrepo
+@LOCALREPO@
 
 %packages
 bash
@@ -69,10 +69,14 @@ ocaml-runtime
 ocaml-pcre
 ocaml-extlib
 ocaml-xml-light
+# REQUIRED: ocaml-libvirt >= 0.4.1.1
 ocaml-libvirt
+# 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