On Thu, 02 Sep 1999 21:23:32 +0000
Jean-Michel Dault <[EMAIL PROTECTED]> wrote:

... 
> Question for any RPM expert:
> I put a "Require:" line in my .spec file. But when you do a rpm -i *, and you
> install all package that solve all dependencies, it does NOT install the required
> packages first, but in alphabetical order. Is there a way to make sure that, when
> doing a rpm -i *, that ApacheJSSI, that has a "Require: mod_jserv", REALLY installs
> mod_jserv before it?
IMHO, use prereq <the actual file from required package>, then the
required package will get installed first.
/kjx

Reply via email to