https://bugzilla.redhat.com/show_bug.cgi?id=1634912 Robert-André Mauchin <zebob.m@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |zebob.m@xxxxxxxxx Assignee|nobody@xxxxxxxxxxxxxxxxx |zebob.m@xxxxxxxxx --- Comment #1 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- - Use of python is deprecated, you must use python3 (python2 is deprecated too and is being retired). - The script you package has a /usr/bin/python shebang, you must fix it to point to python3: #!/usr/bin/python3 - Use a glob instead of .gz for the man page as the compression may change in the future: %{_mandir}/man1/redfish-finder.1.* - BuildRequires: python is probably not needed here as you just install the script - The license file must be installed with %license, not %doc: %files %doc README.md %license COPYING -- 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 Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx