https://bugzilla.redhat.com/show_bug.cgi?id=1287837 --- Comment #6 from Antonio Trande <anto.trande@xxxxxxxxx> --- - >rm -rf %{buildroot}/%{srcname}.egg-info This command does not work in %prep, %{buildroot} does not exist yet. Use rm -rf %{srcname}.egg-info - >%attr(0755, root, root) %{python3_sitearch}/borg/*.so Why ? - >%{__python3} setup.py check No tests seem performed; please check. - >%files -n python3-%{srcname} Specify package name is useless. - >%{?python_provide:%python_provide python3-%{srcname}} 'python_provide' macro is not necessary in this case. -- 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 https://admin.fedoraproject.org/mailman/listinfo/package-review