Tom Brown <[EMAIL PROTECTED]> writes:

> Hi
>
> I have an rpm called say 1 that had dependencies on rpm's 2, 3 and 4 - 
> so when i install 1 then 2, 3 and 4 also get installed which is the desired
> result.
>
> Is there anyway that i can have rpm 1 install first out of the 4 as there are
> pieces in rpm 1 that 2, 3 and 4 rely on?

you should tell more, but what you must something like

in pkg{2,3,4}.spec:

Requires(pre): pkg1

or

Requires(post): pkg1
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to