Description of problem: When using repoquery with a queryformat which includes the OBSOLETES flag, it gives an error message rather than information about obsoleted packages. Version-Release number of selected component (if applicable): yum-utils-0.2-2.fc4 How reproducible: Every time Steps to Reproduce: 1. repoquery --qf '[%{OBSOLETES}\n]' xorg-x11-xfs Actual results: Invalid querytag: OBSOLETES Invalid querytag: OBSOLETES Invalid querytag: OBSOLETES Invalid querytag: OBSOLETES Expected results: XFree86-xfs (As if I did "rpmquery --qf '[%{OBSOLETES}\n]' xorg-x11-xfs") Additional info: There doesn't seem to be a way, short of digging into the code, to figure out what tags repoquery supports. The README file just says repoquery is similar to rpmquery. And the --querytags of the latter isn't supported by repoquery.
Ah, I forgot! Query tags are lowercase in repoquery. I keep getting fooled by that difference!