[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: rpmlint problem



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]