Hide Forgot
Description of problem: quagga can't be installed Version-Release number of selected component (if applicable): 0.99.20-5.fc17 How reproducible: always Steps to Reproduce: 1. yum install quagga Actual results: .... Running Transaction Error in PREIN scriptlet in rpm package quagga-0.99.20-5.fc17.x86_64 error: %pre(quagga-0.99.20-5.fc17.x86_64) scriptlet failed, exit status 1 Verifying : quagga-0.99.20-5.fc17.x86_64 1/1 Failed: quagga.x86_64 0:0.99.20-5.fc17 .... Expected results: clean install Additional info:
Seems to be an issue of selinux-policy. Use following command # touch /.autorelabel && reboot There are information for selinux-policy maintainers: # restorecon -v /etc/passwd restorecon reset /etc/passwd context system_u:object_r:etc_t:s0->system_u:object_r:passwd_file_t:s0 # restorecon -v /etc/group restorecon reset /etc/group context system_u:object_r:etc_t:s0->system_u:object_r:passwd_file_t:s0
I updated selinux-policy package to relabel these in post install. Not sure why this is not happening automatically. selinux-policy-3.10.0-81.fc17