From c2334cfa6656d2c319946aa92e8c22925fe8c25d9f455aa8d69b85ab5b44b6b4 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Mon, 8 Oct 2018 09:38:41 +0000 Subject: [PATCH] Accepting request 640537 from home:vrothberg:branches:Virtualization:containers - Reduce the disk footprint by recommending git-core instead of hard requiring it. bsc#1108038 OBS-URL: https://build.opensuse.org/request/show/640537 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=267 --- docker.changes | 7 +++++++ docker.spec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docker.changes b/docker.changes index 9d6c117..cf7880d 100644 --- a/docker.changes +++ b/docker.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 8 06:41:21 UTC 2018 - Valentin Rothberg + +- Reduce the disk footprint by recommending git-core instead of + hard requiring it. + bsc#1108038 + ------------------------------------------------------------------- Tue Sep 4 08:32:43 UTC 2018 - rbrown@suse.com diff --git a/docker.spec b/docker.spec index 62d0a72..55e2c41 100644 --- a/docker.spec +++ b/docker.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # nodebuginfo @@ -118,7 +118,6 @@ Requires: docker-runc%{name_suffix}-git = %{required_dockerrunc} Requires: catatonit # Provides mkfs.ext4 - used by Docker when devicemapper storage driver is used Requires: e2fsprogs -Requires: git-core >= 1.7 Requires: iproute2 >= 3.5 Requires: iptables >= 1.4 Requires: procps @@ -134,6 +133,7 @@ Obsoletes: docker-image-migrator # configured to use lvm and the user doesn't explicitly provide a # different storage-driver than devicemapper Recommends: lvm2 >= 2.2.89 +Recommends: git-core >= 1.7 Conflicts: lxc < 1.0 ExcludeArch: s390 ppc # Make sure we build with go 1.10