Trying to build the rpms with python setup.py bdist_rpm on Fedora 32 results in:
*** ERROR: ambiguous python shebang in /usr/libexec/urlgrabber-ext-down: #!/usr/bin/python. Change it to python3 (or python2) explicitly.
error: Bad exit status from /var/tmp/rpm-tmp.bjHjh5 (%install)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.bjHjh5 (%install)
error: command 'rpmbuild' failed with exit status 1
Trying to build the rpms with
python setup.py bdist_rpm
on Fedora 32 results in: