Description of problem: %postun if [ "$1" -eq "0" ]; then semodule -r %{module} || : fi In the above scriupt "module" is not a defined macro, so the string "%{module}" is copied into the script. "module -> name" should probably fix this. regards, Florian La Roche Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Patrice, maybe just drop the recent SELinux addons? Since something was added to the system-wide polycies? (I've already proposed this somewhere recently...)
Yes, drop the selinux changes from pam_ssh since it has now been fixed directly in the policy.
pam_ssh-1.92-5.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update pam_ssh'