https://bugzilla.redhat.com/show_bug.cgi?id=1232433 --- Comment #12 from William Moreno <williamjmorenor@xxxxxxxxx> --- Spec URL: https://williamjmorenor.fedorapeople.org/rpmdev/python-certifi.spec SRPM URL: https://williamjmorenor.fedorapeople.org/rpmdev/python-certifi-2015.04.28-3.fc22.src.rpm --------- - 2015.04.28-3 - Remove shebang There is not need to simlink with ca-certificates, I only patch one line of the source: - return os.path.join(f, 'cacert.pem') + return "/etc/pki/tls/certs/ca-bundle.crt" So the os.patch get executed but it will always retun the full patch to the certificates provides by ca-certificates. I run mkdocs without any problem with the patched package, maybe I will need to patch livereload to use ca-certificas without need of python-certifi but I will work in that later, for now this patch work fine. I run the seb in %%prep so both the python 2 and 3 are build without the invalid shebang. License is MPLv2.0 now I have not rpmlint messages after that. I have asked upstream about include the license file in the tarball: https://github.com/certifi/python-certifi/issues/24 -- 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