Description of problem: The %postun script fails when attempting to uninstall (or upgrade) anacron with exit status 3. The cause is the line: service anacron condrestart >/dev/null 2>&1 as condrestart isn't recognized. 'condrestart' needs to be changed 'restart' Version-Release number of selected component (if applicable): anacron-2.3-47.fc7 anacron-2.3-49.fc8 How reproducible: Always Steps to Reproduce: 1. rpm -e anacron OR upgrade anacron from any of the versions above Actual results: The scriptlet fails, resulting in two or more version being installed at once Expected results: The scriptlet either works correctly or does not stop the package from uninstalling upon failure Additional info:
*** This bug has been marked as a duplicate of 251757 ***