New package bpf2go v0.16.0 is a CLI tool to read, modify and load eBPF programs and attach them to various hooks in the Linux kernel. Required by incoming package kepler for use with go generate build step. OBS-URL: https://build.opensuse.org/request/show/1203669 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/bpf2go?expand=0&rev=1
21 lines
707 B
Plaintext
21 lines
707 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/cilium/ebpf.git</param>
|
|
<param name="filename">bpf2go</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="revision">v0.16.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
</service>
|
|
</services>
|