Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-3
-
Fix Version/s: 2.0-beta-4
-
Component/s: rpm
-
Labels:None
-
Number of attachments :
Description
It would be quite useful if all of the rpm maven plugin scriptlet sections could gain the -p special flag support which allows the scriptlet to invoke a single program directly rather than having to spawn a shell to invoke the programs (ie: %post -p /bin/perl).
I have not used the -p option before. Is it used in addition to the "free text" script?
Using the example you gave:
%post -p /bin/perl
some perl scripting voodoo
Or are they mutually exclusive?
I am working on changes now assuming that both the "program" and the "script" can be used in conjunction.