Accepting request 597434 from devel:CaaSP:Head:ControllerNode

OBS-URL: https://build.opensuse.org/request/show/597434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2018-04-19 13:30:08 +00:00 committed by Git OBS Bridge
parent ef013948ed
commit 0887f99d61
5 changed files with 28 additions and 7 deletions

View File

@ -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.1</param>
<param name="revision">v0.4.1</param>
<param name="versionformat">0.4.2</param>
<param name="revision">v0.4.2</param>
</service>
<service name="recompress" mode="disabled">

View File

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

3
podman-0.4.2.tar.xz Normal file
View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Apr 17 06:44:19 UTC 2018 - vrothberg@suse.com
- Require golang >= 1.9.
-------------------------------------------------------------------
Tue Apr 17 06:19:33 UTC 2018 - vrothberg@suse.com
- Update podman to v0.4.2:
* Allowing attaching stdin to non-interactive containers
* Fix terminal attach
* Fix locking interaction in batched Exec() on container
* Force host UID/GID mapping when creating containers
* Do not lock all containers during pod kill
* Do not lock all containers during pod start
* Make pod stop lock one container at a time
* Containers transitioning to stop should not break stats
* Add -i to exec for compatibility reasons
* Unescape characters in inspect JSON format output
* Use buildah commit for podman commit
-------------------------------------------------------------------
Mon Apr 9 07:48:52 UTC 2018 - parlt@suse.com

View File

@ -22,7 +22,7 @@
%define with_libostree 1
%endif
Name: podman
Version: 0.4.1
Version: 0.4.2
Release: 0
Summary: Debugging tool for pods and images
License: Apache-2.0
@ -44,7 +44,7 @@ BuildRequires: libbtrfs-devel
BuildRequires: libcontainers-common
BuildRequires: libgpgme-devel
BuildRequires: libseccomp-devel
BuildRequires: golang(API) >= 1.7
BuildRequires: golang(API) >= 1.9
Requires: buildah
Requires: cni
Requires: cni-plugins