https://bugzilla.redhat.com/show_bug.cgi?id=1772664
--- Comment #8 from Ondřej Pohořelský opohorel@redhat.com --- (In reply to Robert-André Mauchin from comment #2)
(In reply to Ondřej Pohořelský from comment #1) This should not be marked as ok:
[x]: Package must own all directories that it creates. Note: Directories without known owners: /usr/lib/python3.8/site- packages/past_time
- Just own the whole directory:
%{python3_sitelib}/%{pypi_name}/* %{python3_sitelib}/%{pypi_name}/__pycache__/*
→
%{python3_sitelib}/%{pypi_name}
Thank you for a valuable feedback.