#2 Update JMC and JMC Core packaging files
Merged by sasiddiq. Opened by jkang.
jkang/jmc-rpm jmc  into  master

Download 2.patch

Makes some small changes here and there and updates the patches for the JMC rpm. The build now fails at:

[ERROR] Software being installed: org.openjdk.jmc.feature.console.feature.group 7.0.0.qualifier
[ERROR] Missing requirement: com.sun.mail.imap 1.5.2 requires 'java.package; com.sun.mail.auth 0.0.0' but it could not be found

This is using the existing javamail rpm in fedora. It resolves the jmc dependencies on javamail packages, but can't resolve a transitive dependency for whatever reason. Investigation continues.

Upon further investigation, the javamail package javax.mail.jar contains the com.sun.mail.auth classes but does not export them in the MANIFEST.MF. This seems like a bug.

Pull-Request has been merged by sasiddiq

Metadata