On Wed, Jun 17, 2020 at 5:41 AM Igor Raits <ignatenkobrain@xxxxxxxxxxxxxxxxx> wrote: > > %if (0%{?rhel} && 0%{?rhel}) <= 8 || (0%{?fedora} && 0%{?fedora} <= 32) > Yes, I have written such spec file lines, and while they are correct, they tend to be ugly to parse for humans. While I know it is personal preference, I tend to prefer (and try to write my spec files) such that the new/improved/future way be in first (true) part of the if stanza and else part contains the legacy or compatibility part, thinking that in some (far) future I can choose to mostly just delete all the else legacy code. _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx