On Tue, 29 Oct 2024 11:08:50 +0200 Susi Lehtola <jussilehtola@xxxxxxxxxxxxxxxxx> wrote: > > Unfortunately, all the epel branches, in turn, do not support the new > %patch syntax. This means that one either > - cannot use the same spec file to build in epel or > - must introduce conditionals and duplicate code in the spec files > > %if 0%{?epel} < 10 > %patch0 -p1 -b .overflow > %else > %patch 0 -p1 -b .overflow > %endif There is another syntax which is compatible with all versions. %patch -P 0 -p1 -b .overflow This syntax is supported by all rpm versions in use. -- Tuomo Soini <tis@xxxxxxxxx> Foobar Linux services +358 40 5240030 Foobar Oy <https://foobar.fi/> -- _______________________________________________ epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to epel-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/epel-devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue