Accepting request 606964 from devel:CaaSP:Head:ControllerNode
OBS-URL: https://build.opensuse.org/request/show/606964 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=11
This commit is contained in:
parent
9b7d102bda
commit
0a91c7d7ca
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.1</param>
|
||||
<param name="revision">v0.5.1</param>
|
||||
<param name="versionformat">0.5.2</param>
|
||||
<param name="revision">v0.5.2</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4a971b6f37f2610bee831ee15035f96655f4f2ca129af045357f77dfec4d072
|
||||
size 2282844
|
3
podman-0.5.2.tar.xz
Normal file
3
podman-0.5.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03d7dbf116784ab78bf6a340665a5bc2f605ac84a195c73ef2bfe1ef35e1369f
|
||||
size 2939820
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 08:33:11 UTC 2018 - vrothberg@suse.com
|
||||
|
||||
- Changelog for v0.5.2 (2018-05-11):
|
||||
* Fix varlink remove image force
|
||||
* Do not error trying to remove cgroups that don't exist
|
||||
* Remove parent cgroup we create with cgroupfs
|
||||
* Place Conmon and Container in separate CGroups
|
||||
* Add --cgroup-manager flag to Podman binary
|
||||
* Major fixes to systemd cgroup handling
|
||||
* Add validation for CGroup parents. Pass CGroups path into runc
|
||||
* varlink info
|
||||
* Dont eat the pull error message for varlink
|
||||
* podman push should honor registries.conf
|
||||
* alphabetize the varlink methods, types, and errors in the docs
|
||||
* Add missing newline to podman port
|
||||
* Fix calculation of RunningFor in ps json output
|
||||
* Should not error out if container no longer exists in oci
|
||||
* Make invalid state nonfatal when cleaning up in run
|
||||
* podman, userNS: configure an intermediate mount namespace
|
||||
* networking, userNS: configure the network namespace after create
|
||||
* Begin wiring in USERNS Support into podman
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 7 05:42:24 UTC 2018 - vrothberg@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: podman
|
||||
Version: 0.5.1
|
||||
Version: 0.5.2
|
||||
Release: 0
|
||||
Summary: Debugging tool for pods and images
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user