I have not understood the question. Perhaps it is my fault.<br><br>The order of installation of the RPM packages is defined from the dependencies<br>- file and package - that are defined in the rpm(s). The task of the resolver of the dependencies - rpm, yum, smart ecc-<br>
are that to construct an direct graph of these&nbsp; dependencies for installing/updating the package in that order.<br><br>Naturally the dependencies must be defined in explicit (e.g. Requires: in the SPEC ) or implicit (e.g. shared lib) way<br>
in the rpm.<br><br>So, what is the problem you are trying to solve ?<br><br>Best Regards<br><br><div class="gmail_quote">On Thu, May 8, 2008 at 5:37 PM, aneeskA &lt;<a href="mailto:aneeska2k5@gmail.com">aneeska2k5@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi all,<br><br>&nbsp;&nbsp;&nbsp; Here is the situation. I have with me 10 RPMs (which I have created). Also they are dependent on one another like for example if I have RPMs named A, B, C, ... J and they are dependent in that order (B is dependent on A, C on B and A, D on A, B and C and so on). Then how can i install them in that order by another RPM ( or something like that) in which I say install these RPM in that order. Or can I provide the list of RPM in a file so that the order of installation is taken from that file ? Basically I am looking for a way to install those RPMs in a specified order.<br>

<br>&nbsp;&nbsp; Any thoughts ?<br><br>Regards<br>-- anees<br>
<br>_______________________________________________<br>
Rpm-maint mailing list<br>
<a href="mailto:Rpm-maint@lists.rpm.org">Rpm-maint@lists.rpm.org</a><br>
<a href="https://lists.rpm.org/mailman/listinfo/rpm-maint" target="_blank">https://lists.rpm.org/mailman/listinfo/rpm-maint</a><br>
<br></blockquote></div><br>