rpmlint problem

Rex Dieter rdieter at math.unl.edu
Tue Jan 3 16:59:54 UTC 2006


Eric Tanguy wrote:
> I'm trying to package libupnp in FE and i have some errors in rpmlint i
> can't understand : 

> W: libupnp one-line-command-in-%post /sbin/ldconfig
> W: libupnp one-line-command-in-%postun /sbin/ldconfig


Replace:

%post
/sbin/ldconfig

with

%post -p /sbin/ldconfig

Likewise for %postun

-- Rex




More information about the fedora-extras-list mailing list