On 9/4/24 5:31 AM, Leon Fauster wrote:
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 some go-vendor-tools specific
line out (just license stuff). And I noticed that the
"Provides: bundled()" lines are automagically generated.
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.
So, I can include the Provides manually
(echo vendor/modules.txt | /usr/lib/rpm/go_mod_vendor.prov)
but what triggers this automagically, like in the helm package?
You have to add `%license vendor/modules.txt` to the `%files` section,
and then the generator will kick in.
--
_______________________________________________
golang mailing list -- golang@lists.fedoraproject.org
To unsubscribe send an email to golang-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/golang@lists.fedoraproject.org
Do not reply to spam, report it:
https://pagure.io/fedora-infrastructure/new_issue