gotmax23 commented on the pull-request: `Fix goname generation to match versioning guildelines` that you are following: ``
Won't this break existing packages that use %{goname} for the name of the source package?
Yeah, I was about to write the same thing.
We cannot change this without breaking many packages. If we decide to go ahead with this change, it needs to be opt-in. I don't think it's worth changing in the first place. This is how we've always done compat packages. Go projects version import paths (e.g. github.com/containerd/btrfs/v2) and we replace `/` in import paths with `-`. We can document this in the Go Packaging Guidelines. We have more important things to do than renaming a bunch of packages for a second time, and I don't think this change makes sense to begin with. ``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/pull-request/55