Bug 615609
| Summary: | Fedora's custom MANIFEST.MF in lucene drops "Specification-Version" | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Caolan McNamara <caolanm> | ||||||
| Component: | lucene | Assignee: | Deepak Bhole <dbhole> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | rawhide | CC: | dbhole | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | lucene-2.4.1-5.fc15 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-10-01 08:10:51 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Caolan McNamara
2010-07-17 12:30:46 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 14 development cycle. Changing version to '14'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Created attachment 450707 [details]
better way to do that
The attached patch appends the additional metadata keys to the original ones, instead of overwriting them.
caolanm->dbhole: Do you have any objections to this approach ? We'd like to stick this into rawhide to allow us to drop our build workarounds from our own packages. David's proposed change keeps the OSGi meta-data, which is what matters to Eclipse. I have no objection to the proposed solution. Done as lucene-2.4.1-4.fc15 Created attachment 450986 [details]
join broken lines
The lines in the additional manifest files are wrapped at column 71, which causes problems now (InvalidManifestException or something like that, I didn't write it down). It's interesting that it worked before... Anyway, this additional patch rejoins the broken lines.
lucene-2.4.1-5.fc15 works, removed the blank lines instead |