[Yum-devel] Excludes in *.repo -- is it just me?

2007-03-13 Thread Mary Ellen Foster
I'm using yum-3.0.4-1.fc6 on FC6. I've been having the problem that exclude lines in *.repo files don't seem to have any effect on what gets chosen for an update. If I enable debugging, I can see that the package gets excluded, but then later on that update gets proposed anyway. If I put the

Re: [Yum-devel] Does the yum depsolver correctly resolve rpmlib(foo) virtual capabilities

2007-03-13 Thread Jesse Keating
On Monday 12 March 2007 19:54:45 Russell Harrison wrote: However when I do either of $ yum provides 'rpmlib(ConcurrentAccess)' $ yum resolvedep 'rpmlib(ConcurrentAccess)' I don't get any matches.  :-( Currently yum ignores requires/provides that start with either rpmlib( or config(. In

Re: [Yum-devel] Does the yum depsolver correctly resolve rpmlib(foo) virtual capabilities

2007-03-13 Thread seth vidal
On Tue, 2007-03-13 at 10:26 -0400, Jesse Keating wrote: On Monday 12 March 2007 19:54:45 Russell Harrison wrote: However when I do either of $ yum provides 'rpmlib(ConcurrentAccess)' $ yum resolvedep 'rpmlib(ConcurrentAccess)' I don't get any matches. :-( Currently yum ignores

[Yum-devel] A little tools to test the speed of the depsolver

2007-03-13 Thread Tim Lauridsen
A have made a little tool to test the speed of the depsolver in yum here is a test of timing the depsolve of k3b in a clean root: sudo ./testyum.py --installroot=/tmp/yum-test k3b the tool have all the normal command line switch in yum cli. Tim #!/usr/bin/python -tt # # # This program is free

[Yum-devel] [PATCH] dbus-python is very picky

2007-03-13 Thread Bill Nottingham
Fixes GetUpdateInfo() barfing with dbus-python-0.80 or later. Bill Index: yum-updatesd.py === RCS file: /cvsroot/yum/cvs/yum/yum-updatesd.py,v retrieving revision 1.37 diff -u -r1.37 yum-updatesd.py --- yum-updatesd.py 14 Feb