Description of problem: On groupinstall yum installs two versions of a package, i386 and x86_64. Removing one breaks the other. Version-Release number of selected component (if applicable): yum-3.2.0-1.fc7 How reproducible: always Steps to Reproduce: 1. do a "yum groupinstall XFCE" on a freshly installed F7 x86_64 system. This will for example install two versions of exo, i386 and x86_64. 2. yum remove exo.i386 3. rpm -V exo Actual results: Locales and docs are gone. Expected results: All files included in the package should still be there.
That's a well-known RPM regression in FC6 caused by the Fedora RPM maintainer intentionally reverting a bugfix which wasn't broken and refusing to reenable it. *** This bug has been marked as a duplicate of 209306 ***