https://bugzilla.redhat.com/show_bug.cgi?id=1507362 Robert-André Mauchin <zebob.m@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |zebob.m@xxxxxxxxx Assignee|nobody@xxxxxxxxxxxxxxxxx |zebob.m@xxxxxxxxx Flags| |fedora-review? --- Comment #2 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- Hello, - Why do you grab a specific git commit instead of the release? Source0: https://github.com/eugeniy/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz And %autosetup -n %{srcname}-%{version} No need for commit0 and shortcommit0. - You need to own these two directories: [!]: Package must own all directories that it creates. Note: Directories without known owners: /usr/lib/python3.6/site- packages/pytest_tornado, /usr/lib/python2.7/site- packages/pytest_tornado Just remove the asterisks you added: %files -n python2-%{srcname} %license LICENSE %doc README.rst %{python2_sitelib}/pytest_tornado/ %{python2_sitelib}/pytest_tornado-%{version}-py?.?.egg-info %files -n python3-%{srcname} %license LICENSE %doc README.rst %{python3_sitelib}/pytest_tornado/ %{python3_sitelib}/pytest_tornado-%{version}-py?.?.egg-info -- 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 To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx