Your message dated Fri, 17 Jul 2020 01:04:07 +0000
with message-id <[email protected]>
and subject line Bug#964378: fixed in libpod 2.0.2+dfsg1-1
has caused the Debian Bug report #964378,
regarding libpod: Please upgrade to new upstream version 2.0
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
964378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964378
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libpod
Severity: wishlist
Podman 2.0 is going to be supported in RHEL 8.3 long term and is thus a
great candidate for inclusion into Debian bullseye. Let's try to get it
packaged for debian.
I've looked at https://github.com/containers/libpod/blob/v2.0/go.mod to
understand what packages in Debian needs work for this new upstream.
These packages needs packaging. In some cases, it might make sense to
keep the package vendored in the libpod source package. I would suggest
to prioritize working on these packages:
github.com/hpcloud/tail v1.0.0 (NOT PACKAGED?)
github.com/gorilla/schema v1.1.0 (NOT PACKAGED?)
github.com/containers/common v0.14.3 (stuck in NEW)
github.com/cri-o/ocicni v0.2.0 (NOT PACKAGED?)
github.com/opencontainers/runtime-spec
v1.0.3-0.20200520003142-237cc4f519e2 (NOT PACKAGED?)
github.com/uber/jaeger-client-go v2.24.0+incompatible (NOT PACKAGED)
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect (NOT
PACKAGED)
These are dependencies that we have in debian but in an older
version. This may or may not be required for podman 2.0, but updating
them might be a good idea anyways:
github.com/containers/image/v5 v5.5.1 (have: 5.0.0)
github.com/containers/storage v1.20.2 (have: 1.15)
github.com/containers/buildah v1.15.0 (have 1.11.6)
github.com/containernetworking/cni
v0.7.2-0.20200304161608-4fae32b84921 (have 0.7.1)
github.com/containers/conmon v2.0.18+incompatible (have 2.0.9)
github.com/containers/psgo v1.5.1 (have 1.4.0)
github.com/coreos/go-systemd/v22 v22.1.0 (have 22.0)
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf (have
0.0~git20150127)
github.com/gorilla/mux v1.7.4 (have 1.7.3)
github.com/onsi/ginkgo v1.13.0 (have 1.12.0)
github.com/onsi/gomega v1.10.1 (have 1.9.0)
github.com/opencontainers/image-spec
v1.0.2-0.20190823105129-775207bd45b6 (have 1.0.1)
github.com/opencontainers/selinux v1.5.2 (have 1.3.1)
github.com/openshift/imagebuilder v1.1.6 // indirect (have 1.1.4)
github.com/opentracing/opentracing-go v1.1.0 (have 1.0.2)
github.com/seccomp/containers-golang v0.5.0 (have 0.3.2)
github.com/sirupsen/logrus v1.6.0 (have 1.3.0)
github.com/spf13/cobra v0.0.7 (have 0.0.5)
github.com/stretchr/testify v1.6.1 (have 1.4.0)
go.etcd.io/bbolt v1.3.5 (have 1.3.3)
gopkg.in/yaml.v2 v2.3.0 (have 2.2.2)
These packages are already uptodate, no further action needed:
github.com/cyphar/filepath-securejoin v0.2.2 (have 0.2.2)
github.com/davecgh/go-spew v1.1.1 (have 1.1.1)
github.com/docker/distribution v2.7.1+incompatible (have 2.7.1)
github.com/docker/go-connections v0.4.0 (have 0.4.0)
github.com/docker/go-units v0.4.0 (have 0.4.0)
github.com/fsnotify/fsnotify v1.4.9 (have 1.4.9)
github.com/ghodss/yaml v1.0.0 (have 1.0.0)
github.com/godbus/dbus/v5 v5.0.3 (have: 5.0.3)
github.com/google/uuid v1.1.1 (have 1.1.1)
github.com/hashicorp/go-multierror v1.0.0 (have: 1.0.0)
github.com/json-iterator/go v1.1.10 (have 1.1.10)
github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 (have
0.0~git20200504)
github.com/opencontainers/go-digest v1.0.0 (have 1.0.0)
github.com/opencontainers/runtime-tools v0.9.0 (have 0.9.0)
github.com/pkg/errors v0.9.1 (have 0.9.1)
github.com/pmezard/go-difflib v1.0.0 (have 1.0.0)
github.com/rootless-containers/rootlesskit v0.9.5 (have 0.9.5)
github.com/spf13/pflag v1.0.5 (have 1.0.5)
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2
(have 0.0+git20180916)
github.com/varlink/go v0.0.0-20190502142041-0f1d566d194b (have 0.3.0)
github.com/vishvananda/netlink v1.1.0 (have 1.1.0)
These packages may need special handling, I'm not sure in what other
category these fall into. Dmitry, golang team, can you please share your
opinion how we should proceed with these:
github.com/opencontainers/runc v1.0.0-rc90 (have: 0.0~git20190911)
github.com/docker/docker v1.4.2-0.20191219165747-a9416c67da9f (have
19.03)
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
k8s.io/api v0.18.4
k8s.io/apimachinery v0.18.4
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.6.0-1-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---
Source: libpod
Source-Version: 2.0.2+dfsg1-1
Done: Reinhard Tartler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libpod, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Reinhard Tartler <[email protected]> (supplier of updated libpod package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 16 Jul 2020 18:06:15 -0400
Source: libpod
Architecture: source
Version: 2.0.2+dfsg1-1
Distribution: experimental
Urgency: medium
Maintainer: Dmitry Smirnov <[email protected]>
Changed-By: Reinhard Tartler <[email protected]>
Closes: 964378
Changes:
libpod (2.0.2+dfsg1-1) experimental; urgency=medium
.
* Team upload.
* New upstream version, Closes: #964378
Checksums-Sha1:
9276c6382d1a22e31a1624b6d02c55f10f87c0b8 4799 libpod_2.0.2+dfsg1-1.dsc
3e1e84e2333443a5fcf7fccaf644b563755d132b 1994196 libpod_2.0.2+dfsg1.orig.tar.xz
c1945daa6567b6bc525b8d048bfca69a430b60a2 11732
libpod_2.0.2+dfsg1-1.debian.tar.xz
Checksums-Sha256:
36099d401a12b87fbe02d85daf29dfd7303fc348984fbbcb344cf84315d46c5d 4799
libpod_2.0.2+dfsg1-1.dsc
2544a993fa9f9b23c3c1ba93513bf8fc1174a44af4d7d538879665f9b3ab4f26 1994196
libpod_2.0.2+dfsg1.orig.tar.xz
25bafb7762346e2fc24776eab3b0fbf3072b9294de4d61a9a01e4214eaa08910 11732
libpod_2.0.2+dfsg1-1.debian.tar.xz
Files:
caa5a7362ec02025fc7aa45950af52bd 4799 admin optional libpod_2.0.2+dfsg1-1.dsc
5ef0810b1fc2ae23c4d42484e593a736 1994196 admin optional
libpod_2.0.2+dfsg1.orig.tar.xz
b5388b0dd0dd5e7f518c238de5870c3f 11732 admin optional
libpod_2.0.2+dfsg1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAl8Q80wUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsv7hQ/7Br8YHzoV0r5s8gxFNUKBeCdyISq/
XlV6Ob9jFDR65srPRkR9t+ZU5uyKhTEzPY2OtM2KG7ertlWRVhEbn5CIQHGkH4AT
ZeryXAqRKmv8P4PYkDJ4U1eJ+eSkvcDotB1NXHdDb4oxQbPzKoBHwWO0BdUhZ22U
x5IxyhZG/P/8Rhf3kRS2GH6Vn45BGozQ2R6hC36aIFE6hHs7B0Q7bGARprFClXbn
UKhhdbfYTBq05uO+TdQ/bFLoDilxSIS+mmAQ4cY8TjgzDcs6gC6DjfuJvzP5M5Qg
HeHxZ09MiPFQO9w6XaMjI6kO8b3j4g1K6Jvkdh5QGbuy2DhslhoJ29jmLYCU+LD7
2O0prrn6RyGlsR9MFQ/q6PQ2FotsaFIjuqqn0rt+EgZMx4YTRfFC3vRp/Dmbu/4l
T0OiuSAGKDGlHgw8qRPlgXQd5EdFdMuhomu8EN6mbCmep+edPvXEDU2qT6B+XQMT
7o8Pk4zB6KlvcG4mYjF8oc2rhCzVRDCpfpU1qecdz3JFFlJtwsNbUvVHOeSJoXnz
RvD+usgjCCUT/7Qx5hJAxtxmLXEXiKPBxIJ8LWwTo/kyyaowdL1PEbsfY2i8h+WC
Ubc+4uZenjUmK/vO2Y6llqSA6Fqxw9s14+GpOX1uzKVtTMw8aSfh9KKCbZ1U0wrE
wcAwdFp4Kb0ZcSo=
=kNhW
-----END PGP SIGNATURE-----
--- End Message ---