[Rpm-maint] [rpm-software-management/rpm] RFE: add glob matching to rpm expressions (Issue #2350)

Michael Schroeder notifications at github.com
Fri Jan 13 08:56:14 UTC 2023


I just had a use case where I needed glob matching in an rpm expression. Is that something we should add?
We could define a new operator like `"string" ~~ "glob"` or hijack an existing one that currently throws an error like `"string" * "glob"`. Of course we can also use a function like `match("string", "glob")`.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2350
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/2350 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20230113/7294013e/attachment.html>


More information about the Rpm-maint mailing list