Attempting to "rpm -e apmd" results in: error reading information on service apmd: No such file or directory error: execution of %trigger scriptlet from apmd-3.0.2-7 failed, exit status 1 The problem is that the %preun does "chkconfig --del apmd", but there is a %triggerpostun that tries to "chkconfig --add apmd". This happens because the %trigger is done if the version is less than 3.0final-6, and the apmd in skijack2 is 3.0.2-7 (which compares as less).
*** This bug has been marked as a duplicate of 62615 ***