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



--- Comment #7 from Till Hofmann <thofm...@fedoraproject.org> ---
Issues:

> %package bear-engine
should be
> %package -n bear-engine

and
> Requires: %{name}-engine%{?_isa} = %{version}-%{release}
should be
> Requires: bear-engine%{?_isa} = %{version}-%{release}
because %name is bear-factory.

If you want to keep using a macro, you could do instead:
> %global srcname bear
and then use
> %package -n %{srcname}-engine
and
> Requires: %{srcname}-engine%{?_isa} = %{version}-%{release}

Whatever you prefer.


The packages are currently not installable due to the wrong sub-package naming.
I'll continue the review when this is fixed.

-- 
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://getfedora.org/code-of-conduct.html
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