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



--- Comment #5 from Miroslav Suchý <[email protected]> ---
[ ]: Package does not own files or directories owned by other packages.
     Note: Dirs in package are owned also by: /usr/lib/python3.10/site-
     packages/twisted(python3-autobahn, python3-twisted),
     /usr/lib/python3.10/site-packages/twisted/plugins(python3-autobahn,        
     python3-twisted), /usr/lib/python3.10/site-
     packages/twisted/plugins/__pycache__(python3-twisted,
     python3-txtorcon, python3-autobahn, python3-carbon, python3-magic-
     wormhole-transit-relay, python3-magic-wormhole-mailbox-server,
     python3-daphne)

This:
%files -n python3-%{pypi_name}-twisted-plugin
....
%{python3_sitelib}/twisted

actually results in owning
/usr/lib/python3.10/site-packages/twisted
/usr/lib/python3.10/site-packages/twisted/plugins
/usr/lib/python3.10/site-packages/twisted/plugins/__pycache__
/usr/lib/python3.10/site-packages/twisted/plugins/__pycache__/teamcity_plugin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/twisted/plugins/__pycache__/teamcity_plugin.cpython-310.pyc
/usr/lib/python3.10/site-packages/twisted/plugins/teamcity_plugin.py

but 
$ rpm -qf /usr/lib/python3.10/site-packages/twisted
python3-twisted-21.7.0-3.fc35.noarch

and you already require
  python3dist(twisted)
so this directory will be always owned and presented py python3-twisted
The same applies for 
  /usr/lib/python3.10/site-packages/twisted/plugins

It should be:

%files -n python3-%{pypi_name}-twisted-plugin
%license LICENSE.md
%doc README.rst DEVGUIDE.md
%doc examples
%{python3_sitelib}/twisted/plugins/teamcity_plugin.py
%{python3_sitelib}/twisted/plugins/__pycache__/*

Otherwise the package looks good to me.


-- 
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.
https://bugzilla.redhat.com/show_bug.cgi?id=2044393
_______________________________________________
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

Reply via email to