* 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:
parent
ff3f9b9234
commit
ffc5144079
4
_service
4
_service
@ -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">
|
||||
|
@ -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
3
runc-0.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:177b2e2af61f33d22ca5e606af924173f36a1ef631233c12bc50b75ffeedb71f
|
||||
size 365300
|
25
runc.changes
25
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user