Failed to update kernel because of dracut

Hello :wink:

I am running CentoOS 6.6. Today I’ve noticed an update to kernel version 2.6.32-504.30.3.el6 and tried to install it, but have a problem with dracut:

Now updating kernel ..
Installing package(s) with command yum -y install kernel ..
Loaded plugins: priorities
Setting up Install Process
3009 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package kernel.x86_64 0:2.6.32-504.30.3.el6 will be installed
--> Processing Dependency: dracut-kernel >= 004-356.el6_6.3 for package: kernel-2.6.32-504.30.3.el6.x86_64
--> Finished Dependency Resolution
--> Running transaction check
---> Package kernel.x86_64 0:2.6.32-431.29.2.el6 will be erased
---> Package kernel.x86_64 0:2.6.32-504.30.3.el6 will be installed
--> Processing Dependency: dracut-kernel >= 004-356.el6_6.3 for package: kernel-2.6.32-504.30.3.el6.x86_64
--> Finished Dependency Resolution
Error: Package: kernel-2.6.32-504.30.3.el6.x86_64 (updates)
           Requires: dracut-kernel >= 004-356.el6_6.3
           Installed: dracut-kernel-004-53.el6.noarch (@anaconda-CentOS-201111250358.x86_64/6.1)
               dracut-kernel = 004-53.el6
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
.. install failed!

I tried yum install dracut, but there is no updates.

Does anybody knows how to solve it?
Thank you in advance.

yum remove dracut
wget ftp://rpmfind.net/linux/centos/6.6/updates/x86_64/Packages/dracut-004-356.el6_6.3.noarch.rpm
wget ftp://rpmfind.net/linux/centos/6.6/updates/x86_64/Packages/dracut-kernel-004-356.el6_6.3.noarch.rpm
rpm -ivh dracut-004-356.el6_6.3.noarch.rpm
rpm -ivh dracut-kernel-004-356.el6_6.3.noarch.rpm
yum install kexec-tools
yum update