Re: [Yum-devel] [PATCH] Allow packages-list to not take an arg. ... shows recent pkgs.

2010-10-20 Thread seth vidal
On Tue, 2010-10-19 at 15:38 -0400, James Antill wrote: > --- > output.py | 17 +++-- > 1 files changed, 11 insertions(+), 6 deletions(-) > > diff --git a/output.py b/output.py > index 5e2f073..a32a3a9 100755 > --- a/output.py > +++ b/output.py > @@ -1900,9 +1900,9 @@ to exit. >

Re: [Yum-devel] [PATCH 2/3] when depsolving - if we have a dep from an installed pkg. Check to see if the thing it requires is being updated or obsoleted. If it is being updated then try to update the

2010-10-20 Thread seth vidal
On Tue, 2010-10-19 at 22:41 -0400, James Antill wrote: > On Tue, 2010-10-19 at 16:49 -0400, Seth Vidal wrote: > > this is only to fix a couple of oddball cases where pulling in the > > obsoleters is > > less likely to be the correct thing to do. > > --- > > yum/depsolve.py | 20

Re: [Yum-devel] [PATCH 1/3] make obsoletes a little more correct vis-a-vis rpm

2010-10-20 Thread seth vidal
On Tue, 2010-10-19 at 22:40 -0400, James Antill wrote: > On Tue, 2010-10-19 at 16:49 -0400, Seth Vidal wrote: > > when we add pkgs to be updated or installed (and they are not TrueInstalls) > > then go ahead and look through them and add any pkgs that might be > > Obsoleted by them > > when rpm ru