mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00

One of the reasons the last propose-downstream task failed for Fedora was the `golist` tool wasn't available in the Packit environment. This commit adds golist to the environment by downloading and extracting the golist rpm. This dependency could've been added in packit's upstream config but there were a few blockers, so it's easiest to add them in our action script. Ref: https://github.com/containers/podman/issues/19094 [NO NEW TESTS NEEDED] Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>