stages/rpm: document returned metadata

Document what metadata we return from the stage via the metadata
osbuild API.
This commit is contained in:
Christian Kellner 2020-10-22 18:39:03 +02:00 committed by Tom Gundersen
parent 452e9ddb9e
commit 0037e4bdf5

View file

@ -18,6 +18,13 @@ Uses the following binaries from the host:
* `rpmkeys` to import keys and to verify signatures for each package
* `sh`, `mkdir`, `mount`, `chmod` to prepare the target tree for `rpm`
* `rpm` to install packages into the target tree
This stage will return the following metadata via the osbuild API:
packages: a list of objects representing the installed packages,
with information about:
name, version, release,
and optionally:
epoch, arch, sigmd5, sigpgp, siggpg
"""