https://bugzilla.redhat.com/show_bug.cgi?id=1665563
--- Comment #8 from Ankur Sinha (FranciscoD) sanjay.ankur@gmail.com --- Sorry for the delay, Luis! I was out all evening. The package is almost ready:
* spec and package name do not match: they should both be completely lowercase, or they should both be RangeHTTPServer, not a mixture of the two.
* still have errors on these files. The shebang needs to be removed here (since these files cannot be run as scripts: they are only part of the module and will be imported only). python3-RangeHTTPServer.noarch: E: non-executable-script /usr/lib/python3.7/site-packages/RangeHTTPServer/__init__.py 644 /usr/bin/python python3-RangeHTTPServer.noarch: E: non-executable-script /usr/lib/python3.7/site-packages/RangeHTTPServer/__main__.py 644 /usr/bin/python
* please remove the unused bcond_with statement. * please add a comment to explain why that test file was removed
Cheers, Ankur