summaryrefslogtreecommitdiff
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorChristian Brunner <chb@muc.de>2010-07-09 11:12:39 +0200
committerSage Weil <sage@newdream.net>2010-07-09 09:38:12 -0700
commitbf047a644ce0fa0c8d08c82411b219fc2bab9c99 (patch)
treeea15aba6552d477b5a8d047fdf9af3277d7aee34 /ceph.spec.in
parent19886eb6e08957cec4c34cd06d635a4d31454420 (diff)
downloadceph-bf047a644ce0fa0c8d08c82411b219fc2bab9c99.tar.gz
ceph.spec.in: add /var/lib/ceph/
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index 3834fb4e58e..5a3d7440ef0 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -51,6 +51,7 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
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/
%clean
rm -rf $RPM_BUILD_ROOT
@@ -120,7 +121,8 @@ fi
%{_mandir}/man8/cauthtool.8*
%{_mandir}/man8/cclass.8.gz
%{_mandir}/man8/cclsinfo.8.gz
-
+%dir %{_localstatedir}/lib/ceph/
+%dir %{_localstatedir}/lib/ceph/tmp/
%files fuse
%defattr(-,root,root,-)