Hide Forgot
Description of problem: Either pm-utils has to depend on policycoreutils, or it should only invoke restorecon, when available. This prevents suspend/hibernate when all things SElinux are removed. This is a regression from F14. Version-Release number of selected component (if applicable): pm-utils-1.4.1-6.fc15.i686 How reproducible: Always Steps to Reproduce: 1. yum erase policycoreutils 2. yum install pm-utils 3. pm-powersave (or any other pm-* tool) Actual results: /usr/lib/pm-utils/pm-functions: line 275: restorecon: command not found Expected results: No crash, but some action. Additional info: So a suggested fix would be to replace line 275 with [ -x /usr/bin/restorecon ] && restorecon "$1"
It is already fixed in pm-utils-1.4.1-8.fc15, currently in testing: https://admin.fedoraproject.org/updates/pm-utils-1.4.1-8.fc15 Please give it some karma, if it works for you, to speed things up.