forked from pool/podman
Accepting request 613902 from devel:CaaSP:Head:ControllerNode
OBS-URL: https://build.opensuse.org/request/show/613902 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=13
This commit is contained in:
parent
d49ed462ed
commit
0c005e28b5
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.5.3</param>
|
||||
<param name="revision">v0.5.3</param>
|
||||
<param name="versionformat">0.5.4</param>
|
||||
<param name="revision">v0.5.4</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b63278b8a8df7aa66a679ed61719f19686cadb555af950cbf56d3d62fc41dee
|
||||
size 2978596
|
3
podman-0.5.4.tar.xz
Normal file
3
podman-0.5.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ceb7a3013876e7a2cf0b15896be23acda2659ea23e9b95e466cba1dd22e8975
|
||||
size 2996720
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 12:35:47 UTC 2018 - parlt@suse.com
|
||||
|
||||
- Changelog for v0.5.4 (2018-05-25):
|
||||
* Make references to the Process part of Spec conditional
|
||||
* save and load should support multi-tag for docker-archive
|
||||
* Implement python podman create and start
|
||||
* Set Entrypoint from image only if not already set
|
||||
* Update podman build to match buildah bud functionality
|
||||
* Fix handling of command in images
|
||||
* Add support for Zulu timestamp parsing
|
||||
* Clarify using podman build with a URL, Git repo, or archive.
|
||||
* podman create, start, getattachsocket
|
||||
* oci-hooks.5: Discuss directory precedence and monitoring
|
||||
* Tighten the security on the podman varlink socket
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 10:16:03 UTC 2018 - parlt@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: podman
|
||||
Version: 0.5.3
|
||||
Version: 0.5.4
|
||||
Release: 0
|
||||
Summary: Debugging tool for pods and images
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user