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 _______________________________________________ golang mailing list -- golang@lists.fedoraproject.org To unsubscribe send an email to golang-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/golang@lists.fedoraproject.org