RPM

rpm -qa does not see gpg-pubkey-*

Bug #634106 reported by Jeff Johnson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
RPM
Fix Released
Low
Unassigned
Mandriva
Invalid
Medium

Bug Description

tracker

Tags: mandriva query
Jeff Johnson (n3npq)
tags: added: mandriva query
Changed in rpm:
importance: Undecided → Low
Revision history for this message
Jeff Johnson (n3npq) wrote :

BTW, the answer here (for rpm-4.6.x) is that
    rpm -qa foo*
is just a short hand for
    rpm -qa 'name=foo*'

So the 1st query above could be done (exactly duplicated, could be shortened)
    rpm -qa 'name=gpg-pubkey' 'version=caba22ae' 'release=*'

There's no unambiguous way to split the given CLI pattern arg on '-' characters
to apply the needed patterns to multiple tags in packages.

The final solution was to create a Nvra index containing the
full set of the usual identifiers in a single string so that patterns
applied to keys in the Nvra index Just Work.

Changed in rpm:
status: New → Fix Released
Changed in mandriva:
status: Unknown → Confirmed
Changed in mandriva:
importance: Unknown → Medium
Changed in mandriva:
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.