From d234e5b06ff9361aa4fbeebc8555d35848dade94 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 3 Jun 2020 20:06:52 +0800 Subject: [PATCH] ceph.spec.in: claim ownership of include/cephfs/metrics otherwise, "osc build" fails like: [ 5545s] libcephfs-devel-16.0.0-2172.ga59fb9ffac.x86_64.rpm: directories not owned by a package: [ 5545s] - /usr/include/cephfs/metrics this addresses a regression introduced by c669de12e076bcedf3fe6cfe52377713f06d7ceb Signed-off-by: Kefu Chai --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index 2ab2042ff9b2d..05db5ed09de85 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -2186,6 +2186,7 @@ fi %dir %{_includedir}/cephfs %{_includedir}/cephfs/libcephfs.h %{_includedir}/cephfs/ceph_ll_client.h +%dir %{_includedir}/cephfs/metrics %{_includedir}/cephfs/metrics/Types.h %{_libdir}/libcephfs.so -- 2.39.5