Hi all, I have the following dependency structure: A depends on B depends on C
The dependencies are being set in each RPM as requires. So, A requires B and B requires C. When doing a yum install A, I would expect the install order to always be C, B, A. But we are seeing B being installed before C some times. The problem is B has a post install script that calls an executable installed by C. What will I need to set in RPM or Yum to guarantee that C is always installed before B? I am using RPM v4.8 if that matters. Thanks, Kevin
_______________________________________________ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel