nim added a new comment to an issue you are following: ``
How do we handle the case of when patches should be applied manually/conditionally?
That would actually be trivial to handle cleanly ```specfile %if <something> %global source_patches3 6 87 456 # apply patches 6 87 456 after unpacking source 3 in that order %else %global source_patches3 666 # only apply patch 666 ```
``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/3