Bug 243224

Summary: Multilib problems on removing duplicate packages
Product: [Fedora] Fedora Reporter: Christoph Wickert <christoph.wickert>
Component: yumAssignee: James Antill <james.antill>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-08 01:39:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 235752    

Description Christoph Wickert 2007-06-08 00:36:03 UTC
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.

Comment 1 Kevin Kofler 2007-06-08 01:39:52 UTC
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 ***