On Tue, Sep 03, 2013 at 07:05:47AM -0400, Carl T. Miller wrote:
Is there a way to set up this repo so that when I run "yum upgrade" it will only check the firefox and xulrunner packages from the remi repo?
Add
includepkgs=firefox xulrunner
to the repo definition for remi.
This will _only_ allow those specific packages from remi and exclude everything else.
John