[Rpm-maint] [rpm-software-management/rpm] RPM -V lacks support for place holder packages or wildcards (#451)
Panu Matilainen
notifications at github.com
Thu Jun 21 07:52:15 UTC 2018
It is actually supported but the syntax is not well known. For the name-based wildcard matching, try this:
```rpm -Va name="kernel*"```
It also works with query, and with more or less any tag, eg: ```rpm -qa arch=i686```, or ```rpm -qa summary='*kernel*'```. Etc.
It probably needs better documentation though... and perhaps we could autodetect wildcard usage and default to name, so leaving open for the time being.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/451#issuecomment-399009768
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180621/3500b2ab/attachment.html>
More information about the Rpm-maint
mailing list