c57749596d
- update to docker-1.13.0 requirement OBS-URL: https://build.opensuse.org/request/show/461897 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=39
22 lines
902 B
Plaintext
22 lines
902 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<!-- FIXME: This will (very soon) be split into a separate runC package,
|
|
because we shouldn't be pinning it to Docker's release and vendoring
|
|
schedule. Docker is a very peculiar user of runC and we should be
|
|
providing runC as a separate package so that users can use it. -->
|
|
<param name="url">https://github.com/docker/runc.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">runc</param>
|
|
<param name="versionformat">git.%h</param>
|
|
<param name="revision">2f7393a47307a16f8cee44a37b262e8b81021e3e</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>
|