Bug 893953

Summary: xalan-j2: duplicate jar with saxon
Product: [Fedora] Fedora Reporter: Michael S. <misc>
Component: xalan-j2Assignee: Mikolaj Izdebski <mizdebsk>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: agrimm, mat.booth, mizdebsk
Target Milestone: ---   
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-02 13:40:30 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 Michael S. 2013-01-10 10:54:44 UTC
$ rpm -qf /usr/share/java/jaxp_transform_impl.jar 
saxon-9.3.0.4-5.fc18.noarch
xalan-j2-2.7.1-17.fc18.noarch

one of the 2 is not needed, but I do not know which one.

Comment 1 Mat Booth 2013-07-02 13:40:30 UTC
This jar file is managed by alternatives and is therefore packaged as a %ghost symlink by both packages.

See the guidelines here: http://fedoraproject.org/wiki/Packaging:Alternatives

If you wish to use an alternative implementation for jaxp_transform_impl, please run:

$ su -c 'alternatives --config jaxp_transform_impl'

As far as I can tell both packages are correct, so I am going to close this bug. Please re-open if you feel differently.