- Fix actions using the 'free' command - Fix buffer accounting when generating metric XML - Fix warning with gcc >= 13 - Fix implicit declarations - Change actions to retrieve vendor and product info - Add a 'unit' attribute to the metrics element - vif-stats.py: convert to Python3 - Misc coverity fixes - Relax virtio requirement in config file - Drop relax-virtio-config-requirement.patch - Add service file OBS-URL: https://build.opensuse.org/package/show/Virtualization/vhostmd?expand=0&rev=55
18 lines
665 B
Plaintext
18 lines
665 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="filename">vhostmd</param>
|
|
<param name="revision">v1.2</param>
|
|
<param name="scm">git</param>
|
|
<param name="submodules">disable</param>
|
|
<param name="url">https://github.com/vhostmd/vhostmd.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|