https://bugzilla.redhat.com/show_bug.cgi?id=1295685 --- Comment #6 from Parag AN(पराग) <panemade@xxxxxxxxx> --- Thanks for the update but i do see same issues. 1) e.g. See this line from build.log Provides: python-%{module} = 2.0.0-2.fc23 python2-bcrypt = 2.0.0-2.fc23 python2-bcrypt(x86-64) = 2.0.0-2.fc23 module is not expanded because that macro is not exists. Looks like there is still a mix between modname and module 2) The suggested 755 permissions is correct. It was 775 permissions if you check the rpmlint output above. Now when you changed it to 644, rpm failed to extract the needed debuginfo information and unable to even finish the building binary rpm. Please use find %{buildroot}%{python2_sitearch} -name '*.so' -exec chmod 755 {} ';' find %{buildroot}%{python3_sitearch} -name '*.so' -exec chmod 755 {} ';' fedora-review failed to finish due to this 644 permission set. Btw, the issue is still not addressed in above update. py-bcrypt package conflicts with this python-bcrypt. -- 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://admin.fedoraproject.org/mailman/listinfo/package-review