containers / quadlet

GNU General Public License v2.0
347 stars 14 forks source link

specfile: Add dependency on crun #14

Closed alexlarsson closed 3 years ago

alexlarsson commented 3 years ago

Podman doesn't directly depend on crun, so ensure it is installed.

rhatdan commented 3 years ago

You should depend on ociruntime. And prefer crun.

rhatdan commented 3 years ago

Podman pulls crun by default.

rhatdan commented 3 years ago

Looks like it has changed. $ rpm -q --whatprovides oci-runtime crun-1.2-1.fc34.x86_64

But Podman no longer requires it.

rhatdan commented 3 years ago

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.