From b4e2330c81b4955b026486bc97622db241fa5dbc52e45bb84a4386c4cf84e8fc Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 9 Jul 2018 11:31:02 +0000 Subject: [PATCH] Accepting request 621674 from devel:CaaSP:Head:ControllerNode OBS-URL: https://build.opensuse.org/request/show/621674 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=19 --- _service | 4 ++-- podman-0.6.5.tar.xz | 3 --- podman-0.7.1.tar.xz | 3 +++ podman.changes | 16 ++++++++++++++++ podman.spec | 6 +++--- 5 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 podman-0.6.5.tar.xz create mode 100644 podman-0.7.1.tar.xz diff --git a/_service b/_service index 7143a6c..6806b4c 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ https://github.com/projectatomic/libpod.git git podman -0.6.5 -v0.6.5 +0.7.1 +v0.7.1 diff --git a/podman-0.6.5.tar.xz b/podman-0.6.5.tar.xz deleted file mode 100644 index 9a1d533..0000000 --- a/podman-0.6.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e21318e900fcb784bf66b56945c4a8ceaa42f46df8874d016bb3a30602585ade -size 3068128 diff --git a/podman-0.7.1.tar.xz b/podman-0.7.1.tar.xz new file mode 100644 index 0000000..6ed2c86 --- /dev/null +++ b/podman-0.7.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb88b5fe3db4cba094442d34b0becb862c8971e73b97c034e98448d757defa2 +size 3088196 diff --git a/podman.changes b/podman.changes index 5a75e4b..58abd5b 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jul 9 05:47:32 UTC 2018 - vrothberg@suse.com + +- Changelog for v0.7.1 (2018-07-06) + * Block use of /proc/acpi from inside containers + * Remove per-container CGroup parents + * rootless: add /run/user/$UID to the lookup paths + * rootless: add function to retrieve the original UID + * rootless: always set XDG_RUNTIME_DIR + * rootless: set XDG_RUNTIME_DIR also for state and exec + * urfave/cli: fix parsing of short opts + * docs: Follow man-pages(7) suggestions for SYNOPSIS + * Allow multiple mounts + +- re-enable varlink support (build conditional) + ------------------------------------------------------------------- Mon Jul 2 05:53:26 UTC 2018 - vrothberg@suse.com diff --git a/podman.spec b/podman.spec index 1dba497..ab41ca1 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: podman -Version: 0.6.5 +Version: 0.7.1 Release: 0 Summary: Debugging tool for pods and images License: Apache-2.0 @@ -97,10 +97,10 @@ cd $HOME/go/src/%{project} %if 0%{?with_libostree} echo "Compiling with libostree support" -export BUILDTAGS="seccomp apparmor" +export BUILDTAGS="seccomp apparmor varlink" %else echo "Compiling without libostree support" -export BUILDTAGS="seccomp apparmor containers_image_ostree_stub" +export BUILDTAGS="seccomp apparmor varlink containers_image_ostree_stub" %endif # Build podman