From 8933ae438c050843f95cb1c1f1093517f3cf2ae2 Mon Sep 17 00:00:00 2001 From: Tim Serong Date: Wed, 13 Feb 2019 22:08:05 +1100 Subject: [PATCH] ceph.spec.in: Make ceph-mgr own /usr/lib64/ceph/mgr directory Without this, no package actually owns the /usr/lib64/ceph/mgr directory so the build fails with "directories not owned by a package" errors for ceph-mgr, ceph-mgr-diskprediction-local, ceph-mgr-diskprediction-cloud and ceph-mgr-rook. Signed-off-by: Tim Serong --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index 64ff45a960c9a..007eb16ca2858 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1437,6 +1437,7 @@ fi %files mgr %{_bindir}/ceph-mgr +%dir %{_libdir}/ceph/mgr %{_libdir}/ceph/mgr/ansible %{_libdir}/ceph/mgr/balancer %{_libdir}/ceph/mgr/crash -- 2.39.5