matthickford reported a new issue against the project: `go-rpm-macros` that you are following: `` I want to find out the exact versions of dependencies a Go rpm package was built against. Currently you can only find this information in the build root.log ([example](https://kojipkgs.fedoraproject.org//packages/hugo/0.101.0/4.fc38/data/logs/x...))
Debian go packages record the exact versions of dependencies the package was built against in a Static-Built-Using tag, which can be queried with `apt show` or `dpkg-deb -I` (see https://manpages.debian.org/unstable/dh-golang/dh_golang.1p.en.html for further detail).
via https://lists.fedoraproject.org/archives/list/golang@lists.fedoraproject.org... ``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/51
gotmax23 added a new comment to an issue you are following: `` You cannot cannot set arbitrary RPM tags. ``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/51
The status of the issue: `Record exact package versions satisfying BuildRequires in an rpm tag` of project: `go-rpm-macros` has been updated to: Closed by matthickford.
matthickford added a new comment to an issue you are following: `` Thanks. I'll consider reporting upstream at rpm. ``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/51
decathorpe added a new comment to an issue you are following: `` Well ... it would be possible to record it in `Provides` tag, which is already used for similar things like `bundled(foo)`. We were thinking about adding Provides generator for Rust packages that would add something like `Provides: builtwith(crate(regex)) = 1.7.0`, but due to lack of time, that wasn't explored further. ``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/51
golang@lists.fedoraproject.org