From 84950fc359f72b7fe4be580af51b2fc2a9a26a7d1ae767d07095b4cf1f59c408 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 30 Jun 2019 08:16:57 +0000 Subject: [PATCH] Accepting request 712138 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/712138 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=44 --- _service | 8 ++++---- conmon-0.2.0.tar.xz | 3 --- conmon-0.3.0.tar.xz | 3 +++ podman-1.4.0.tar.xz | 3 --- podman-1.4.2.tar.xz | 3 +++ podman.changes | 47 +++++++++++++++++++++++++++++++++++++++++++++ podman.spec | 6 +++--- 7 files changed, 60 insertions(+), 13 deletions(-) delete mode 100644 conmon-0.2.0.tar.xz create mode 100644 conmon-0.3.0.tar.xz delete mode 100644 podman-1.4.0.tar.xz create mode 100644 podman-1.4.2.tar.xz diff --git a/_service b/_service index 14c59a6..5d3a83d 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/containers/libpod.git git podman -1.4.0 -v1.4.0 +1.4.2 +v1.4.2 @@ -16,8 +16,8 @@ https://github.com/containers/conmon.git git conmon -0.2.0 -v0.2.0 +0.3.0 +v0.3.0 diff --git a/conmon-0.2.0.tar.xz b/conmon-0.2.0.tar.xz deleted file mode 100644 index 3c5771e..0000000 --- a/conmon-0.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b252d218765f1e9e0a562ddd259db4dbcc9519c60e2b11ecad2b84fae64fea37 -size 42648 diff --git a/conmon-0.3.0.tar.xz b/conmon-0.3.0.tar.xz new file mode 100644 index 0000000..90c904d --- /dev/null +++ b/conmon-0.3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29dd3412243a8756efdf2dff160c0a971474c68ae8bf2d0df952df35740acc35 +size 43388 diff --git a/podman-1.4.0.tar.xz b/podman-1.4.0.tar.xz deleted file mode 100644 index 812dfbf..0000000 --- a/podman-1.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32b65555598b03ba839939e776d211700a3fdd4728129d25b406c528d7a8fc22 -size 3828576 diff --git a/podman-1.4.2.tar.xz b/podman-1.4.2.tar.xz new file mode 100644 index 0000000..c0870cd --- /dev/null +++ b/podman-1.4.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38746655050a342257ca796076f3c31ec259705b1f71307d3f9e403f189b0c8 +size 3831512 diff --git a/podman.changes b/podman.changes index aee4583..6d5b4ad 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Wed Jun 26 11:24:32 UTC 2019 - Robert Frohl + +- Update podman to v1.4.2 + - Fixed a bug where Podman could not run containers using an older version of + Systemd as init + - Updated vendored Buildah to v1.9.0 to resolve a critical bug with + Dockerfile RUN instructions + - The error message for running podman kill on containers that are not + running has been improved + - Podman remote client can now log to a file if syslog is not available + - The podman exec command now sets its error code differently based on + whether the container does not exist, and the command in the container does + not exist + - The podman inspect command on containers now outputs Mounts JSON that matches + that of docker inspect, only including user-specified volumes and + differentiating bind mounts and named volumes + - The podman inspect command now reports the path to a container's OCI spec + with the OCIConfigPath key (only included when the container is initialized + or running) + - The podman run --mount command now supports the bind-nonrecursive option for + bind mounts + - Fixed a bug where podman play kube would fail to create containers due to an + unspecified log driver + - Fixed a bug where Podman would fail to build with musl libc + - Fixed a bug where rootless Podman using slirp4netns networking in an + environment with no nameservers on the host other than localhost would + result in nonfunctional networking + - Fixed a bug where podman import would not properly set environment + variables, discarding their values and retaining only keys + - Fixed a bug where Podman would fail to run when built with Apparmor support + but run on systems without the Apparmor kernel module loaded + - Remote Podman will now default the username it uses to log in to remote + systems to the username of the current user + - Podman now uses JSON logging with OCI runtimes that support it, allowing for + better error reporting + - Updated vendored containers/image to v2.0 +- Update conmon to v0.3.0 + - Support OOM Monitor under cgroup V2 + - Add config binary and make target for configuring conmon with a go library + for importing values + +------------------------------------------------------------------- +Mon Jun 24 09:36:12 UTC 2019 - Robert Frohl + +- update dependency for slirp4netns to 0.3.0 or newer + ------------------------------------------------------------------- Tue Jun 11 06:43:28 UTC 2019 - Sascha Grunert diff --git a/podman.spec b/podman.spec index 3b18784..010fe7c 100644 --- a/podman.spec +++ b/podman.spec @@ -18,13 +18,13 @@ %define project github.com/containers/libpod %define conmon_project conmon -%define conmonver 0.2.0 +%define conmonver 0.3.0 # Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15 %if 0%{?suse_version} >= 1500 %define with_libostree 1 %endif Name: podman -Version: 1.4.0 +Version: 1.4.2 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0 @@ -65,7 +65,7 @@ Requires: libcontainers-common Requires: libcontainers-image Requires: libcontainers-storage Requires: runc >= 1.0.0~rc4 -Requires: slirp4netns +Requires: slirp4netns >= 0.3.0 Requires: catatonit Requires: fuse-overlayfs Recommends: %{name}-cni-config = %{version}