Re: [CentOS] exclude in a repo file

2013-09-03 Thread Jake Shipton
On Tue, 3 Sep 2013 09:42:56 -0500 Les Mikesell wrote: > On Tue, Sep 3, 2013 at 8:21 AM, Carl T. Miller > wrote: > > John R. Dennison wrote: > >> 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" i

Re: [CentOS] exclude in a repo file

2013-09-03 Thread Les Mikesell
On Tue, Sep 3, 2013 at 8:21 AM, Carl T. Miller wrote: > John R. Dennison wrote: >> 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

Re: [CentOS] exclude in a repo file

2013-09-03 Thread Carl T. Miller
John R. Dennison wrote: > 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 re

Re: [CentOS] exclude in a repo file

2013-09-03 Thread John R. Dennison
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 _o