Description of problem Today there is an update for glibc : glibc-2.14.90 But there is an error when I want update : 07:43:13 : YUM: Test de la transaction en cours 07:43:22 : ERROR: Erreur dans la transaction de yum : Erreurs de la transaction de test : file /sbin/ldconfig conflicts between attempted installs of glibc-2.14.90-4.1.i686 and glibc-2.14.90-4.1.x86_64 07:43:22 : YUM: file /sbin/sln conflicts between attempted installs of glibc-2.14.90-4.1.i686 and glibc-2.14.90-4.1.x86_64 07:43:22 : YUM: file /usr/sbin/iconvconfig conflicts between attempted installs of glibc-2.14.90-4.1.i686 and glibc-2.14.90-4.1.x86_64 I don't know if it's a bug, but I rapport it...
Looks like multilib handling is broken.
*** Bug 729620 has been marked as a duplicate of this bug. ***
*** Bug 730008 has been marked as a duplicate of this bug. ***
The Fedora-specific filtering macros are incompatible with multilib packages, see http://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Usage In other words, you cannot use %filter_setup & friends with glibc. In Fedora >= 15 rpm has native support for dependency filtering which is multilib-safe, see "Tweaking Dependency Generators" section in http://rpm.org/wiki/PackagerDocs/DependencyGenerator.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
This was fixed in the 2.14.90-5 release.