Bug 1123055
Summary: | OSGi info duplicated/clashing across jars | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Gerard Ryan <fedora> |
Component: | apache-commons-logging | Assignee: | Mikolaj Izdebski <mizdebsk> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | 20 | CC: | java-sig-commits, mat.booth, mizdebsk, msimacek, msrb, SpikeFedora |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 1.1.3-8 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-08-09 08:03:44 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
Gerard Ryan
2014-07-24 18:10:18 UTC
Upstream are using the same manifest for all three jars also: http://search.maven.org/#artifactdetails|commons-logging|commons-logging|1.2|jar This should probably be fixed in F20 too, right? $ rpm -q apache-commons-logging apache-commons-logging-1.1.3-7.fc20.noarch $ for j in $(rpm -ql apache-commons-logging | grep -e "/a.*jar$") ; do echo $j ; unzip -p $j META-INF/MANIFEST.MF | grep SymbolicName ; done /usr/share/java/apache-commons-logging-adapters.jar Bundle-SymbolicName: org.apache.commons.logging /usr/share/java/apache-commons-logging-api.jar Bundle-SymbolicName: org.apache.commons.logging /usr/share/java/apache-commons-logging.jar Bundle-SymbolicName: org.apache.commons.logging (In reply to Mat Booth from comment #2) > This should probably be fixed in F20 too, right? Yep. I'll fix it in F20+ Fixed in apache-commons-logging-1.2-2 The fix is available in rawhide now: http://koji.fedoraproject.org/koji/buildinfo?buildID=549109 I'll backport it to F21 and F20 once you confirm that it works for you. Works for me. I've tried on Rawhide, and also installed the updated package to f21 and tried there since that's where I was experiencing the issue. Both appear to have built fine now. Fixed in apache-commons-logging-1.1.3-8 apache-commons-logging-1.1.3-8.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/apache-commons-logging-1.1.3-8.fc20 apache-commons-logging-1.1.3-8.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. I believe that this bug is fixed in apache-commons-logging-1.1.3-8, which is available in updates for Fedora 20, so I am closing this bug now. The build containing the fix can be found at Koji: http://koji.fedoraproject.org/koji/buildinfo?buildID=549346 |