mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-31 13:04:23 +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>
Building under OBS
SUSE's Open Build Service (OBS) is used to build the official Kata Containers packages.
This directory contains tooling and packaging metadata to build all Kata components with OBS.
See the Kata installation documentation for instructions on how to install the official packages.