Bundled Provides and How do they get generated?

2024-09-04 Thread Leon Fauster
Not only my first post here but also my first steps in packaging golang stuff especially for RHEL9 so bear with me. I read the docs about go-vendor-tools and did some test in packaging some srpm for EL9. I got the helm package (that has already a vendor source tar) packaged on EL9 by commenting

Re: Bundled Provides and How do they get generated?

2024-09-05 Thread Leon Fauster
Am 04.09.24 um 22:55 schrieb Maxwell G: On 9/4/24 5:31 AM, Leon Fauster wrote: I now went a little further and took a package without a vendor tar source file and build the corresponding vendor.tgz and build it then for EL9 but in this case no "Provides: bundled()" where included.

Re: Automatic versioned buildrequires for Go packages

2025-03-28 Thread Leon Fauster via golang
Am 21.03.25 um 13:55 schrieb Alejandro Saez Morollon via golang: On Thu, Mar 20, 2025 at 4:22 PM Zdenek Dohnal via golang mailto:golang@lists.fedoraproject.org>> wrote: Hi all, I maintain two components written in Go, so time to time the components get CVE reports where vulnera