[Rpm-maint] [rpm-software-management/rpm] `%{sub:...}` macro does not work with `%{expand:...}` (Issue #3412)

Vít Ondruch notifications at github.com
Tue Oct 29 19:08:45 UTC 2024


This works:

~~~
$ rpm -D "name string-io" -D "string_io_prerelease .dev" --eval '%{sub %{expand:%{%{expand %{quote:?}}%{gsub %{name} - _}_prerelease}} 2 -1}'
dev
~~~

So this is likely related to #3411. Is there chance to make it somehow more straight forward?

BTW this also works:

~~~
$ rpm -D "name string-io" -D "string_io_prerelease .dev" --eval '%{sub %{expand:%{%{expand ?}%{gsub %{name} - _}_prerelease}} 2 -1}'
dev
~~~

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

Message ID: <rpm-software-management/rpm/issues/3412/2445113781 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241029/88730c54/attachment.html>


More information about the Rpm-maint mailing list