+++ This bug was initially created as a clone of Bug #707936 +++ Description of problem: Spacewalk shell displays help message if it finds '--help' anywhere in input. Version-Release number of selected component (if applicable): latest spacewalk from the git master. How reproducible: always: other calls are affected as well - the same behavior Steps to Reproduce: 1. invoke Spacewalk calls using "--help" in the arguments 2. 3. Actual results: Help is displaying instead of processing the command Expected results: the command should get properly processed. Additional info: --- Additional comment from lzap on 2011-06-02 10:25:17 EDT --- Pulp is probably affected too (pulp-admin). --- Additional comment from lzap on 2011-06-02 10:31:49 EDT --- Sorry the code is from the Spacewalk project: spacecmd/src/lib/shell.py: if re.search('--help', line): I guess it has the same issue then ;-) --- Additional comment from adprice on 2011-06-03 10:56:07 EDT --- the command is now properly processed in the shell.
Making the bugzilla public. Reverting state to NEW as I don't believe we have a correct patch: http://www.redhat.com/archives/spacewalk-devel/2011-June/msg00011.html
Aron fixed the parameter handling in spacecmd-1.5.2-1.
This bugzilla is currently MODIFIED, so we believe the fix is in the Spacewalk nightly yum repository at http://spacewalk.redhat.com/yum/nightly/ Therefore, moving ON_QA.
Spacewalk 1.5 was released.