On 01/23/2014 05:39 PM, Les Mikesell wrote:
The big question is whether there is a way to keep a dependent/related package from updating until everything has been tested together when the packages are managed independently in separate repos.
If you compile package that depends on particular version:
Requires: <deppackage1> = 0.8.1
then yum will protest if you try to update newer deppackage1 package. Error will appear, and until you satisfy it nothing will happen.