Bug 1217460

Summary: xmvn-builddep: compat version is output as namespace
Product: [Fedora] Fedora Reporter: Michael Simacek <msimacek>
Component: javapackages-toolsAssignee: Michal Srb <msrb>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: java-sig-commits, mat.booth, mizdebsk, msimacek, msrb
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: javapackages-tools-4.6.0-1.fc23 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-16 12:06:11 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 Simacek 2015-04-30 12:25:23 UTC
Description of problem:
xmvn-builddep outputs namespace instead of compat version.

Version-Release number of selected component (if applicable):
javapackages-tools-4.6.0-0.15.giteccdd3f.noarch

How reproducible:
always

Steps to Reproduce:
1. rebuild https://msimacek.fedorapeople.org/jspc-2.0-0.15.alpha.3.fc21.src.rpm
2. run xmvn-builddep on the build.log


Actual results:
there's this line in the output:
BuildRequires:  1.8.9-mvn(org.codehaus.groovy:groovy)

Expected results:
BuildRequires:  mvn(org.codehaus.groovy:groovy:1.8.9)

Additional info:
XMVn's output contains
<dependency>
    <groupId>org.codehaus.groovy</groupId>
    <artifactId>groovy</artifactId>
    <version>1.8.9</version>
</dependency>
So it seems like javapackages bug.

Comment 1 Michal Srb 2015-05-04 05:48:13 UTC
Fixed upstream in b4bc5bb, test case in 13e8347.

Comment 2 Michal Srb 2015-06-16 12:06:11 UTC
Fixed in Rawhide.