https://bugzilla.redhat.com/show_bug.cgi?id=1103555 --- Comment #4 from Till Hofmann <till.hofmann@xxxxxxxxx> --- I was going to submit a review request for fcl and then found out that you're working on it already :) There is a 0.5 release with the merged soname fix. There is a commit in master that fixes the licensing issue and that can be applied to 0.5. The 0.5 release has some issues with executable source files which rpmlint will complain about. You could fix these with find . -type f -perm /111 -name "*.h" -print -exec chmod -x '{}' \; find . -type f -perm /111 -name "*.cpp" -print -exec chmod -x '{}' \; (that's what I did in my spec file) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx