https://bugzilla.redhat.com/show_bug.cgi?id=2445182
--- Comment #21 from Artur Frenszek-Iwicki <[email protected]> --- You have sub-packages depending on one another. These dependencies should *all* be versioned, e.g. "Requires: %{name}-cli = %{version}-%{release}" instead of just "Requires: %{name}-cli"; otherwise the user will be able to mix and match which versions they are using. Similarly, while sub-packages are noarch, some are not. When depending on those, the dependency should be archful, e.g. "Requires: %{name}-libmfsio%{?_isa}" instead of just "Requires: %{name}-libmfsio"; otherwise it'll be possible for the user to mix e.g. an x86_64 client with an i686 library. -- 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 https://bugzilla.redhat.com/show_bug.cgi?id=2445182 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202445182%23c21 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
