SHA256
1
0
forked from pool/podman

Accepting request 582566 from devel:CaaSP:Head:ControllerNode

OBS-URL: https://build.opensuse.org/request/show/582566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2018-03-05 12:45:47 +00:00 committed by Git OBS Bridge
parent 30c47e1268
commit 9c0699d3a9
5 changed files with 48 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<param name="scm">git</param>
<param name="filename">podman</param>
<param name="versionformat">git.%H</param>
<param name="revision">v0.2.1</param>
<param name="revision">v0.3.1</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c9fb5015f3847057411a9687d8e72cea8f4201d5d31c3aa6cb926596789bcbec
size 4691944

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cfd88417ceffb0e7833ea2361af91e0f5d8c950aa784ace07ee0d1cbc2aedc9f
size 4614252

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Sat Mar 3 14:20:06 UTC 2018 - vrothberg@suse.com
- Update podman to v0.3.1:
* allow DNS resolution in containers
* Adjust podman logs error message for clarity
* Instead of erroring on exit file not being found, warn
* podman logs -f: does not detect container stop or rm
* Fix issue with podman logs on fresh containers
* Replace usage of runc with runtime
* Handle removing containers with active exec sessions
* Ensure that Cleanup() will not run on active containers
* Add tracking for exec session IDs
* Add tracking for container exec sessions to DB
* Small fixes to container Exec
* docs/podman-info.1.md update man page
* Update containers/storage
* podman info add registries
* podman stats add networking
* CNIPluginDir: check "/usr/lib/cni"
* remove build alias
* Restrict top output to container's pids only
* ps displays incorrect exit code
* podman load dont panic when no repotags
* Do not override user mounts
* Tagging an image alias by shortname
* Add support for --no-new-privs
* podman ps json output use batched ops
* CreateContainerStorage by image id
* Implement --image-volumes for create and run
* Add ability to start containers in a pod
* Add kill and stop for pods
* Add pod status command
* Add tests and cleanup
* Implement podman run option --cgroup-parent
* Inspect output should be in array form
* Add --time alias to manpages
* Alias --time to --timeout for 'podman stop'
* Resolve contention between copr and fedora repos
* Ensure we don't repeatedly poll disk for exit codes
* Change uptime format in `podman info` to human-readable
-------------------------------------------------------------------
Thu Feb 22 10:25:14 UTC 2018 - vrothberg@suse.com

View File

@ -17,13 +17,13 @@
%define project github.com/projectatomic/libpod
%define commit 3723cecc33399629408770e44eb363e9ca36fdce
%define commit 98b95ff47f8387f47687fb2d1377b722bd6a2915
# Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15
%if 0%{?suse_version} >= 1500
%define with_libostree 1
%endif
Name: podman
Version: 0.2.1
Version: 0.3.1
Release: 0
Summary: Debugging tool for pods and images
License: Apache-2.0