SHA256
1
0
forked from pool/runc
Commit Graph

7 Commits

Author SHA256 Message Date
Aleksa Sarai
a16035cb0e * Disable seccomp entirely for aarch64 builds, since it is not provided on all
SUSE platforms.

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=7
2016-04-15 10:47:01 +00:00
Aleksa Sarai
ffc5144079 * 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
ff3f9b9234 * 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
723532a2f2 * 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
b67aa431ac * 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
45aa94d4dc * 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
3ecd3b8405 * 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