From: Sage Weil Date: Thu, 16 May 2013 20:17:45 +0000 (-0700) Subject: debian: make radosgw require matching version of librados2 X-Git-Tag: v0.63~22 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=604c83ff18f9a40c4f44bc8483ef22ff41efc8ad;p=ceph.git debian: make radosgw require matching version of librados2 ...indirectly via ceph-common. We get bad behavior when they diverge, I think because of libcommon.la being linked both statically and dynamically. Fixes: #4997 Backport: cuttlefish, bobtail Signed-off-by: Sage Weil Reviewed-by: Gary Lowell --- diff --git a/debian/control b/debian/control index 9e8bcdcc9d05..88f4030cecbf 100644 --- a/debian/control +++ b/debian/control @@ -338,7 +338,7 @@ Description: Ceph distributed file system client library (development files) Package: radosgw Architecture: linux-any -Depends: ceph-common, ${misc:Depends}, ${shlibs:Depends} +Depends: ceph-common (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: REST gateway for RADOS distributed object store RADOS is a distributed object store used by the Ceph distributed storage system. This package provides a REST gateway to the