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

Thx for the tip. I was getting to the point of trying multiple `%`. You have 
saved me some time 👍

There is also different variant it seems:

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

which kind of makes sense.

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

Message ID: <rpm-software-management/rpm/issues/3412/2447301...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to