Fixes #945
You need to fix the bit in the spec file that adjusts the shebang for python3. With this change it will result in #!/usr/bin/python32, which is not what we want.
#!/usr/bin/python32
rebased onto f356ac4f17b7dd3931c1d049018ca00b5f5d8bbc
Commit f356ac4 modifies the sed command in koji.spec to fix the issue that @mikem comments above.
:thumbsup:
Commit 8a24b64b fixes this pull-request
Pull-Request has been merged by mikem
Fixes #945