Accepting request 611223 from devel:CaaSP:Head:ControllerNode
OBS-URL: https://build.opensuse.org/request/show/611223 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=12
This commit is contained in:
parent
0a91c7d7ca
commit
d49ed462ed
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.2</param>
|
||||
<param name="revision">v0.5.2</param>
|
||||
<param name="versionformat">0.5.3</param>
|
||||
<param name="revision">v0.5.3</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03d7dbf116784ab78bf6a340665a5bc2f605ac84a195c73ef2bfe1ef35e1369f
|
||||
size 2939820
|
3
podman-0.5.3.tar.xz
Normal file
3
podman-0.5.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b63278b8a8df7aa66a679ed61719f19686cadb555af950cbf56d3d62fc41dee
|
||||
size 2978596
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 22 10:16:03 UTC 2018 - parlt@suse.com
|
||||
|
||||
- Changelog for v0.5.3 (2018-05-18):
|
||||
* troubleshooting: Add console syntax highlighting
|
||||
* Refresh pods when refreshing podman state
|
||||
* Add per-pod CGroups
|
||||
* Add pod state
|
||||
* hooks: Fix monitoring of multiple directories
|
||||
* Add Troubleshooting guide
|
||||
* Add python3 package to podman
|
||||
* libpod: fix panic when using -t and the process fails to start
|
||||
* Allow push/save without image reference
|
||||
* Fix podman inspect bash completions
|
||||
* Support pulling Dockerfile from http
|
||||
* add more bash completions
|
||||
* implement varlink commit
|
||||
* fix segfault for podman push
|
||||
* Add the Podman Logo
|
||||
* hooks: Add package support for extension stages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 08:33:11 UTC 2018 - vrothberg@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: podman
|
||||
Version: 0.5.2
|
||||
Version: 0.5.3
|
||||
Release: 0
|
||||
Summary: Debugging tool for pods and images
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user