Description of problem: RPM upgrade fails because of typo in %post scriptlet of qpid-cpp-server. There seems to be a missing blank in if [$1 -eq 1] ; then # Initial installation /sbin/systemctl --no-reload enable qpidd.service >/dev/null 2>&1 || : fi Which leads to D: %post(qpid-cpp-server-0.18-2.fc17.x86_64): execv(/bin/sh) pid 4088 + '[2' -eq '1]' /var/tmp/rpm-tmp.IaBxlF: line 2: [2: command not found Changing the first line to "if [ $1 -eq 1] ; then" should fix this. Version-Release number of selected component (if applicable): qpid-cpp-client-0.18-2.fc17 How reproducible: 100%
qpid-cpp-0.18-3.1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/qpid-cpp-0.18-3.1.fc17
Works for me, Karma given. thanks, Jan
qpid-cpp-0.18-3.1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/qpid-cpp-0.18-3.1.fc18
Hi, Seems another bug was lurking there - the scriptlet should use "/bin/systemctl" rather than "/sbin/systemctl". Let me know if you prefer a separate BZ for this. cheers, Jan
(In reply to comment #4) > Hi, > > Seems another bug was lurking there - the scriptlet should use > "/bin/systemctl" rather than "/sbin/systemctl". > > Let me know if you prefer a separate BZ for this. > > cheers, Jan Yeah, that way we can track it separately.
OK, just opened 864987 cheers, Jan
Package qpid-cpp-0.18-3.1.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing qpid-cpp-0.18-3.1.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-15794/qpid-cpp-0.18-3.1.fc18 then log in and leave karma (feedback).
qpid-cpp-0.18-4.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/qpid-cpp-0.18-4.fc17
qpid-cpp-0.18-4.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/qpid-cpp-0.18-4.fc18
qpid-cpp-0.18-5.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/qpid-cpp-0.18-5.fc17
qpid-cpp-0.18-5.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/qpid-cpp-0.18-5.fc18