Description of problem: postinstall scriptlet of packages hypervfcopyd, hypervkvpd and hypervvssd contain the following line: if [ $1 > 1 ] ; then This line creates an empty file "/1" . The used syntax of "[" (see "man test") is wrong. The line should be changed in each of the listed packages to if [ $1 -gt 1 ] ; then Version-Release number of selected component (if applicable): hypervfcopyd-0-0.15.20160728git.fc25.x86_64 hypervkvpd-0-0.15.20160728git.fc25.x86_64 hypervvssd-0-0.15.20160728git.fc25.x86_64 How reproducible: Always
(In reply to Edgar Hoch from comment #0) > Description of problem: > postinstall scriptlet of packages hypervfcopyd, hypervkvpd and hypervvssd > contain the following line: > > if [ $1 > 1 ] ; then > > This line creates an empty file "/1" . The used syntax of "[" (see "man > test") is wrong. The line should be changed in each of the listed packages to > > if [ $1 -gt 1 ] ; then > Oops, such a stupid bug :-( I'll fix asap.
hyperv-daemons-0-0.17.20170105git.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-c186d1cf37
hyperv-daemons-0-0.17.20170105git.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-c186d1cf37
hyperv-daemons-0-0.17.20170105git.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.