Description of problem: Target tag_pre has following command: ADD_CUSTOM_COMMAND(OUTPUT ${MANAGE_SOURCE_VERSION_CONTROL_TAG_FILE} COMMAND make tag_pre COMMAND git commit --short -uno > ${CMAKE_FEDORA_TMP_DIR}/git-status || echo "Is source committed?" COMMAND test ! -s "${CMAKE_FEDORA_TMP_DIR}/git-status" COMMAND git tag -a -m "${CHANGE_SUMMARY}" "${PRJ_VER}" HEAD COMMENT "Tagging the source as ver ${PRJ_VER}" VERBATIM ) However, the actuall command is expended like: git commit --short -uno > /home/dchen/ibus-table-chinese/NO_PACK/git-status "||" echo "Is source committed?" Which cause error. Version-Release number of selected component (if applicable): cmake-fedora-1.0.5 How reproducible: Always Steps to Reproduce: 1. make tag Actual results: Expended command: git commit --short -uno > /home/dchen/ibus-table-chinese/NO_PACK/git-status "||" echo "Is source committed?" Expected results: Pass sucessfully Additional info:
This message is a reminder that Fedora 17 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 17. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '17'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 17's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 17 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior to Fedora 17's end of life. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
cmake-fedora-1.2.3-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/cmake-fedora-1.2.3-1.fc20
Package cmake-fedora-1.2.3-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing cmake-fedora-1.2.3-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-0663/cmake-fedora-1.2.3-1.fc20 then log in and leave karma (feedback).
cmake-fedora-1.2.3-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.