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



--- Comment #4 from Miroslav Suchý <[email protected]> ---
You are missing:
 %files -n python3-copr-client
section. I.e. that subpackage is not created, because it does not have files
section and those python3 files go into main package.

This:
 %if 0%{?with_python3}
 Requires: python3-six
 Requires: python3-requests
 %endif # if with_python3
should go after
 %package -n python3-copr-client
because that is requires of python3-copr-client

[!]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/share/doc/python-copr

put into files section either
 %dir %{_pkgdocdir}/
or
 %doc %{_pkgdocdir}/python-doc
replace by simple
 %doc %{_pkgdocdir}

-- 
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]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to