The bind and bind-chroot packages specs define and apply group ownership and permissions differently for the /usr/lib64/bind (chroot'd as /var/named/chroot/usr/lib64/bind) directory
When bind-chroot is installed, result of
(sudo) rpm -V bind-chroot
is different, when named service is stopped and when is started.
Current version will pass check when stopped.
service named stop
rpm -V bind bind-chroot
But fails after (successful) start
service named start
rpm -V bind bind-chroot
Test case should include both cases.