a12bb1c1f9
* Update to runC 0.1.1. Changelog from upstream: This release includes a bug fix for adding the selinux mount label in the specification. OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=9
18 lines
590 B
Plaintext
18 lines
590 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/opencontainers/runc.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">runc</param>
|
|
<param name="versionformat">0.1.1</param>
|
|
<param name="revision">v0.1.1</param>
|
|
<param name="exclude">.git</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">runc</param>
|
|
</service>
|
|
</services>
|