Closed alexlarsson closed 3 years ago
You should depend on ociruntime. And prefer crun.
Podman pulls crun by default.
Looks like it has changed. $ rpm -q --whatprovides oci-runtime crun-1.2-1.fc34.x86_64
But Podman no longer requires it.
Ok Podman requires containers-common. Containers-common requires oci-runtime crun and runc provides oci-runtime Currently we get crun if runc is not already installed, since it comes first alphabetically.
Podman doesn't directly depend on crun, so ensure it is installed.