Created attachment 1476641 [details] Fix to avoid that the given name is ignored while copying Description of problem: When calling `tower-cli <object> copy --name newname <id>`, "newname" is ignored and instead a name is generated using a timestamp. This means though that if the command is called twice in the same second, you get a duplicate name. Version-Release number of selected component (if applicable): 3.3.0 How reproducible: Always. Steps to Reproduce: 1. tower-cli <object> copy --name newname <id> Actual results: A copy of the object is created with the name "oldname @ HH:MM:SS" Expected results: A copy of the object is created with the name "newname" Additional info: There is already a PR upstream, closing the issue upstream, and I would appreciate a patched package for a customer project I have currently: https://github.com/ansible/tower-cli/pull/594 (the patch is also attached)
FEDORA-EPEL-2020-b5484a8f44 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-b5484a8f44
FEDORA-EPEL-2020-b5484a8f44 has been pushed to the Fedora EPEL 7 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-b5484a8f44 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2020-b5484a8f44 has been pushed to the Fedora EPEL 7 stable repository. If problem still persists, please make note of it in this bug report.