From: Boris Ranto Date: Fri, 4 Sep 2015 07:30:29 +0000 (+0200) Subject: ceph.spec.in: ceph-radosgw should require ceph-selinux X-Git-Tag: v9.1.0~157^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5540%2Fhead;p=ceph.git ceph.spec.in: ceph-radosgw should require ceph-selinux Signed-off-by: Boris Ranto --- diff --git a/ceph.spec.in b/ceph.spec.in index 625cbb399d8c..9de3f7e7cbd2 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