From ab28f7a23e25e1804c354ce10f016fa69c974d03 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 4 Aug 2017 15:47:10 -0400 Subject: [PATCH] ceph.spec.in: ceph_volume but not ceph_volume_client in ceph-base Fixes: http://tracker.ceph.com/issues/20915 Signed-off-by: Sage Weil --- ceph.spec.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 35ce7add2fce0..7efbae823493a 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -967,7 +967,9 @@ rm -rf %{buildroot} %{_unitdir}/ceph.target %{python_sitelib}/ceph_detect_init* %{python_sitelib}/ceph_disk* -%{python_sitelib}/ceph_volume* +%dir %{python_sitelib}/ceph_volume +%{python_sitelib}/ceph_volume/* +%{python_sitelib}/ceph_volume-* %{_mandir}/man8/ceph-deploy.8* %{_mandir}/man8/ceph-detect-init.8* %{_mandir}/man8/ceph-create-keys.8* -- 2.39.5