https://bugzilla.redhat.com/show_bug.cgi?id=1409648 --- Comment #3 from Igor Gnatenko <ignatenko@xxxxxxxxxx> --- Add %{?python_provide:%python_provide pythonX-%{srcname}} under each subpackage (replace 2 and 3 accordingly). Forgot about this one... Btw, you can use common description: %global _description \ foo\ bar\ baz. %description %{_description} ... %description -n python2-%{srcname} %{_description} Python 2 version. ... %description -n python3-%{srcname} %{_description} Python 3 version. -- 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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx