From f129359d5e685b393785d012adcecbb8c0927964cfe5b22c3e4ebc6d4df07f9b Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Tue, 15 Mar 2016 11:39:02 +0000 Subject: [PATCH] fix changelog OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=84 --- docker.changes | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/docker.changes b/docker.changes index bdbd7aa..4dbc02c 100644 --- a/docker.changes +++ b/docker.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Mar 15 09:16:55 UTC 2016 - asarai@suse.de + +- docker.spec: update warning to mention that /etc/sysconfig/docker is sourced + by the migration script. + +------------------------------------------------------------------- +Mon Mar 14 10:20:19 UTC 2016 - asarai@suse.de + +- docker.spec: only Reccomends: the docker-image-migrator package as it is no + longer required for our ugly systemctl hacks. +- docker.spec: fix up documentation to refer to the script you need to run in + the migrator package. +- docker.spec: print a warning if you force the DOCKER_FORCE_INSTALL option. + ------------------------------------------------------------------- Fri Mar 11 08:44:46 UTC 2016 - asarai@suse.de @@ -57,7 +72,7 @@ Tue Mar 1 17:54:41 UTC 2016 - jmassaguerpla@suse.com ------------------------------------------------------------------- Tue Mar 1 15:28:56 UTC 2016 - jmassaguerpla@suse.com -- Require docker-image-migrator (bnc#968933) +- Require docker-image-migrator (bnc#968933) ------------------------------------------------------------------- Tue Feb 23 08:55:17 UTC 2016 - jmassaguerpla@suse.com @@ -85,7 +100,7 @@ Update to version 1.10.2 (bnc#968933) - Security Fix potential cache corruption and delegation conflict issues #20523 - + link to changelog: https://github.com/docker/docker/blob/v1.10.2/CHANGELOG.md @@ -108,12 +123,12 @@ Fri Feb 12 16:04:19 UTC 2016 - jmassaguerpla@suse.com - Update to docker 1.10.1 It includes some fixes to 1.10.0, see detailed changelog in -https://github.com/docker/docker/blob/v1.10.1/CHANGELOG.md +https://github.com/docker/docker/blob/v1.10.1/CHANGELOG.md ------------------------------------------------------------------- Tue Feb 9 17:24:46 UTC 2016 - jmassaguerpla@suse.com -- Update docker to 1.10.0 (bnc#965918) +- Update docker to 1.10.0 (bnc#965918) Add usernamespace support Add support for custom seccomp profiles @@ -121,7 +136,7 @@ Tue Feb 9 17:24:46 UTC 2016 - jmassaguerpla@suse.com detailed changelog in -https://github.com/docker/docker/blob/590d5108bbdaabb05af590f76c9757daceb6d02e/CHANGELOG.md +https://github.com/docker/docker/blob/590d5108bbdaabb05af590f76c9757daceb6d02e/CHANGELOG.md - removed patches, because code has been merged in 1.10.0 release: libcontainer-apparmor-fixes.patch: see: https://github.com/docker/docker/blob/release/v1.10/contrib/apparmor/template.go @@ -152,7 +167,7 @@ https://github.com/docker/docker/blob/590d5108bbdaabb05af590f76c9757daceb6d02e/C fix-apparmor.patch: fix https://github.com/docker/docker/issues/20269 . It affects SLE12 which has apparmor version 2.8 and not openSUSE which has version 2.9. fix-ppc64le.patch: Build netlink driver using int8 and not uint8 for the data structure - + - reviewed patches: ignore-dockerinit-checksum.patch: review context in patch