On Fri, 9 Jul 2010, Christian Brunner wrote: > Hi, > > in the following I'll send a few fixes and additions for the rpm spec file. > Please commit the patches that you like to the repository. Thanks, committing now. There's one other pitfall I ran into with the debs... by default symbols are stripped from all binaries, but the libcls_rbd.so shared object needs to _not_ be stripped, or else the class loading doesn't work. I have no idea where/when/if this is done during the rpmbuild. The version in the built package should look like so: $ nm .libs/libcls_rbd.so 000000000000797d T __cls_init 000000000020ce50 D __cls_name 000000000020ce7c B __cls_name__rbd 000000000020ce78 B __cls_ver__1_1 000000000020ce48 D __cls_ver_maj 000000000020ce4c D __cls_ver_min Thanks- sage -- 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