Re: [Yum-devel] [PATCH] Add pkg.filterObsoleters(), so we don't have to create the provide tuple and test "backwards". Also convert callers.

2010-04-16 Thread Seth Vidal
On Thu, 15 Apr 2010, James Antill wrote: We've screwed this up a few times, by doing provides checks instead and this drops a few lines of code anyway ... so should be good. --- yum/__init__.py | 16 +++- yum/depsolve.py |3 +-- yum/packages.py | 14 ++ yum/rpmsack

Re: [Yum-devel] [PATCH] Fix the docs. for have_fast*

2010-04-16 Thread Seth Vidal
On Thu, 15 Apr 2010, James Antill wrote: Rename it from have_fastSearchFiles to have_fastReturnFileEntries to better reflect what it means. Add a dummy to PO, as that's the logical place for it even though it needs to be in the sack for sqlite to get the answer. Add some docs. to the package

Re: [Yum-devel] [PATCH 2/2] Fix rpmdb.getProvides(), found by the new provides check!

2010-04-16 Thread Tim Lauridsen
On Thu, Apr 15, 2010 at 7:35 AM, James Antill wrote: > --- > yum/rpmsack.py |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/yum/rpmsack.py b/yum/rpmsack.py > index e18df3f..eba1409 100644 > --- a/yum/rpmsack.py > +++ b/yum/rpmsack.py > @@ -322,8 +322,8 @@ class R