https://bugzilla.redhat.com/show_bug.cgi?id=1931183
--- Comment #15 from Ankur Sinha (FranciscoD) <[email protected]> --- Fedora review states that the build fails with this error: RPM build errors: File not found: /builddir/build/BUILDROOT/python-spikeextractors-0.9.3-1.fc36.x86_64/usr/lib/python3.10/site-packages/spikeextractors-0.9.3-py?.?.egg-info Child return code was: 1 This is because ?.? doesn't now work for 3.10. So your file section needs to be tweaked to say something like this: %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info Could you please make this tweak and check that it builds, and I'll continue from there? Cheers, -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
