mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
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>
This commit is contained in:
parent
eaf3abf3f9
commit
604c83ff18
2
debian/control
vendored
2
debian/control
vendored
@ -338,7 +338,7 @@ Description: Ceph distributed file system client library (development files)
|
|||||||
|
|
||||||
Package: radosgw
|
Package: radosgw
|
||||||
Architecture: linux-any
|
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
|
Description: REST gateway for RADOS distributed object store
|
||||||
RADOS is a distributed object store used by the Ceph distributed
|
RADOS is a distributed object store used by the Ceph distributed
|
||||||
storage system. This package provides a REST gateway to the
|
storage system. This package provides a REST gateway to the
|
||||||
|
Loading…
Reference in New Issue
Block a user