Re: newer NVRs in older releases.

2010-09-08 Thread Michael Schwendt
On Tue, 07 Sep 2010 16:20:31 -0400, Tom wrote: > Toshio Kuratomi writes: > > On Tue, Sep 07, 2010 at 11:56:23AM -0400, Dave Jones wrote: > >> Could the buildsystem be changed to prevent newer NVRs from being > >> built if an older one exists in a newer buildroot ? Should it ? Is > >> there a valid

Re: newer NVRs in older releases.

2010-09-07 Thread Dave Jones
On Tue, Sep 07, 2010 at 06:06:57PM +0200, Jakub Jelinek wrote: > On Tue, Sep 07, 2010 at 11:56:23AM -0400, Dave Jones wrote: > > I just hit this on an f13 box. > > > > Transaction Check Error: > > package libgcc-4.4.4-11.fc12.x86_64 (which is newer than > > libgcc-4.4.4-10.fc13.i686) is a

Re: newer NVRs in older releases.

2010-09-07 Thread Tom Lane
Toshio Kuratomi writes: > On Tue, Sep 07, 2010 at 11:56:23AM -0400, Dave Jones wrote: >> Could the buildsystem be changed to prevent newer NVRs from being >> built if an older one exists in a newer buildroot ? Should it ? Is >> there a valid reason for ever allowing this to happen? > The buildsys

Re: newer NVRs in older releases.

2010-09-07 Thread Toshio Kuratomi
On Tue, Sep 07, 2010 at 11:56:23AM -0400, Dave Jones wrote: > I just hit this on an f13 box. > > Transaction Check Error: > package libgcc-4.4.4-11.fc12.x86_64 (which is newer than > libgcc-4.4.4-10.fc13.i686) is already installed > > > Could the buildsystem be changed to prevent newer NVRs

Re: newer NVRs in older releases.

2010-09-07 Thread Jakub Jelinek
On Tue, Sep 07, 2010 at 11:56:23AM -0400, Dave Jones wrote: > I just hit this on an f13 box. > > Transaction Check Error: > package libgcc-4.4.4-11.fc12.x86_64 (which is newer than > libgcc-4.4.4-10.fc13.i686) is already installed > > > Could the buildsystem be changed to prevent newer NVRs

newer NVRs in older releases.

2010-09-07 Thread Dave Jones
I just hit this on an f13 box. Transaction Check Error: package libgcc-4.4.4-11.fc12.x86_64 (which is newer than libgcc-4.4.4-10.fc13.i686) is already installed Could the buildsystem be changed to prevent newer NVRs from being built if an older one exists in a newer buildroot ? Should it ?