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



--- Comment #12 from Robert-AndrĂ© Mauchin <[email protected]> ---
 - You should not use 

%description -n python3-%{pkg_name}

%{description}

 in python-jaraco-packaging

That will return an empty description for your users.

Also space out your changelog entries by a newline (which is the standard used
in mass rebuild).

In any package you used:

Requires:       python3dist(jaraco)

This won't work! Python3dist provides are detected with egg-info, there's no
egg-info for your python3-jaraco subpackage so there is no Provides:
python3.7dist(jaraco). You thus can't Requires it with python3dist(jaraco), you
must Requires it like this:

Requires:       python3-jaraco

Fix it in python-jaraco-packaging python-jaraco-functools and
python-jaraco-classes.

-- 
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]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to