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:17:45 -0700 |
commit | 604c83ff18f9a40c4f44bc8483ef22ff41efc8ad (patch) | |
tree | 29ffcf778b847d48f626b053118d58c47b1a2460 /debian | |
parent | eaf3abf3f9a7b13b81736aa558c9084a8f07fdbe (diff) | |
download | ceph-604c83ff18f9a40c4f44bc8483ef22ff41efc8ad.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>
Diffstat (limited to 'debian')
-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 |