forked from pool/virtme
* No significant change, this is just a very small hotfix release
to solve a packaging problem introduced by a conflict with the
new vng-mcp tool.
* While at it, there're also some small improved hints in the MCP
server, so that AI agents can better understand how to build
the kernel using vng --build.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtme?expand=0&rev=68
19 lines
649 B
Plaintext
19 lines
649 B
Plaintext
<services>
|
|
<service mode="manual" name="tar_scm">
|
|
<param name="url">https://github.com/arighi/virtme-ng.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="submodules">enable</param>
|
|
<param name="revision">v1.40</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service mode="manual" name="tar" />
|
|
<service mode="manual" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="manual" name="set_version" />
|
|
</services>
|
|
|