mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 02:24:21 +01:00
For RPM packages (but not for DEBs), OBS does not use the release number
provided in the spec file, hence, when specifying a
`Requires: package = version-release` dependency, it's not possible to know
in advance the correct release number until that reuired package
is built.
Note that omitting the release number works for RPM packages but not for DEB.
This fixes/complements e6dac82
Fixes: #563
Signed-off-by: Marco Vedovati <mvedovati@suse.com>
22 lines
955 B
Plaintext
22 lines
955 B
Plaintext
Source: kata-runtime
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Kata containers team <https://github.com/kata-containers/>
|
|
Standards-Version: 3.9.6
|
|
Homepage: https://katacontainers.io
|
|
Build-Depends: dh-make, git, ca-certificates, execstack, devscripts, debhelper,
|
|
build-essential, dh-autoreconf, make
|
|
|
|
Package: kata-runtime
|
|
Architecture: @deb_arch@
|
|
Depends: kata-containers-image (= @kata_osbuilder_version_release@),
|
|
kata-linux-container (= @linux_container_version_release@),
|
|
kata-proxy (= @kata_proxy_version_release@),
|
|
kata-shim (= @kata_shim_version_release@),
|
|
kata-ksm-throttler(= @ksm_throttler_version_release@),
|
|
qemu-lite(= @qemu_lite_version_release@) [amd64],
|
|
qemu-vanilla(= @qemu_vanilla_version_release@)
|
|
Description:
|
|
An Open Containers Initiative (OCI) "runtime" that launches an Intel VT-x
|
|
secured Kata Containers hypervisor, rather than a standard Linux container.
|