From f3dec9488c07e5154aac9c8d05db6e2ae650b3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Rod=C3=A1k?= Date: Wed, 20 May 2026 14:29:49 +0200 Subject: [PATCH] Require passt >= 0:20260507.g1afd4ed for pesto support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pesto and pasta's -c control socket need a recent passt build; bump the containers-common-extra dependency so rootless_port_forwarder=pasta works. Signed-off-by: Jan Rodák --- common/rpm/containers-common.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/rpm/containers-common.spec b/common/rpm/containers-common.spec index 277999447f..9566795c8d 100644 --- a/common/rpm/containers-common.spec +++ b/common/rpm/containers-common.spec @@ -68,7 +68,7 @@ Summary: Extra dependencies for Podman and Buildah Requires: %{name} = %{epoch}:%{version}-%{release} Requires: container-network-stack Requires: oci-runtime -Requires: passt +Requires: passt >= 0:20260507.g1afd4ed %if %{defined fedora} Recommends: composefs Recommends: crun