Description of problem: When installing vdsm (standalone host or AIO), install failed on missing selinux-policy-targeted >= 3.7.19-213. Error: Package: vdsm-4.13.0-2.gitbae164c.el6.x86_64 (ovirt-beta) Requires: selinux-policy-targeted >= 3.7.19-213 Installed: selinux-policy-targeted-3.7.19-195.el6_4.12.noarch (@updates) Don't know if this is more appropriately a CentOS bug, but it's a problem for oVirt. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Unfortunately, ovirt-3.3's vdsm requires an selinux package that has not yet been released. A manual tweak to the policy is required, beyond ignoring the missing dependency sudo semanage fcontext -a -s system_u -t virt_var_run_t -r s0 '/var/run/vdsm(/.*)
dan - has this been fixed in 3.3.2 and can be closed as such?
Yes, http://gerrit.ovirt.org/20760 adds the selinux-policy-targeted >= 3.7.19-195.el6_4.13 dependency.