CentOS6でyum updateしてエラーになった時の対処

yum updateして以下のエラーが出た時の対処法です。

--> Finished Dependency Resolution
Error: Package: git-1.7.12.4-1.el5.rf.x86_64 (rpmforge)
           Requires: libcurl.so.3()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

/etc/yum.repos.d/rpmforge.repo の中のel5→el6に書き換えます。その上でコマンドを再度実行します。

yum clean all
yum update