Commit Graph

6 Commits

Author SHA256 Message Date
Aleksa Sarai
3ad6412212 * 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
2016-04-13 12:11:46 +00:00
Aleksa Sarai
3454b32f47 * Install to /usr/sbin. https://github.com/opencontainers/runc/pull/702
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=5
2016-03-30 14:18:58 +00:00
Aleksa Sarai
bb5d97f8a5 * Added runC man pages.
* Recommended criu, since it's required for the checkpoint and restore
  functionality.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=4
2016-03-27 15:19:30 +00:00
Aleksa Sarai
458b6a1436 * Small updates to method of compilation to better match Makefile.
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=3
2016-03-27 10:15:05 +00:00
Aleksa Sarai
d0e8967175 * Make compilation work on gcc-go only systems (ppc and s390).
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=2
2016-03-21 12:15:39 +00:00
Aleksa Sarai
47eb55f8be * initial import of runC 0.0.9
* add patch seccomp-use-pkg-config.patch which allows us to build runC, since
  they assume that the seccomp.h file lives at /usr/include/seccomp.h.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=1
2016-03-21 08:36:29 +00:00