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



--- Comment #9 from Itamar Reis Peixoto <[email protected]> ---
instead of


%if 0%{?fedora}
%files -n lib%{name}-python3
%{python3_sitearch}/*
%endif

use


%files -n lib%{name}-python%{python3_pkgversion}
%{python3_sitearch}/*


instead of

%package -n lib%{name}-python3

use
%package -n lib%{name}-python%{python3_pkgversion}

-- 
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]

Reply via email to