Bug 249852

Summary: repoquery -C doesn't work once yum has unpacked the sqlite
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: yum-utilsAssignee: Seth Vidal <skvidal>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: rvokal, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-27 14:18:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bill Nottingham 2007-07-27 13:48:22 UTC
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

Comment 1 Bill Nottingham 2007-07-27 14:18:55 UTC
Whoops, uncompressed did not match repomd.xml. Fixed that, and it works.