From e5e0cf5bcb5f0a097253f8aa4fcfaccc5e921cf1 Mon Sep 17 00:00:00 2001 From: Owen Synge Date: Wed, 10 Jun 2015 12:11:50 +0200 Subject: [PATCH] ceph.spec.in: fix:Add missing directories breaking build SUSE builds on OBS are failing with the missing dir entries: /usr/share/ceph /usr/lib/ceph On suse these correspond to: %dir %{_datarootdir}/ceph/ %dir %{_libexecdir}/ceph/ Signed-off-by: Owen Synge (cherry picked from commit f1ff3e4dcb5dd7eddd2c346a05cfa78d860a5ce6) --- ceph.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index c9bfb1952d9ef..d2021529f6d90 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -701,6 +701,8 @@ fi %{_datadir}/ceph/id_dsa_drop.ceph.com.pub %dir %{_sysconfdir}/ceph/ %dir %{_localstatedir}/log/ceph/ +%dir %{_datarootdir}/ceph/ +%dir %{_libexecdir}/ceph/ %config %{_sysconfdir}/bash_completion.d/rados %config %{_sysconfdir}/bash_completion.d/rbd %config(noreplace) %{_sysconfdir}/ceph/rbdmap -- 2.39.5