https://bugzilla.redhat.com/show_bug.cgi?id=965095 Mario Blättermann <mario.blaettermann@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mario.blaettermann@xxxxxxxx | |m --- Comment #2 from Mario Blättermann <mario.blaettermann@xxxxxxxxx> --- rm -rf %{pkgname}-*.egg Well, it is needed to remove upstream eggs before building the package. But in this case, it doesn't work. Please use it as follows: rm -rf %{pkgname}-*.egg-info You include MANIFEST.in in %doc, with this content: include README include LICENSE include *.py recursive-include rsa *.py recursive-include tests *.py As far as a can evaluate, it is useless for users. Actually no Python package ships this file in %doc. For the time being there's no useful documentation which you could add to the package. $ rpmlint -i -v * python-rsa.src: I: checking python-rsa.src: W: invalid-license Apache 2.0 ... The correct license tag has to be "ASL 2.0". Besides the invalid tag, there were no further objections from rpmlint. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8GLKmtqIWp&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review