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

--- Comment #11 from Brendan Jones <[email protected]> ---
(In reply to comment #9)
> Ah - ok. It is kind of a false positive but one way is to remove the warning
> is to change it back the way it was and explicitly call 
> 
> ldconfig -n %{buildroot}%{_libdir} 
> 
> in your %build section

That should read '%install section'.

Leave the sed lines as they are and replace the ln -sf lines with  ldconfig -n
%{buildroot}%{_libdir} in the %install section

You won't get any rpmlint warnings

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to