Bug 990619

Summary: Latest openjdk build introduces file conflict between i686 and x86_64
Product: Red Hat Enterprise Linux 6 Reporter: Andy Grimm <agrimm>
Component: java-1.7.0-openjdkAssignee: Deepak Bhole <dbhole>
Status: CLOSED NOTABUG QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.5CC: jgoulding
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-31 16:46:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andy Grimm 2013-07-31 14:51:29 UTC
Description of problem:

Two changes in the Fedora spec for java-1.7.0-openjdk introduced conflicts in the desktop files in the devel package:

http://pkgs.fedoraproject.org/cgit/java-1.7.0-openjdk.git/commit/?id=8a5396975f67ea715561d79e655afa4e39f32215
http://pkgs.fedoraproject.org/cgit/java-1.7.0-openjdk.git/commit/?id=58fb2545cb47a9021aa9e4c0dc0aa8dfd6c974ce

These changes were pulled into the latest RHEL 6 build, which means that the i686 and x86_64 packages can no longer coexist on a system.

Version-Release number of selected component (if applicable):

java-1.7.0-openjdk-1.7.0.25-2.4.1.0.el6

How reproducible:

Always

Steps to Reproduce:
1. get the latest packages from brew
2. yum install java-1.7.0-openjdk-1.7.0.25-2.4.1.0.el6.i686.rpm java-1.7.0-openjdk-devel-1.7.0.25-2.4.1.0.el6.i686.rpm java-1.7.0-openjdk-1.7.0.25-2.4.1.0.el6.x86_64.rpm java-1.7.0-openjdk-devel-1.7.0.25-2.4.1.0.el6.x86_64.rpm

Actual results:

The install fails due to file conflicts:

Transaction Check Error:
  file /usr/share/applications/java-1.7.0-openjdk-jconsole.desktop conflicts between attempted installs of java-1.7.0-openjdk-devel-1:1.7.0.25-2.4.1.0.el6.i686 and java-1.7.0-openjdk-devel-1:1.7.0.25-2.4.1.0.el6.x86_64
  file /usr/share/applications/java-1.7.0-openjdk-policytool.desktop conflicts between attempted installs of java-1.7.0-openjdk-devel-1:1.7.0.25-2.4.1.0.el6.i686 and java-1.7.0-openjdk-devel-1:1.7.0.25-2.4.1.0.el6.x86_64


Expected results:

In prior versions, it was possible to install both arches of java-1.7.0-openjdk-devel side-by-side, so this should still work.

Comment 3 Deepak Bhole 2013-07-31 16:46:35 UTC
Closing as NOTABUG since multi-lib is not supported.