
Originally Posted by
gyftaki
Same problem here. It's caused by yum trying to upgrade the bind package while the bind-chroot package is in the exclude= directive in /etc/yum.conf.
Since bind-chroot is excluded, yum is unable upgrade it, and it depends on the older version of bind.
I opened a ticket with cpanel (since the exclude= directive is set by them), and I was told that using bind-chroot isn't recommended anyway.
Doing 'yum remove bind-chroot' solved the problem for me. I guess if you want to keep using bind-chroot, just prevent it from being excluded by editing /etc/yum.conf and yum will upgrade it.