From 93c5e4c56c65b3105b4370fd5afecc0fa98d9184a4a443e4487a7dc303803442 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Thu, 24 Nov 2016 16:09:34 +0000 Subject: [PATCH] - fix runc and containerd revisions fix bsc#1009961 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=152 --- docker.changes | 6 ++++++ docker.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docker.changes b/docker.changes index 2e637b5..0f2cf60 100644 --- a/docker.changes +++ b/docker.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 24 16:09:52 UTC 2016 - jmassaguerpla@suse.com + +- fix runc and containerd revisions + fix bsc#1009961 + ------------------------------------------------------------------- Thu Oct 27 11:13:56 UTC 2016 - jmassaguerpla@suse.com diff --git a/docker.spec b/docker.spec index 35f4548..5717fcd 100644 --- a/docker.spec +++ b/docker.spec @@ -87,8 +87,8 @@ Requires: ca-certificates-mozilla # execdrivers of Docker. NOTE: The version pinning here matches upstream's # Dockerfile to ensure that we don't use a slightly incompatible version of # runC or containerd (which would be bad). -Requires: containerd = 0.2.4+git0366d7e -Requires: runc = 0.1.1+git02f8fa7 +Requires: containerd = 0.2.4+gitr565_0366d7e +Requires: runc = 0.1.1+gitr2816_02f8fa7 # Provides mkfs.ext4 - used by Docker when devicemapper storage driver is used Requires: e2fsprogs Requires: git-core >= 1.7