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



--- Comment #20 from Rex Dieter <rdie...@math.unl.edu> ---
No.  in short, you want all references to the main pkg to *not* use %{_isa} and
any reference to -libs or -data to use %{_isa}

These 2 need to be:

main rpm
 Requires: %{name}-libs%{?_isa} = %{version}-%{release}
 Requires: %{name}-data%{?_isa} = %{version}-%{release}

-libs rpm
  Requires: %{name} = %{version}-%{release}

-- 
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
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to