https://bugzilla.redhat.com/show_bug.cgi?id=1401276 --- Comment #9 from Iryna Shcherbina <ishcherb@xxxxxxxxxx> --- Can you please update the version to 3.18.1? It was recently released. The shebang changing part grew considerably with all the changes and became quite difficult to read and maintain. Besides, after you moved it to %prep, you do not need to change the mode of the files there. Please take a look at the section on shebangs [0], as here it can be replaced with for example: find -type f -exec sed -i '1s=^#!/usr\(/env\|/bin\)* python[23]\?=#!/usr/bin/python3=' {} + [0] http://python-rpm-porting.readthedocs.io/en/latest/applications.html#fixing-shebangs -- 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