diff --git a/_service b/_service index d7cc59e..f990bcd 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/projectatomic/libpod.git git podman -0.4.1 -v0.4.1 +0.4.2 +v0.4.2 diff --git a/podman-0.4.1.tar.xz b/podman-0.4.1.tar.xz deleted file mode 100644 index 1a6e3c1..0000000 --- a/podman-0.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09d6cd95de5d1ccea1d68e68040bb0675679058307ccd217f5047dd9e61e3393 -size 2146600 diff --git a/podman-0.4.2.tar.xz b/podman-0.4.2.tar.xz new file mode 100644 index 0000000..1a01d60 --- /dev/null +++ b/podman-0.4.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a69dc734a773921247b6677ea2ec23589f9b068e4e070e89a119af82975e9c +size 2165436 diff --git a/podman.changes b/podman.changes index 8adfdd9..507c19f 100644 --- a/podman.changes +++ b/podman.changes @@ -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 diff --git a/podman.spec b/podman.spec index 0f37059..f3822d0 100644 --- a/podman.spec +++ b/podman.spec @@ -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