forked from pool/docker
Accepting request 487252 from home:m_meister:branches:Virtualization:containers
https://bugzilla.suse.com/show_bug.cgi?id=1032644 OBS-URL: https://build.opensuse.org/request/show/487252 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=176
This commit is contained in:
parent
5038fcde2b
commit
c9c04a0b92
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 11 08:28:33 UTC 2017 - mmeister@suse.com
|
||||
|
||||
- Fix (bsc#1032644)
|
||||
|
||||
Change lvm2 from Requires to Recommends
|
||||
|
||||
Docker usually uses a default storage driver, when it's not configured
|
||||
explicitly. This default driver then depends on the underlying
|
||||
system and gets chosen during installation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 08:12:01 UTC 2017 - jmassaguerpla@suse.com
|
||||
|
||||
|
@ -109,7 +109,6 @@ Requires: e2fsprogs
|
||||
Requires: git-core >= 1.7
|
||||
Requires: iproute2 >= 3.5
|
||||
Requires: iptables >= 1.4
|
||||
Requires: lvm2 >= 2.2.89
|
||||
Requires: procps
|
||||
Requires: tar >= 1.26
|
||||
Requires: xz >= 4.9
|
||||
@ -118,6 +117,10 @@ Requires(post): udev
|
||||
Requires(post): shadow
|
||||
# Not necessary, but must be installed to have a smooth upgrade.
|
||||
Recommends: docker-image-migrator
|
||||
# Not necessary, but must be installed when the underlying system is
|
||||
# configured to use lvm and the user doesn't explicitly provide a
|
||||
# different storage-driver than devicemapper
|
||||
Recommends: lvm2 >= 2.2.89
|
||||
Conflicts: lxc < 1.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExcludeArch: %ix86 s390 ppc
|
||||
|
Loading…
Reference in New Issue
Block a user