]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec: install /etc/logrotate.d/ceph
authorSage Weil <sage@newdream.net>
Tue, 6 Jul 2010 18:53:11 +0000 (11:53 -0700)
committerSage Weil <sage@newdream.net>
Tue, 6 Jul 2010 18:53:11 +0000 (11:53 -0700)
ceph.spec.in

index 95515981eef8e695135816fc0fc87e8b7303c470..d156fe6a3e793628c133f24248eeb8d02d3d4400 100644 (file)
@@ -50,6 +50,7 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 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
 
 %clean
 rm -rf $RPM_BUILD_ROOT