https://bugzilla.redhat.com/show_bug.cgi?id=736717 --- Comment #31 from Dennis van Dok <dennisvd@xxxxxxxxx> --- New SRPM URL: http://www.nikhef.nl/~dennisvd/lcmaps-1.6.1-2.fc19.src.rpm I've reduced the number of packages as suggested. The only thing that's still not OK is the unused-direct-shlib-dependencies. We don't really know how to fix all of these. - the libssl dependency is due to a bug in the voms-2.0.pc file which sets a Requires on openssl instead of a Requires.private[1]. I've contacted the packager about this. - the libvomsapi dependency is partly our own fault, a new release will fix this - the libdl dependency is due to AC_CHECK_LIB([dl], [dlopen]), which adds it to LIBS which is used for all libraries - the remaining libraries come from putting ./liblcmaps.la in the LIBADD for the interface libraries, which causes all the dependent libraries of liblcmaps to be linked with the interface libraries as well. This seems to be a bug in libtool; Debian uses a patch on libtool prevent linking[2]. 1. https://github.com/italiangrid/voms/issues/7 2. http://bugs.debian.org/cgi-bin/bugreport.cgi?archive=yes&bug=522663 Any suggestions on how to address these issues is welcome. In any case, I hope they aren't showstoppers. -- You are receiving this mail because: You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review