From: Sage Weil Date: Wed, 12 Mar 2014 04:22:57 +0000 (-0700) Subject: debian: make ceph depend on ceph-common >= 0.67 X-Git-Tag: v0.78~25^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1450%2Fhead;p=ceph.git debian: make ceph depend on ceph-common >= 0.67 The older versions of ceph-common (ceph CLI, in particular) can't talk to newer clusters. The primary change happened with dumpling when the new CLI and rest-api changes were made. Although in reality ceph doesn't care what version of ceph-common is installed, in practice this forces ceph-common to get upgraded along with ceph and avoids some user pain. Fixes: #7641 Signed-off-by: Sage Weil --- diff --git a/debian/control b/debian/control index 1572eb0de5bda..f7658358ad059 100644 --- a/debian/control +++ b/debian/control @@ -46,7 +46,7 @@ Standards-Version: 3.9.3 Package: ceph Architecture: linux-any Depends: binutils, - ceph-common, + ceph-common (>= 0.67), cryptsetup-bin | cryptsetup, gdisk, parted,