mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 04:18:53 +00:00
This commit adds the necessary spec files and scripts in order to be able to create packages in OBS (Open Build System) and locally. Fixes #15 Signed-off-by: Erick Cardona <erick.cardona.ruiz@intel.com> Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
14 lines
556 B
Plaintext
14 lines
556 B
Plaintext
<!--- XML Structure defined here: https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService -->
|
|
<services>
|
|
<service name="download_url">
|
|
<param name="protocol">https</param>
|
|
<param name="host">cdn.kernel.org</param>
|
|
<param name="path">/pub/linux/kernel/v4.x/linux-@VERSION@.tar.xz</param>
|
|
</service>
|
|
<service name="verify_file">
|
|
<param name="file">_service:download_url:linux-@VERSION@.tar.xz</param>
|
|
<param name="verifier">sha256</param>
|
|
<param name="checksum">@KERNEL_SHA256@</param>
|
|
</service>
|
|
</services>
|