work around yum's inability to manage Require(pre): tags in specfiles
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 14 Dec 2007 17:51:31 +0000 (17:51 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 14 Dec 2007 17:51:31 +0000 (17:51 +0000)
config.planetlab/bootstrapfs.pkgs

index 61fd5e2..1075f6a 100644 (file)
@@ -115,3 +115,11 @@ package: netflow-utils
 package: proper
 # not ready yet
 #package: vsys
+##########
+# yum does not honor Requires(pre): tags
+# so e.g. even though vserver-reference needs coreutils in its %pre, 
+# and rightfully declares Requires(pre): coreutils
+# yum screws up and installs coreutils after vserver-reference
+# so the gory hack is, let's just retry the whole stuff again
+group: planetlab
+