https://bugzilla.redhat.com/show_bug.cgi?id=1733508
--- Comment #10 from Jiri Popelka jpopelka@redhat.com ---
SPEC file: https://phracek.fedorapeople.org/python3-Deprecated.spec
Shouldn't it be called python-Deprecated.spec?
In our case, the main package could be python-Deprecated and the rest would be python3-deprecated
What do you mean with 'main package' and 'rest'?
Looking at spec:
%global srcname deprecated %global pkgname Deprecated Name: python-%{pkgname} %package -n python3-%{pkgname}
Don't you actually want %package -n python3-%{srcname} ?