forked from pool/podman
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:
parent
0e76a14a8f
commit
a00780b220
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://github.com/containers/podman.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">podman</param>
|
||||
<param name="versionformat">2.0.5</param>
|
||||
<param name="revision">v2.0.5</param>
|
||||
<param name="versionformat">2.0.6</param>
|
||||
<param name="revision">v2.0.6</param>
|
||||
</service>
|
||||
|
||||
<service name="set_version" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7198cf72b88f17f6d0ba9631c5a13e40fa56b4593a188fe74d922e27a84a4f06
|
||||
size 5400692
|
3
podman-2.0.6.tar.xz
Normal file
3
podman-2.0.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c8ff7bc9729b54052ad3112c09d136571fa5b8a3f2e5d32156ebf78512501ba
|
||||
size 5254560
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user