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

Till Maas <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #6 from Till Maas <[email protected]> ---
(In reply to Mario Blättermann from comment #4)
> (In reply to Pranav Kant from comment #3)

>  
> > kwave.x86_64: E: non-empty-%post /sbin/ldconfig
> > kwave.x86_64: E: non-empty-%postun /sbin/ldconfig
> 
> Strange thing... I don't know what this means. Will investigate it.

You need to use e.g. the following:

%post
/sbin/ldconfig
/usr/bin/update-desktop-database &> /dev/null || :
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%post -p /sbin/ldconfig is only ok, when /sbin/ldconfig is the only command in
%post.

Reference: http://fedoraproject.org/wiki/Packaging:Guidelines#Shared_Libraries

-- 
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