From f1206d1b7bd243199ad400b30673c343ebb6df1e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> Date: Fri, 14 Dec 2007 17:51:31 +0000 Subject: [PATCH] work around yum's inability to manage Require(pre): tags in specfiles --- config.planetlab/bootstrapfs.pkgs | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + -- 2.47.0