[go-rpm-macros] Issue #3: %goprep should apply patches automatically

2024-03-29 Thread Maxwell G
gotmax23 added a new comment to an issue you are following: `` The recommended approach to automatically apply patches is now ``` %goprep -A %autopatch -p1 ``` `` To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/3 --

[go-rpm-macros] Issue #3: %goprep should apply patches automatically

2024-03-29 Thread Maxwell G
The status of the issue: `%goprep should apply patches automatically` of project: `go-rpm-macros` has been updated to: Closed by gotmax23. https://pagure.io/go-rpm-macros/issue/3 -- ___ golang mailing list -- golang@lists.fedoraproject.org To

[go-rpm-macros] Issue #3: %goprep should apply patches automatically

2023-11-06 Thread Mikel Olasagasti Uranga
mikelo2 added a new comment to an issue you are following: `` `go2rpm` includes `autopatch -p1` in the template since release 1.9.0 https://pagure.io/GoSIG/go2rpm/c/b7ba195ebf85c2b7025a7d27e0623eb87f0be89b?branch=master It differs from the initial request of this issue, but should be enough

[go-rpm-macros] Issue #3: %goprep should apply patches automatically

2019-06-14 Thread Jakub Čajka
jcajka added a new comment to an issue you are following: `` I second @eclipseo. Autopatch would add complexities in complex situations(would made using goprep impossible). Notably I have on my mind architecture specific patches, which are not possible with autopatch. `` To reply, visit the

[go-rpm-macros] Issue #3: %goprep should apply patches automatically

2019-06-14 Thread Robert-André Mauchin
eclipseo added a new comment to an issue you are following: `` I don't think it's needed really, it would complexify %goprep. We can use %autopatch after %goprep to the same effect. `` To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/3

[go-rpm-macros] Issue #3: %goprep should apply patches automatically

2019-04-25 Thread Nicolas Mailhot
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 %global source_patches3 6 87 456 # apply patches 6 87 456 after unpacking source 3

[go-rpm-macros] Issue #3: %goprep should apply patches automatically

2019-04-25 Thread Nicolas Mailhot
The issue: `%goprep should apply patches automatically` of project: `go-rpm-macros` has been assigned to `nim` by nim. https://pagure.io/go-rpm-macros/issue/3 ___ golang mailing list -- golang@lists.fedoraproject.org To unsubscribe send an email to

[go-rpm-macros] Issue #3: %goprep should apply patches automatically

2019-04-25 Thread Nicolas Mailhot
nim added a new comment to an issue you are following: `` And of course the nice thing of using documented rpm variables instead of macro-specific switches, is that any other macro can read the same variables and implement some other smarter form of processing, without requiring argument

[go-rpm-macros] Issue #3: %goprep should apply patches automatically

2019-04-25 Thread Neal Gompa
ngompa added a new comment to an issue you are following: `` How do we handle the case of when patches should be applied manually/conditionally? Is it demonstratively worse to have either ``` %gosetup %goautopatch %goprep ``` or ``` %goautosetup %goprep ``` instead? `` To reply, visit the