From e5a8022ddb0d9ef36d9b52200e5e3fd8df250b26 Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Fri, 4 Sep 2015 09:30:29 +0200 Subject: [PATCH] ceph.spec.in: ceph-radosgw should require ceph-selinux Signed-off-by: Boris Ranto --- ceph.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 625cbb399d8c3..9de3f7e7cbd2e 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -212,6 +212,9 @@ FUSE based client to map Ceph rbd images to files Summary: Rados REST gateway Group: Development/Libraries Requires: ceph-common = %{epoch}:%{version}-%{release} +%if 0%{with selinux} +Requires: ceph-selinux = %{epoch}:%{version}-%{release} +%endif Requires: librados2 = %{epoch}:%{version}-%{release} %if 0%{defined suse_version} BuildRequires: libexpat-devel -- 2.39.5