fixed pkgs syntax - does not support >, must use >=
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 18 Jan 2010 08:46:41 +0000 (08:46 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 18 Jan 2010 08:46:41 +0000 (08:46 +0000)
config.onelab/bootstrapfs.pkgs
config.onelab/vserver.pkgs
config.planetlab/vserver.pkgs

index 55042ff..b7e10c8 100644 (file)
@@ -92,7 +92,7 @@ package>=f8: util-linux-ng
 package=centos5: util-linux
 
 package<=f8 package=centos5: termcap libtermcap vixie-cron
-package>f10: cronie
+package>=f10: cronie
 
 # for nagios
 package: nrpe
index 9dad8d1..4fb6516 100644 (file)
@@ -38,4 +38,4 @@ package: planetlab-umts-tools-frontend
 package: ipfwslice
 
 package<=f8 package=centos5: vixie-cron
-package>f10: cronie
+package>=f10: cronie
index dda8765..c165a37 100644 (file)
@@ -34,5 +34,6 @@ package: python-devel
 package: tar
 package: findutils
 package: filesystem
+
 package<=f8 package=centos5: vixie-cron
-package>f10: cronie
\ No newline at end of file
+package>=f10: cronie