| Summary: | hibernate: Unexpanded variable in manifest | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mikolaj Izdebski <mizdebsk> |
| Component: | hibernate | Assignee: | Stanislav Ochotnicky <sochotni> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | java-sig-commits, puntogil, sochotni |
| 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: | 2013-11-11 11:07:23 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: | |
should fixed in hibernate-4.3.0-0.4.Beta4.fc21 (In reply to gil cattaneo from comment #1) > should fixed in hibernate-4.3.0-0.4.Beta4.fc21 This was actually fixed by Stanislav in 4.3.0-0.3.Beta4. (In reply to Mikolaj Izdebski from comment #2) > (In reply to gil cattaneo from comment #1) > > should fixed in hibernate-4.3.0-0.4.Beta4.fc21 > > This was actually fixed by Stanislav in 4.3.0-0.3.Beta4. yes i know thanks, 0.4.Beta4.fc21 fix only manifest entries e.g. attribute "Main-class" is present only in hibernate-core module, and add also OSGi manifest for hibernate-osgi [1] and hibernate-maven-plugin [2] module [1] http://central.maven.org/maven2/org/hibernate/hibernate-maven-plugin/4.3.0.Beta4/ [2] http://central.maven.org/maven2/org/hibernate/hibernate-osgi/4.3.0.Beta4/ this one non required all the manifest entries added in the "for" cycle regards |
Description of problem: It looks like hibernate-core has unexpanded variable in META-INF/MANIFEST.MF Version-Release number of selected component (if applicable): 4.3.0-0.2.Beta4 Steps to Reproduce: open manifest of /usr/share/java/hibernate/hibernate-core.jar Actual results: Bundle-Name: hibernate-${m} Bundle-SymbolicName: org.hibernate.${m} Bundle-Description: hibernate ${m} Expected results: no unexpanded variables (${m})