Changelog for
runc-test-0.1.1+gitr2947_9c2d8d1-45.2.noarch.rpm :
Thu Apr 13 14:00:00 2017 jmassaguerplaAATTsuse.com
- update version to the one required by docker-17.04.0-ce (bsc#1034053)
remove ignore_cgroup2_mountpoint.patch . This is already included in
the upstream source code.
Wed Apr 12 14:00:00 2017 jmassaguerplaAATTsuse.com
- Make sure this is being built with go 1.7
Tue Apr 11 14:00:00 2017 jmassaguerplaAATTsuse.com
- remove the go_arches macro because we are using go1.7 which
is available in all archs
Wed Mar 29 14:00:00 2017 jmassaguerplaAATTsuse.com
- fix bsc#1028113 - runc: make sure to ignore cgroup v2 mountpoints
This is a backport of https://github.com/opencontainers/runc/pull/1266
+ ignore_cgroup2_mountpoint.patch
Fri Feb 24 13:00:00 2017 jmassaguerplaAATTsuse.com
- update to docker-1.13.0 requirement
Fri Jan 13 13:00:00 2017 jmassaguerplaAATTsuse.com
- fix CVE-2016-9962 bsc#1012568 and applying the patch
CVE-2016-9962.patch, because 1.12.6 partially fixes it (it contains
the first patch attached in bsc#1012568)
Mon Dec 19 13:00:00 2016 jmassaguerplaAATTsuse.com
- update runc to the version used in docker 1.12.5 (bsc#1016307).
This fixes bsc#1015661
Mon Dec 19 13:00:00 2016 asaraiAATTsuse.com
- For the moment, we have to switch to using Docker\'s fork of runC. This
*will
*
be solved properly by creating a new package purely for Docker\'s runC fork,
because it\'s quite silly to tie OCI project releases to Docker\'s vendoring
scheme. Once this is fixed, this package will be switch to being purely-OCI.
Fri Dec 16 13:00:00 2016 jmassaguerplaAATTsuse.com
- add the /usr/bin/docker-run symlink to partially fix bsc#1015661
Thu Nov 24 13:00:00 2016 jmassaguerplaAATTsuse.com
- fix version by adding a revision \"counter\" so that it will always
increase
fix bsc#1009961
Thu Oct 13 14:00:00 2016 jmassaguerplaAATTsuse.com
- update to 02f8fa7 because that is the needed version for docker 1.12.1 (bsc#1004490)
Wed Sep 21 14:00:00 2016 jengelhAATTinai.de
- Run fdupes.
Mon Sep 19 14:00:00 2016 jmassaguerplaAATTsuse.com
- fix go_arches definition: use global instead of define, otherwise
it fails to build
Fri Aug 26 14:00:00 2016 asaraiAATTsuse.com
- Remove docker-runc symlink because it\'s been fixed within the Docker
package. bsc#978260
Thu Aug 25 14:00:00 2016 jmassaguerplaAATTsuse.com
- Create a symlink /usr/sbin/docker-runc -> /usr/sbin/docker
Docker expects this symlink to exist bsc#978260
Thu Aug 25 14:00:00 2016 jmassaguerplaAATTsuse.com
- Remove GOPATH at the end of the GOPATH assignment
cause GOPATH is empty and if we do that, we get the path \"\"
appended, which causes gcc6-go to complain
Wed Aug 24 14:00:00 2016 jmassaguerplaAATTsuse.com
- add go_arches in project configuration: this way, we can use the
same spec file but decide in the project configuration if to
use gc-go or gcc-go for some archs.
Thu Aug 18 14:00:00 2016 jmassaguerplaAATTsuse.com
- use gcc6-go instead of gcc5-go (bsc#988408)
- build ppc64le with gc-go because this version builds with gc-go 1.6
Thu Aug 18 14:00:00 2016 cbraunerAATTsuse.de
- bump git commit id to the one required by docker v1.12.0 (bsc#995058)
- run unit tests during package build
- remove seccomp-use-pkg-config.patch
The patch is now upstream.
- remove GO_BUILD_FLAGS macro and substitute with BUILDFLAGS env variable to
allow for easier string appending.
- only run unit test on architectures that provide the go list and go test tools
Wed Aug 17 14:00:00 2016 cbraunerAATTsuse.de
- Add runc-test package which contains the source code and the test. This
package will be used to run the integration tests.
- Simplify package build and check sections: Instead of symlinking we default to
cp -avr. go list gets confused by symlinks hence, we need to copy the source
code anyway if we want to run unit tests during package build at some point.
Fri Apr 29 14:00:00 2016 asaraiAATTsuse.de
* Update to runC 0.1.1. (bsc#989566 FATE#320763) Changelog from upstream:
This release includes a bug fix for adding the selinux mount label in the specification.
Tue Apr 19 14:00:00 2016 asaraiAATTsuse.de
* Don\'t use gcc-go for aarch64, since gc has grown support for it and is more
stable.
Fri Apr 15 14:00:00 2016 asaraiAATTsuse.de
* Disable seccomp entirely for aarch64 builds, since it is not provided on all
SUSE platforms.
Wed Apr 13 14:00:00 2016 asaraiAATTsuse.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:00:00 2016 asaraiAATTsuse.de
* Install to /usr/sbin. https://github.com/opencontainers/runc/pull/702
Sun Mar 27 14:00:00 2016 asaraiAATTsuse.de
* Added runC man pages.
* Recommended criu, since it\'s required for the checkpoint and restore
functionality.
Sun Mar 27 14:00:00 2016 asaraiAATTsuse.de
* Small updates to method of compilation to better match Makefile.
Mon Mar 21 13:00:00 2016 asaraiAATTsuse.de
* Make compilation work on gcc-go only systems (ppc and s390).
Mon Mar 21 13:00:00 2016 asaraiAATTsuse.de
* 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.