a670c86507
- Use .tar.xz provided by upstream, as well as include the keyring to allow full provenance of the source. OBS-URL: https://build.opensuse.org/request/show/517286 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=57
15 lines
599 B
Plaintext
15 lines
599 B
Plaintext
<services>
|
|
<service name="download_url" mode="disabled">
|
|
<param name="protocol">https</param>
|
|
<param name="host">github.com</param>
|
|
<param name="path">opencontainers/runc/releases/download/v1.0.0-rc4/runc.tar.xz</param>
|
|
<param name="filename">runc-1.0.0-rc4.tar.xz</param>
|
|
</service>
|
|
<service name="download_url" mode="disabled">
|
|
<param name="protocol">https</param>
|
|
<param name="host">github.com</param>
|
|
<param name="path">opencontainers/runc/releases/download/v1.0.0-rc4/runc.tar.xz.asc</param>
|
|
<param name="filename">runc-1.0.0-rc4.tar.xz.asc</param>
|
|
</service>
|
|
</services>
|