I've missed this one in my previous patch series. Regards, Christian --- ceph.spec.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index dd6bb8a..75f5c01 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -72,6 +72,7 @@ install -D src/init-ceph $RPM_BUILD_ROOT%{_initrddir}/ceph chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/ceph/sample.ceph.conf install -m 0644 -D debian/ceph.logrotate $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/ceph mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/ceph/tmp/ +mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/log/ceph/ %clean rm -rf $RPM_BUILD_ROOT @@ -143,6 +144,7 @@ fi %{_mandir}/man8/cclsinfo.8.gz %dir %{_localstatedir}/lib/ceph/ %dir %{_localstatedir}/lib/ceph/tmp/ +%dir %{_localstatedir}/log/ceph/ %files fuse %defattr(-,root,root,-) -- 1.6.5.2 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html