From 604c83ff18f9a40c4f44bc8483ef22ff41efc8ad Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 16 May 2013 13:17:45 -0700 Subject: [PATCH] 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 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9e8bcdcc9d0..88f4030cecb 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