clustershell fails to build on Fedora 33+ rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=55256957 f33: https://koji.fedoraproject.org/koji/taskinfo?taskID=55256959 error: attempt to use unversioned python, define %__python to /usr/bin/python2 or /usr/bin/python3 explicitly error: /builddir/build/SPECS/clustershell.spec: line 1: Macro %python_sitelib failed to expand This is caused by the unversioned python macros on top of the spec file: %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} and %{!?__python: %global __python python} See https://fedoraproject.org/wiki/Changes/PythonMacroError
BTW I can remove the macros for you, but the spec looks like it is targeting many different distributions, so I's rather have your permission.
Dear Maintainer, your package has an open Fails To Build From Source bug for Fedora 33. Action is required from you. If you can fix your package to build, perform a build in koji, and either create an update in bodhi, or close this bug without creating an update, if updating is not appropriate [1]. If you are working on a fix, set the status to ASSIGNED to acknowledge this. If you have already fixed this issue, please close this Bugzilla report. Following the policy for such packages [2], your package will be orphaned if this bug remains in NEW state more than 8 weeks (not sooner than 2021-01-04). A week before the mass branching of Fedora 34 according to the schedule [3], any packages not successfully rebuilt at least on Fedora 32 will be retired regardless of the status of this bug. [1] https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ [2] https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ [3] https://fedorapeople.org/groups/schedule/f-34/f-34-key-tasks.html
Hi Miro, Thanks for letting me know. I'm working on it now.
FEDORA-2020-93f5d8ee0c has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-93f5d8ee0c
Thanks for the fix.
FEDORA-2020-93f5d8ee0c has been pushed to the Fedora 33 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-93f5d8ee0c` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-93f5d8ee0c See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-93f5d8ee0c has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.