* 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
This commit is contained in:
Aleksa Sarai 2016-04-13 12:11:46 +00:00 committed by Git OBS Bridge
parent 3454b32f47
commit 3ad6412212
5 changed files with 32 additions and 7 deletions

View File

@ -3,8 +3,8 @@
<param name="url">https://github.com/opencontainers/runc.git</param>
<param name="scm">git</param>
<param name="filename">runc</param>
<param name="versionformat">0.0.9</param>
<param name="revision">v0.0.9</param>
<param name="versionformat">0.1.0</param>
<param name="revision">v0.1.0</param>
<param name="exclude">.git</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34655a93bd652a178a58cf04d8b2585ec0be37bf2fd047d9fbbcf45590cfe618
size 351256

3
runc-0.1.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:177b2e2af61f33d22ca5e606af924173f36a1ef631233c12bc50b75ffeedb71f
size 365300

View File

@ -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

View File

@ -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