Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: plotmm
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=193109
------- Additional Comments From cgoorah@yahoo.com.au 2006-06-14 00:11 EST ------- Due to a bugzilla backup restored, Im copy/pasting what has been posted before:
- rpmlint complaints:
------------ chitlesh(i386)[0]$rpmlint -i plotmm-0.1.2-2.i386.rpm W: plotmm one-line-command-in-%post /sbin/ldconfig You should use %post -p <command> instead of using:
%post <command>
It will avoid the fork of a shell interpreter to execute your command as well as allows rpm to automatically mark the dependency on your command.
W: plotmm one-line-command-in-%postun /sbin/ldconfig You should use %postun -p <command> instead of using:
%postun <command>
It will avoid the fork of a shell interpreter to execute your command as well as allows rpm to automatically mark the dependency on your command. ------------
Use %post -p /sbin/ldconfig %postun -p /sbin/ldconfig to solve them