[go-rpm-macros] Issue #27: Add macro for packages with `replace` in go.mod

2020-09-18 Thread Simpson
proletarius101 added a new comment to an issue you are following: `` Agreed that it looks messy. But in this case `replace` just means redirection and some name overlapping. Or maybe there should be some notes in Fedora's packaging guidelines to instruct the best practice to handle this? `` To

[go-rpm-macros] Issue #27: Add macro for packages with `replace` in go.mod

2020-09-18 Thread Nicolas Mailhot
nim added a new comment to an issue you are following: `` replace can not work in Fedora anyway because it is not transitive (it’s the kind of broken by design idea people invent when their primary target is to bundle piles of junk and avoid fixing their code). source code that uses replace nee