diff --git a/docker.changes b/docker.changes index c130642..73b98e4 100644 --- a/docker.changes +++ b/docker.changes @@ -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 diff --git a/docker.spec b/docker.spec index c9dd267..bd0de84 100644 --- a/docker.spec +++ b/docker.spec @@ -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