Control: tags -1 + confirmed Control: clone -1 -2 -3 Control: retitle -2 bullseye-pu: package golang-github-containers-common/0.33.4+ds1-1+deb11u1 Control: retitle -3 bullseye-pu: package libpod/3.0.1+dfsg1-3+deb11u1
On Sat, 2022-01-29 at 21:00 -0500, Reinhard Tartler wrote: > podman (produced by src:libpod) allows users to run docker-compatible > container images. Because of recent changes in syscall wrappers, the > version of podman in bullseye will not be able to run container > images that ship glibc 2.34, which is currently in experimental and > present in recent versions of ubuntu and fedora. > [...] > There are three packages that need updating in order: > In that case, they should really be three separate requests, as each package's status will need tracking individually; cloning now. All three packages can be uploaded together - the versioned build- dependencies should prevent them being built too early, and in any case we can simply hold off accepting the later packages until the earlier ones are available. A couple of notes: > +golang-github-containers-common (0.33.4+ds1-1+deb11u1) bullseye; > urgency=medium [...] > diff --git a/debian/control b/debian/control > index 8277c714..bfaffc6f 100644 > --- a/debian/control > +++ b/debian/control > @@ -15,6 +15,7 @@ Build-Depends: debhelper-compat (= 12), > golang-github-onsi-ginkgo-dev, > golang-github-opencontainers-runc-dev (>> > 1.0.0~rc92), > golang-github-opencontainers-selinux-dev (>> 1.8.0), > + golang-github-opencontainers-specs-dev (>= > 1.0.2.41.g7413a7f-1+deb11u1), > golang-github-pkg-errors-dev, > golang-github-stretchr-testify-dev, > golang-gocapability-dev, > @@ -47,6 +48,7 @@ Depends: golang-github-containers-image-dev (>> > 5.10~~), > golang-github-onsi-ginkgo-dev, > golang-github-opencontainers-runc-dev (>> 1.0.0~rc92), > golang-github-opencontainers-selinux-dev (>> 1.8.0), > + golang-github-opencontainers-specs-dev (>= > 1.0.2.41.g7413a7f-1deb11u1), > There's a "+" missing in the new runtime dependency - it should be "- 1+deb11u1", as with the build-dependency. [...] > diff -Nru libpod-3.0.1+dfsg1/debian/control libpod- > 3.0.1+dfsg1/debian/control > --- libpod-3.0.1+dfsg1/debian/control 2021-06-13 18:28:49.000000000 > -0400 > +++ libpod-3.0.1+dfsg1/debian/control 2021-09-27 11:26:34.000000000 > -0400 > @@ -18,7 +18,7 @@ > ,golang-github-containerd-cgroups-dev > ,golang-github-containernetworking-plugins-dev (>= 0.8.7) > ,golang-github-containers-buildah-dev (>= 1.19.6) > - ,golang-github-containers-common-dev (>= 0.33.4) > + ,golang-github-containers-common-dev (>= 0.33.4+ds1-1+deb11u1) > ,golang-github-containers-image-dev (>= 5.10.2) > ,golang-github-containers-ocicrypt-dev > ,golang-github-containers-psgo-dev > @@ -93,7 +93,7 @@ > Depends: ${misc:Depends}, ${shlibs:Depends} > ,conmon (>= 2.0.18~) > ,containernetworking-plugins (>= 0.8.7) > - ,golang-github-containers-common > + ,golang-github-containers-common (>= 0.33.4+ds1-1+debu11u1) > The new runtime dependency has one too many "u"s - it should be "- 1+deb11u1", not "-1+debu11u1". Regards, Adam