From 6f495974a8255ec4bbd4c7c85f1ed21b3f281f2b Mon Sep 17 00:00:00 2001 From: Owen Synge Date: Thu, 28 May 2015 16:58:10 +0200 Subject: [PATCH] ceph.spec.in:ownership of dirs extension rpm lint says the following directories /usr/share/ceph /usr/lib/ceph are un owned by any package and this causes OBS to emit errors. Signed-off-by: Owen Synge --- ceph.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 752311cf0ec3..3f9ed1fcfa36 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -717,6 +717,8 @@ fi %{_datadir}/ceph/known_hosts_drop.ceph.com %{_datadir}/ceph/id_dsa_drop.ceph.com %{_datadir}/ceph/id_dsa_drop.ceph.com.pub +%dir %{_prefix}/lib/ceph +%dir %{_prefix}/share/ceph %dir %{_sysconfdir}/ceph/ %dir %{_localstatedir}/log/ceph/ %config %{_sysconfdir}/bash_completion.d/rados -- 2.47.3