Description of problem: [root@nostromo ~]# ls /var/cache/yum/development cachecookie filelists.sqlite packages primary.sqlite repomd.xml [root@nostromo ~]# repoquery -C -q --whatrequires aspell --alldeps --repoid development Loading "skip-broken" plugin Running from cache, results might be incomplete. Caching enabled but no local cache of //var/cache/yum/development/filelists.sqlite.bz2 from development Shouldn't it work on the uncompressed sqlite as long as it matches the checksum in repomd.xml, regardless on whether or not the compressed version exists? Version-Release number of selected component (if applicable): yum-utils-1.1.5-1.fc8 yum-3.2.2-3.fc8
Whoops, uncompressed did not match repomd.xml. Fixed that, and it works.