[Bug 193109] Review Request: plotmm

bugzilla at redhat.com bugzilla at redhat.com
Wed Jun 14 04:19:24 UTC 2006


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

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




More information about the Fedora-package-review mailing list