Bug 1217460 - xmvn-builddep: compat version is output as namespace
Summary: xmvn-builddep: compat version is output as namespace
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: javapackages-tools
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michal Srb
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-30 12:25 UTC by Michael Simacek
Modified: 2015-06-16 12:06 UTC (History)
5 users (show)

Fixed In Version: javapackages-tools-4.6.0-1.fc23
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-16 12:06:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.