I'm not going to try to pretend I know what I'm doing... :rolleyes:
I found the following messages on a mailing list:
http://lists.rpmforge.net/pipermail/tools/2006-March/000299.html
> Hi, > > Since yum 8.0 on 9th March. > The first thing that I noticed was that updating RPMs that came in were ignored > (ie yum said that there was nothing to update). I decided today to throw > everything in $wwwdir away and rebuild. But it doesn't rebuild enough. > > I have not changed my /etc/yam.conf. > ...
I fixed it by adding 'createrepo' to my 'metadata' line in yam.conf, throwing everything away & rebuilding.
Interesting, the default actually is that it contains createrepo. So if you don't have the metadata line, it will use all the programs you have installed.
The difference probably with before is that the yum you used before was an older yum release that use the yum-arch metadata format, and now coinciding with Yam 0.8.0 you switched to a newer yum that used the createrepo (repomd) metadata.
Otherwise I don't know why it worked before and stopped working with Yam 0.8.0.
Thanks for sending the fix though. It's always important to know what is bugging people !
:confused look:[edit]Oh and by the way, it's yum.conf, not yam.conf... :P[/edit]
I've never even used yum, but hopefully this will help.