From: Kefu Chai Date: Thu, 8 Nov 2018 15:00:21 +0000 (-0800) Subject: rpm,deb: libradospp1-dev should depend on librados-dev X-Git-Tag: v14.1.0~967^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24896%2Fhead;p=ceph.git rpm,deb: libradospp1-dev should depend on librados-dev because librados.hpp `#include`s librados.h Signed-off-by: Kefu Chai --- diff --git a/ceph.spec.in b/ceph.spec.in index ab90027bcba..3ab90a1f7c7 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -578,6 +578,7 @@ Summary: RADOS headers Group: Development/Libraries/C and C++ %endif Requires: libradospp1 = %{_epoch_prefix}%{version}-%{release} +Requires: librados-devel = %{_epoch_prefix}%{version}-%{release} %description -n libradospp-devel This package contains C++ libraries and headers needed to develop programs that use RADOS object store. diff --git a/debian/control b/debian/control index 55b07346873..a0eddbe0998 100644 --- a/debian/control +++ b/debian/control @@ -531,7 +531,8 @@ Description: debugging symbols for libradospp1 Package: libradospp-dev Architecture: linux-any Section: libdevel -Depends: libradospp1 (= ${binary:Version}), +Depends: librados-dev (= ${binary:Version}), + libradospp1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, Description: RADOS distributed object store client C++ library (development files)