eclipseo reported a new issue against the project: `go-rpm-macros` that you are following: `` When packaging: `code.gitea.io/tea` The goname is reduced to `golang-codeea-tea`
Also the download link is wrong: it is resolved to `https://gitea.com/gitea/tea/archive/0.7.0.tar.gz%60 whereas it should be `https://gitea.com/gitea/tea/archive/v0.7.0.tar.gz%60
Can someone with knowledge of Lua regex fix this? ``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/32
qulogic added a new comment to an issue you are following: `` The `v` prefix depends on if upstream decided to add it, but it's not necessarily a thing that must happen. @nim decided to default to adding it, but that can be overridden by setting `tag`. Are you setting `%global tag 0.7.0`? ``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/32
eclipseo added a new comment to an issue you are following: ``
The `v` prefix depends on if upstream decided to add it, but it's not necessarily a thing that must happen. @nim decided to default to adding it, but that can be overridden by setting `tag`. Are you setting `%global tag 0.7.0`?
That,s the opposite, I set up:
Version: 0.7.0
But the Source URL does not contain the v. To remedy this, I had to set up:
%global tag v0.7.0
to add the missing v. ``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/32
qulogic added a new comment to an issue you are following: `` OK, that apparently only happens for GitHub archive URLs, because @nim decided this is some kind of 'bug' in GitHub and added `v` for it and Google Code only. The same process was not added for gitea, presumably because whoever added it did not want to do the same magic. But in either case, picking the default `tag` is the realm of the forge macros, not these ones.
The `git` part is in the Go srpm macros; it appears to be a bug in the `.git/` suffix removal. ``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/32
The status of the issue: `Issues with gitea` of project: `go-rpm-macros` has been updated to: Closed by qulogic.
qulogic added a new comment to an issue you are following: `` The parts related to Go macros were fixed by #33. ``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/32
golang@lists.fedoraproject.org