compat packages
by Mark E. Fuller
Can anyone point me at an example of building a golang package with a 'compat' package to support an older version?
I'm having trouble finding documentation to make sure it's added the 'right' way.
Thanks,
fuller
*Mark E. Fuller, Ph.D.*
*fuller(a)fedoraproject.org*
*fuller(a)mefuller.dev*
*@fuller:fedora.im*
*@fuller:one.ems.host*
*https://mefuller.dev*
*PGP Fingerprint: 73F1 A30C BDF4 DB4B C75F FD0F D599 E76C FFCA BF60*
4 months, 2 weeks
[go-rpm-macros] Issue #52: Mark .goipath files with %ghost
by Maxwell G
gotmax23 reported a new issue against the project: `go-rpm-macros` that you are following:
``
`%gopkginstall` creates a `.goipath` file in `%{buildroot}%{gopath}/%{goipath}/.goipath` that contains some metadata that's used by the RPM generators later in the build process. These are not needed in the final package. They can sometimes cause conflicts when creating compat packages. The cause rpmlint warnings, as they're hidden files. It'd be better to mark them with `%ghost` so they're not included in the final package at all but still available for the generators.
``
To reply, visit the link below or just reply to this email
https://pagure.io/go-rpm-macros/issue/52
5 months