mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
For Copr builds, it will mention the Copr info from where the rpm is installed. For non-copr builds, it will mention the value of the packager macro if set, and skip this field altogether if not. On local rpm builds, this shows: ``` Build Origin: Lokesh Mandvekar <lsm5@fedoraproject.org> ``` On koji rpm builds, this shows: ``` Build Origin: Fedora Project ``` On copr rpm builds (for eg. rhcontainerbot/playground), this shows: ``` Build Origin: Copr: rhcontainerbot/playground ``` Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>