Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock X-Debbugs-Cc: siret...@tauware.de, Filippo Giunchedi <fili...@debian.org>
Please unblock package libpod Note that I have not uploaded the package yet, this is a pre-approval request. [ Reason ] I as maintainer have missed an upstream change that switches the default container runtime. The remedy is to switch the alternative dependency in the podman binary pacakage package [ Impact ] Not granting the unblock request will leave an unfunctional default configuration, please see https://bugs.debian.org/985379 [ Tests ] This needs to be manually tested in a clean, freshly installed system, such as a VM. [ Risks ] This patch does not contain a code-change, and is therefore low-risk. As an alternative, this could be documented in the bullseye release-notes. [ Checklist ] [ ] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing The patch would be this: modified debian/control @@ -94,7 +94,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends} ,conmon (>= 2.0.18~) ,containernetworking-plugins (>= 0.8.7) ,golang-github-containers-common - ,runc (>= 1.0.0~rc92~) | crun + ,crun | runc (>= 1.0.0~rc92~) Breaks: buildah (<< 1.10.1-6), slirp4netns (<< 0.4.1), fuse-overlayfs (<< 0.7.1) Recommends: ${misc:Recommends} ,buildah (>= 1.10.1-6~) unblock libpod/3.0.1+dfsg1-2