← Back to team overview

registry team mailing list archive

[Bug 634106] Re: rpm -qa does not see gpg-pubkey-*

 

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

-- 
rpm -qa does not see gpg-pubkey-*
https://bugs.launchpad.net/bugs/634106
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Mandriva.



References