I have several thirdparty RPMs included within an autoinstall package selection. However, the requires list for these RPMs is very minimal and the RPMs get installed before the (undefined) prerequisite packages are installed. (For example, binutils and awk aren't installed yet when these packages attempt to use "cp" and "awk" because "binutils" and "awk" aren't in the requires list.) Without repackaging these RPMs from scratch with a lot of guesswork (the spec file isn't available), what options do I have to force additional prerequisites on these RPMs? Or is there a way to specify that a given package should be installed "later" rather than "sooner" in the process? In essence, I'm looking for something akin to EXTRA_PROV for requires (an "EXTRA_REQ" if you will). - Chris