Bug 834944

Summary: [patch] fix OSGI manifests
Product: [Fedora] Fedora Reporter: Gerard Ryan <fedora>
Component: axisAssignee: Gerard Ryan <fedora>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: andjrobins, mgoldman
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: 2012-07-05 23:35:24 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:
Bug Depends On:    
Bug Blocks: 834956, 834970, 835283    
Attachments:
Description Flags
Fix-existing-OSGI-manifests-inject-new-manifest-into-axis-ant.jar
none
Fix for empty osgi() being generated as requires none

Description Gerard Ryan 2012-06-25 00:01:52 UTC
Created attachment 594072 [details]
Fix-existing-OSGI-manifests-inject-new-manifest-into-axis-ant.jar

Fix existing OSGI manifests, inject new manifest into axis-ant.jar
    
    The axis-MANIFEST.MF file that gets added to axis.jar, was taken
    from an eclipse plugin (org.apache.axis_*.jar), which bundles the
    two jars axis.jar and axis-ant.jar into a lib/ directory. The manifest
    therefore didn't work fully in this situation, when added as an orbit
    dependency to an eclipse plugin that required classes from axis-ant:
    it would expect to find them in axis.jar, then fail to compile.
    
    The manifest for axis-ant is based on extractions from that previous
    manifest.
    
    The bundle version in xmlrpc-MANIFEST.MF and saaj-MANIFEST.MF were a
    little problematic for reasons unknown to me. They appear to work
    better without the .qualifier. The Bundle-Classpaths have also been
    removed, for similar reaasons to axis-MANIFEST.MF.

Comment 1 Marek Goldmann 2012-06-25 11:42:29 UTC
Sounds good for me, pushed. I added zip to BR, because the build failed without it.

Thanks!

Comment 2 Fedora Update System 2012-06-25 11:53:47 UTC
axis-1.4-15.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/axis-1.4-15.fc17

Comment 3 Fedora Update System 2012-06-26 00:35:09 UTC
Package axis-1.4-15.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing axis-1.4-15.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-9851/axis-1.4-15.fc17
then log in and leave karma (feedback).

Comment 4 Gerard Ryan 2012-06-26 16:02:57 UTC
Created attachment 594526 [details]
Fix for empty osgi() being generated as requires

>axis has broken dependencies in the rawhide tree:
>On x86_64:
>axis-1.4-15.fc18.noarch requires osgi()
>On i386:
>axis-1.4-15.fc18.noarch requires osgi()
>Please resolve this as soon as possible.


There was a stray comma at the end of the Require-Bundle section of the manifest in axis.jar that was causing that problem. This patch fixes it.

I checked that it's fixed in a scratch build here: http://koji.fedoraproject.org/koji/taskinfo?taskID=4197479

Comment 5 Fedora Update System 2012-06-27 06:31:22 UTC
axis-1.4-16.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/axis-1.4-16.fc17

Comment 6 Fedora Update System 2012-06-28 03:42:10 UTC
Package axis-1.4-16.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing axis-1.4-16.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-10018/axis-1.4-16.fc17
then log in and leave karma (feedback).

Comment 7 Fedora Update System 2012-07-05 23:35:24 UTC
axis-1.4-16.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.