Hi All,

I'm not sure if this is intentional or not, but during a rpm build of 0.48 
gives the following

error: Installed (but unpackaged) file(s) found:
   /sbin/ceph-disk-activate
   /sbin/ceph-disk-prepare


RPM build errors:
    Installed (but unpackaged) file(s) found:
   /sbin/ceph-disk-activate
   /sbin/ceph-disk-prepare

The following will fix the spec file

diff -u ceph.spec.in.orig ceph.spec.in
--- ceph.spec.in.orig   2012-07-06 15:38:59.298497719 +0100
+++ ceph.spec.in        2012-07-06 15:39:45.423560177 +0100
@@ -326,6 +326,8 @@
 /usr/sbin/rcceph
 %{_libdir}/rados-classes/libcls_rbd.so*
 %{_libdir}/rados-classes/libcls_rgw.so*
+/sbin/ceph-disk-activate
+/sbin/ceph-disk-prepare
 
 
#################################################################################
 %files fuse

I could of course ignore

Regards,
Jimmy Tang

--
Senior Software Engineer, Digital Repository of Ireland (DRI)
Trinity Centre for High Performance Computing,
Lloyd Building, Trinity College Dublin, Dublin 2, Ireland.
http://www.tchpc.tcd.ie/

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to