https://bugzilla.redhat.com/show_bug.cgi?id=1507362

Robert-AndrĂ© Mauchin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]
           Assignee|[email protected]    |[email protected]
              Flags|                            |fedora-review?



--- Comment #2 from Robert-AndrĂ© Mauchin <[email protected]> ---
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 -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to