From 206247e5987ea4bdfc8fb086c89bf020e2cba91fa2cbd00e0cbd4f79825fe4df Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 15 Jan 2019 08:17:28 +0000 Subject: [PATCH] Accepting request 665311 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/665311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=35 --- podman-0.12.1.2.tar.xz | 3 --- podman-1.0.0.tar.xz | 3 +++ podman.changes | 12 ++++++++++++ podman.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 podman-0.12.1.2.tar.xz create mode 100644 podman-1.0.0.tar.xz diff --git a/podman-0.12.1.2.tar.xz b/podman-0.12.1.2.tar.xz deleted file mode 100644 index 22b556a..0000000 --- a/podman-0.12.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:265ff7eb7d239de57c6218845e5ade95080f3382308f3fd9a5b64e1b439c29ea -size 3435884 diff --git a/podman-1.0.0.tar.xz b/podman-1.0.0.tar.xz new file mode 100644 index 0000000..bc368a7 --- /dev/null +++ b/podman-1.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d442a103023accfc2b100313d16a47065b15a7e688422be1f5705a870c1b0e1e +size 3509240 diff --git a/podman.changes b/podman.changes index 5174e3e..1d1e032 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jan 13 15:39:42 UTC 2019 - Richard Brown + +- Upgrade to v1.0.0 + * The podman exec command now includes a --workdir option to set working directory for the executed command + * The podman create and podman run commands now support the --init flag to use a minimal init process in the container + * Added the podman image sign command to GPG sign images + * The podman run --device flag now accepts directories, and will added any device nodes in the directory to the container + * Added the podman play kube command to create pods and containers from Kubernetes pod YAML + * Rootless containers now unconditionally use postrun cleanup processes, ensuring resources are freed when the container stops + * Pulling images has been parallelized, allowing individual layers to be pulled in parallel + ------------------------------------------------------------------- Tue Jan 8 11:20:42 UTC 2019 - Richard Brown diff --git a/podman.spec b/podman.spec index 0872983..ae74f74 100644 --- a/podman.spec +++ b/podman.spec @@ -24,7 +24,7 @@ %define with_libostree 1 %endif Name: podman -Version: 0.12.1.2 +Version: 1.0.0 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0