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



--- Comment #4 from Andy Lutomirski <[email protected]> ---
Comments:

You have the ldconfig scriptlets attached to the wrong package -- they belong
on -libs.

This is wrong:

%package -n %{name}-libs
Summary:    Shared libraries for EditorConfig
Group:        Documentation
Requires:    %{name}%{?_isa} = %{version}-%{release}

The main package should require the -libs package (which rpm will do for you by
figuring it out from DT_NEEDED), not the other way around.  In particular, your
current variant breaks multilib installs.

If you fix that, please move the %license to -libs.  You may need it in -doc,
too.

fedora-review is chugging away at this, and I may have more comments when it
finishes.

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

Reply via email to