A common use-case with macros is wanting to fallback to a default value if the 
macro in question doesn't exist, eg "use value of %foo if defined, or 5 
otherwise". This seems unnecessarily clumsy in the current macro 
implementation: `%{?foo}%{!?foo:5}` and the new expression stuff doesn't seem 
to help here.

-- 
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/1756
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to