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



--- Comment #23 from Artur Iwicki <fed...@svgames.pl> ---
>When I tried to change all references of "python3-%{pypi_name}" to 
>"%{pypi_name}", rpm gave me the error:
>"error: line 24: %package -n     jc: package jc already exists"
Since the name of the spec file is "jc.spec" the jc package is created
implicitly - "%package -n jc" is thus a re-definition. The "default"
%description and %files list (i.e. just "%files", not "%files somename" nor
"%files -n somename") apply to the implicit package (i.e. the one with the same
name as the spec file).


-- 
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@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org

Reply via email to