Description of problem: spacewalk-clone-by-date doesn't accept format of arguments with char '='. Now, it is accepted only following format "spacewalk-clone-by-date --channel channel1 channel2". It's regression, satellite 5 works correctly. Version-Release number of selected component (if applicable): spacewalk-utils-2.2.9-1.el5 How reproducible: always Steps to Reproduce: 1. spacewalk-clone-by-date --channel=channel1 channel2 Actual results: >> spacewalk-clone-by-date --channel=channel1 channel2 usage: spacewalk-clone-by-date [options] spacewalk-clone-by-date: error: --channels option does not take a value Expected results: I can use format with and without '='. spacewalk-clone-by-date --channel=channel1 channel2 spacewalk-clone-by-date --channel channel1 channel2
This issue is fixed upstream by commit: commit 5b8eb30d77b7e8a61e031556da24bec8a833e718 Author: Stephen Herr <sherr> Date: Thu Apr 3 14:23:35 2014 -0400 1073543 - fix problem where --channels=src_label dst_label threw an error See:BZ 1073543, "Comment 3". *** This bug has been marked as a duplicate of bug 1073543 ***
This BZ closed some time during 2.5, 2.6 or 2.7. Adding to 2.7 tracking bug.