You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: the is applicable only to rpms that ship go binaries. It does not make sense to provide the bundled provides in devel only rpms. All the bundled provides should be collected in time the %gobuild macro is invoked (all imported packages must be reacheable from GOPATH/vendor). Each invocation generating a specific file. E.g.
No this is applicable to any shipped file whether it is built or not
If you ship vendored code in a devel package, with a legal problem, it needs to be identified with bundled()
(and actually you should change the package license to match all the licenses of the vendored code you install which is why shipping vendored code in devel packages is a terrible idea from a legal POW)
I am against shipping anything under vendor, Godeps, etc. Of course, we can not stop packages from doing that unless it violates the Fedora packaging guidelines. We can use the vendored deps to run tests, to build binaries. However, it does not make sense to use them as dependencies of a devel subpackage.
Anyway, this part is working again now in the shell code, no need to change golist for it (there will be a need to mark one way or another builds done with vendored code however)
golist --provided should identify vendored/bundled code and generate the corresponding bundled() provides
The text was updated successfully, but these errors were encountered: