From ffc51440799e4d67f7207e7f0015559e88d1bf35e8bc2d7800ce4c590cff2e31 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Wed, 13 Apr 2016 12:11:46 +0000 Subject: [PATCH] * Update to runC 0.1.0. Changelog from upstream: This release updates runc to the OCI runtime specification v0.5.0 and includes various fixes and features. Features: + cgroups: pid limits and stats + cgroups: kmem stats + systemd cgroup support + libcontainer specconv package + no pivot root option + numeric ids are treated as uid/gid + hook improvements Bug Fixes: * log flushing * atomic pid file creation * init error recovery * seccomp logging removed * delete container on aborted start * /dev bind mount handling OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=6 --- _service | 4 ++-- runc-0.0.9.tar.xz | 3 --- runc-0.1.0.tar.xz | 3 +++ runc.changes | 25 +++++++++++++++++++++++++ runc.spec | 4 ++-- 5 files changed, 32 insertions(+), 7 deletions(-) delete mode 100644 runc-0.0.9.tar.xz create mode 100644 runc-0.1.0.tar.xz diff --git a/_service b/_service index 34a026c..de8ecbd 100644 --- a/_service +++ b/_service @@ -3,8 +3,8 @@ https://github.com/opencontainers/runc.git git runc - 0.0.9 - v0.0.9 + 0.1.0 + v0.1.0 .git diff --git a/runc-0.0.9.tar.xz b/runc-0.0.9.tar.xz deleted file mode 100644 index 834fbc8..0000000 --- a/runc-0.0.9.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34655a93bd652a178a58cf04d8b2585ec0be37bf2fd047d9fbbcf45590cfe618 -size 351256 diff --git a/runc-0.1.0.tar.xz b/runc-0.1.0.tar.xz new file mode 100644 index 0000000..56b6b7a --- /dev/null +++ b/runc-0.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177b2e2af61f33d22ca5e606af924173f36a1ef631233c12bc50b75ffeedb71f +size 365300 diff --git a/runc.changes b/runc.changes index 689eb4b..4a46978 100644 --- a/runc.changes +++ b/runc.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed Apr 13 12:03:09 UTC 2016 - asarai@suse.de + +* Update to runC 0.1.0. Changelog from upstream: + + This release updates runc to the OCI runtime specification v0.5.0 and includes + various fixes and features. + + Features: + + cgroups: pid limits and stats + + cgroups: kmem stats + + systemd cgroup support + + libcontainer specconv package + + no pivot root option + + numeric ids are treated as uid/gid + + hook improvements + + Bug Fixes: + * log flushing + * atomic pid file creation + * init error recovery + * seccomp logging removed + * delete container on aborted start + * /dev bind mount handling + ------------------------------------------------------------------- Wed Mar 30 14:18:18 UTC 2016 - asarai@suse.de diff --git a/runc.spec b/runc.spec index 0ff0beb..b71f892 100644 --- a/runc.spec +++ b/runc.spec @@ -24,10 +24,10 @@ %define GO_BUILD_FLAGS "-gccgoflags=-Wl,--add-needed -Wl,--no-as-needed -static-libgo -ldl -lseccomp -lselinux -lapparmor" %endif -%define version_unconverted 0.0.9 +%define version_unconverted 0.1.0 Name: runc -Version: 0.0.9 +Version: 0.1.0 Release: 0 Summary: Tool for spawning and running OCI containers License: Apache-2.0