Sometimes the RPM database gets confused and installs two versions of the same packages instead of upgrading. Use this incantation to find the duplicates:
rpm -qa --qf "%{NAME}\n" | sort | uniq -d