Ticket #25 (closed defect: fixed)
Opened 7 years ago
Last modified 7 years ago
Type set by tag extensions not honored in queryformat
Reported by: pmatilai Assigned to: pmatilai
Priority: minor Milestone:
Component: rpm Version: RPM Development
Keywords: Cc:
Description
$ rpm -q --fileclass telnet
/usr/bin/telnet 0
/usr/share/man/man1/telnet.1.gz 0
This got broken by the rpmtag/rpmtd class stuff, at least in case of RPMTAG_FILECLASS the real tag is integer type but the extension is a string array, rpmtdClass() gets this wrong by using rpmTagGetClass() causing it to think it's dealing with integers.
Change History
01/28/09 11:27:34 changed by pmatilai
- status changed from new to closed.
- resolution set to fixed.
Got around to fix this sooner than I thought...