%{load:...} works as always but any undocumented special behaviors of 
conditionals on built-in macros are gone in 4.17, %{?foo} always tests whether 
said macro is defined or not, both built-ins and user-defined macros.

Conditional load can be constructed with more control using expressions and the 
like, eg
`%[%{exists:/some/file}?"%{load:/some/file}":""]`

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

Reply via email to