https://bugzilla.redhat.com/show_bug.cgi?id=2330455

Mikel Olasagasti Uranga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Assignee|[email protected]    |[email protected]



--- Comment #13 from Mikel Olasagasti Uranga <[email protected]> ---
> Name:           golang-github-inspektor-gadget

I guess you can name the package `inspektor-gadget`. If you agree, change the
name and also the title of this BZ.

You can use the following command in the future or other packages:

go2rpm -p vendor -q --name inspektor-gadget -f
https://github.com/inspektor-gadget/inspektor-gadget

> # Remove some bash scripts wrongly included in the license directory by 
> go_vendor_license_install
> rm -r tools
> rm -r hack

You can add this to go-vendor-tools.toml

[archive]
(...)
pre_commands = [
    ["rm", "-rf", "tools"],
    ["rm", "-rf", "hacks"],
]

> rm vendor/k8s.io/code-generator/generate-groups.sh
> rm vendor/k8s.io/code-generator/generate-internal-groups.sh
> rm vendor/k8s.io/code-generator/kube_codegen.sh

You can add this to go-vendor-tools.toml

[licensing]
detector = "trivy"
exclude_files = [
    "vendor/k8s.io/code-generator/generate-groups.sh",
    "vendor/k8s.io/code-generator/generate-internal-groups.sh",
    "vendor/k8s.io/code-generator/kube_codegen.sh",
]


> %changelog
> * Thu Jan 09 2025 Kyle Gospodnetich <[email protected]> - 0.36.0-1
> - Bump to version 0.36.0

Any reason for not using %autochangelog?


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2330455

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202330455%23c13

-- 
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to