Jun 15
I believe in mass hysteria and panic! Well, not completely. I ran into an issue with yum not updating correctly. The solution was really simple:
$ cd /var/lib/rpm/ && rm -rfv __db*
Run yum clean all and re-run it. It should work for you.