diff options
author | Sage Weil <sage@inktank.com> | 2013-05-16 13:17:45 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-05-16 13:18:07 -0700 |
commit | c2acecbdab93177227a80a114ecc4ce71dbdbe49 (patch) | |
tree | 84f3a4d903ca66d3f325b7e3c9431e17aaab7943 | |
parent | 4c0d3eb72c045c39e8b38fd5abf9ddfbb2219f9c (diff) | |
download | ceph-c2acecbdab93177227a80a114ecc4ce71dbdbe49.tar.gz |
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 <sage@inktank.com>
Reviewed-by: Gary Lowell <gary.lowell@inktank.com>
(cherry picked from commit 604c83ff18f9a40c4f44bc8483ef22ff41efc8ad)
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |