https://bugzilla.redhat.com/show_bug.cgi?id=1217460
Bug ID: 1217460 Summary: xmvn-builddep: compat version is output as namespace Product: Fedora Version: rawhide Component: javapackages-tools Assignee: mizdebsk@redhat.com Reporter: msimacek@redhat.com QA Contact: extras-qa@fedoraproject.org CC: java-sig-commits@lists.fedoraproject.org, mat.booth@redhat.com, mizdebsk@redhat.com, msimacek@redhat.com, msrb@redhat.com
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.
https://bugzilla.redhat.com/show_bug.cgi?id=1217460
Michal Srb msrb@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|mizdebsk@redhat.com |msrb@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1217460
--- Comment #1 from Michal Srb msrb@redhat.com --- Fixed upstream in b4bc5bb, test case in 13e8347.
https://bugzilla.redhat.com/show_bug.cgi?id=1217460
Michal Srb msrb@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Fixed In Version| |javapackages-tools-4.6.0-1. | |fc23 Resolution|--- |RAWHIDE Last Closed| |2015-06-16 08:06:11
--- Comment #2 from Michal Srb msrb@redhat.com --- Fixed in Rawhide.
java-sig-commits@lists.fedoraproject.org