#273 Fix incorrect splitting of Python files into subpackages.
Merged by lholecek. Opened by ralph.
ralph/waiverdb modernize-specfile  into  master

Download 273.patch

Since the -common subpackage installs files in
%{python3_sitelib}/%{name}, it should also own that directory instead of
the main package. Also, exclude files that are in subpackages from the
main package. Finally, byte-compiled files were not specified correctly
for Python 3. This was hidden in the main package glob, instead of being
in the subpackages.

We should make sure this passes CI (and make sure rpms are built as a part of CI) before merging.

Pull-Request has been merged by lholecek

Metadata