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
This commit is contained in:
2020-09-05 21:57:56 +00:00
committed by Git OBS Bridge
parent 0e76a14a8f
commit a00780b220
5 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Sep 2 00:06:42 UTC 2020 - Michael Ströder <michael@stroeder.com>
- 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 <michael@stroeder.com>