forked from pool/podman
Accepting request 600001 from devel:CaaSP:Head:ControllerNode
OBS-URL: https://build.opensuse.org/request/show/600001 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=8
This commit is contained in:
parent
0887f99d61
commit
96c178a12d
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.4.2</param>
|
||||
<param name="revision">v0.4.2</param>
|
||||
<param name="versionformat">0.4.3</param>
|
||||
<param name="revision">v0.4.3</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41a69dc734a773921247b6677ea2ec23589f9b068e4e070e89a119af82975e9c
|
||||
size 2165436
|
3
podman-0.4.3.tar.xz
Normal file
3
podman-0.4.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:deaa63bef127da21320fca69a94071292a1a774fb724b2907ac7e43b3ffb2eee
|
||||
size 2165644
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 23 08:37:57 UTC 2018 - parlt@suse.com
|
||||
|
||||
- Update podman to v0.4.3:
|
||||
* podman push without destination image
|
||||
* Add make .git target
|
||||
* Fix tests for podman run --attach
|
||||
* Vendor in latest containers/image and contaners/storage
|
||||
* It is OK to start an already running container (with no attach)
|
||||
* Allow podman start to attach to a running container
|
||||
* regression: tls verify should be set on registries.conf if insecure
|
||||
* ip validation game too strong
|
||||
* reverse host field order (ip goes first) - fix host string split to permit IPv6
|
||||
* Allow podman to exit exit codes of removed containers
|
||||
* validate dns-search values prior to creation
|
||||
* Add WaitContainerReady for wait for docker registry ready
|
||||
* podman pull should always try to pull
|
||||
* Allow the use of -i/-a on any container
|
||||
* Fix secrets patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 17 06:44:19 UTC 2018 - vrothberg@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: podman
|
||||
Version: 0.4.2
|
||||
Version: 0.4.3
|
||||
Release: 0
|
||||
Summary: Debugging tool for pods and images
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user