Accepting request 620167 from devel:CaaSP:Head:ControllerNode
OBS-URL: https://build.opensuse.org/request/show/620167 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=18
This commit is contained in:
parent
23aac6a00a
commit
83637c883c
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://github.com/projectatomic/libpod.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">podman</param>
|
||||
<param name="versionformat">0.6.4</param>
|
||||
<param name="revision">v0.6.4</param>
|
||||
<param name="versionformat">0.6.5</param>
|
||||
<param name="revision">v0.6.5</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:981ae8a5e5e8278f182a21f2a1072fca49488865965fa631c1cdefc906a93a19
|
||||
size 3034180
|
3
podman-0.6.5.tar.xz
Normal file
3
podman-0.6.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e21318e900fcb784bf66b56945c4a8ceaa42f46df8874d016bb3a30602585ade
|
||||
size 3068128
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 2 05:53:26 UTC 2018 - vrothberg@suse.com
|
||||
|
||||
- Changelog for v0.6.5 (2018-06-29)
|
||||
* Fix built-in volume issue with podman run/create
|
||||
* Add `podman container cleanup` to CLI
|
||||
* Allow multiple containers and all for umount
|
||||
* Returning joining namespace error should not be fatal
|
||||
* Test to verify overlay quotas work, show container overhead on quota
|
||||
* Remove the --registry flag from podman search
|
||||
* utils: fix endless write of resize event
|
||||
* Start prints UUID or container name that user inputs on success
|
||||
* Fix podman hangs when detecting startup error in container attached mode
|
||||
* podman-build --help: update description
|
||||
* docs: add documentation for rootless containers
|
||||
* Add --authfile to podman search
|
||||
* Add podman-image and podman-container man page links
|
||||
* make varlink optional for podman
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 25 05:58:20 UTC 2018 - vrothberg@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: podman
|
||||
Version: 0.6.4
|
||||
Version: 0.6.5
|
||||
Release: 0
|
||||
Summary: Debugging tool for pods and images
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user