From 63ed852619d91b7d1a55a69296ca0d0b8a7fdd87a70b15217f678204dcf0cf5f Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Wed, 18 Oct 2017 06:27:21 +0000 Subject: [PATCH] Correct a series of minor issues in the v17.07.0_ce update, mainly related to changelog entries and the versions of certain packages not being correct. OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=205 --- docker.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker.spec b/docker.spec index aececc1..c9c7ed7 100644 --- a/docker.spec +++ b/docker.spec @@ -88,12 +88,12 @@ BuildRequires: zsh Requires: apparmor-parser Requires: bridge-utils Requires: ca-certificates-mozilla -Requires: docker-libnetwork = 0.7.0dev.3+git20170816.4a242dba7739 +Requires: docker-libnetwork = 0.7.0+gitr2322_4a242dba7739 # Containerd and runC are required as they are the only currently supported # execdrivers of Docker. NOTE: The version pinning here matches upstream's # vendor.conf to ensure that we don't use a slightly incompatible version of # runC or containerd (which would be bad). -Requires: containerd = 0.2.3+gitr671_3addd8406531 +Requires: containerd = 0.2.8+gitr671_3addd8406531 Requires: docker-runc = 1.0.0rc3+gitr3201_2d41c04 # Provides mkfs.ext4 - used by Docker when devicemapper storage driver is used Requires: e2fsprogs