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@xxxxxxxxxxxx 2006-06-12 19:00 EST ------- (In reply to comment #3) > * 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 -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review