https://bugzilla.redhat.com/show_bug.cgi?id=1328248 kaiwang <kaiwang@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kaiwang@xxxxxxxxxx --- Comment #6 from kaiwang <kaiwang@xxxxxxxxxx> --- *This is un-official review of the package.* `rpmlint -iv *.rpm` gives two errors ...... python-pysword.noarch: I: checking-url https://gitlab.com/tgc-dk/pysword (timeout 10 seconds) python-pysword.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/pysword/canon-parser.py /usr/bin/env python3 python-pysword.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/pysword/canon-parser.py 644 /usr/bin/env python3 ...... python-pysword.src: W: invalid-url Source0: https://gitlab.com/tgc-dk/python-pysword/repository/archive.tar.gz?ref=0.2.3#/python-pysword-0.2.3.tar.gz HTTP Error 401: Unauthorized The value should be a valid, public HTTP, HTTPS, or FTP URL. 1) change shebang '/usr/bin/env python3' to '/usr/bin/python3' 2) You may should add 'chmod a+x canon-parser.py' after %setup command. 3) the 'Source0' tag has authentication problem. -- 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 To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx