From: Thierry Parmentelat Date: Fri, 14 Dec 2007 17:51:31 +0000 (+0000) Subject: work around yum's inability to manage Require(pre): tags in specfiles X-Git-Tag: 4.2-rc2~333 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f1206d1b7bd243199ad400b30673c343ebb6df1e;p=build.git work around yum's inability to manage Require(pre): tags in specfiles --- diff --git a/config.planetlab/bootstrapfs.pkgs b/config.planetlab/bootstrapfs.pkgs index 61fd5e24..1075f6aa 100644 --- a/config.planetlab/bootstrapfs.pkgs +++ b/config.planetlab/bootstrapfs.pkgs @@ -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 +