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
This commit is contained in:
parent
1754fa7fc7
commit
c2334cfa66
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 8 06:41:21 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user