From 51cbbfe92456fe863733b9f19fbf8718f3efb13d Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 16 Jun 2016 10:54:22 +0200 Subject: [PATCH] rpm: align librgw-devel dependencies with debian packaging Fixes: http://tracker.ceph.com/issues/16346 Signed-off-by: Nathan Cutler --- ceph.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 21fac1abad7..7cf02529c9c 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -382,7 +382,8 @@ This package provides a library implementation of the RADOS gateway Summary: RADOS gateway client library Group: Development/Libraries License: LGPL-2.0 -Requires: librados2 = %{epoch}:%{version}-%{release} +Requires: librados-devel = %{epoch}:%{version}-%{release} +Requires: librgw2 = %{epoch}:%{version}-%{release} Obsoletes: librgw2-devel %description -n librgw-devel This package contains libraries and headers needed to develop programs -- 2.39.5