From a00780b220c3628f80118013d0462af946f1c989c65a5fdae396d6b46cf42bd8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 5 Sep 2020 21:57:56 +0000 Subject: [PATCH] Accepting request 831374 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/831374 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=68 --- _service | 4 ++-- podman-2.0.5.tar.xz | 3 --- podman-2.0.6.tar.xz | 3 +++ podman.changes | 13 +++++++++++++ podman.spec | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 podman-2.0.5.tar.xz create mode 100644 podman-2.0.6.tar.xz diff --git a/_service b/_service index 33db109..72bf99b 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/podman.git git podman -2.0.5 -v2.0.5 +2.0.6 +v2.0.6 diff --git a/podman-2.0.5.tar.xz b/podman-2.0.5.tar.xz deleted file mode 100644 index 538b1e0..0000000 --- a/podman-2.0.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7198cf72b88f17f6d0ba9631c5a13e40fa56b4593a188fe74d922e27a84a4f06 -size 5400692 diff --git a/podman-2.0.6.tar.xz b/podman-2.0.6.tar.xz new file mode 100644 index 0000000..27eb9dd --- /dev/null +++ b/podman-2.0.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8ff7bc9729b54052ad3112c09d136571fa5b8a3f2e5d32156ebf78512501ba +size 5254560 diff --git a/podman.changes b/podman.changes index 6db6b0e..6aac046 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Sep 2 00:06:42 UTC 2020 - Michael Ströder + +- Update to v2.0.6 + * Fixed a bug where running systemd in a container on a cgroups v1 system would fail. + * Fixed a bug where /etc/passwd could be re-created every time a container + is restarted if the container's /etc/passwd did not contain an entry + for the user the container was started as. + * Fixed a bug where containers without an /etc/passwd file specifying + a non-root user would not start. + * Fixed a bug where the --remote flag would sometimes not make + remote connections and would instead attempt to run Podman locally. + ------------------------------------------------------------------- Tue Aug 25 07:01:13 UTC 2020 - Michael Ströder diff --git a/podman.spec b/podman.spec index ce0df9b..c5c3c5f 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: podman -Version: 2.0.5 +Version: 2.0.6 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0