If you get this:
RPM package conflict error. The message was:
Test install failed because of package conflicts:
Then you got to do this:
- rpm -e --allmatches [conflicting package]
- up2date -p
- up2date [conflicting package]
- up2date -u
This has cleared up my problem in the past and makes for a clean solution.