[Rpm-maint] [rpm-software-management/rpm] `%{sub:...}` macro does not work with `%{expand:...}` (Issue #3412)
Michael Schroeder
notifications at github.com
Wed Oct 30 14:20:57 UTC 2024
Your different variant drops the `?` character:
```
$ rpm -D "name string-io" -D "string_io_prerelease .dev" --eval '%?%{gsub %{name} - _}'
%string_io
```
Please do not rely on rpm to not expand a unknown macro name, but instead use `%%`.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3412#issuecomment-2447323351
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/3412/2447323351 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241030/30a05ca7/attachment.html>
More information about the Rpm-maint
mailing list