corretto / corretto-11

Amazon Corretto 11 is a no-cost, multi-platform, production-ready distribution of OpenJDK 11
GNU General Public License v2.0
672 stars 106 forks source link

Fix the requires for the AmazonLinux headless packages #285

Open lutkerd opened 2 years ago

lutkerd commented 2 years ago

See: https://github.com/amazonlinux/amazon-linux-2022/issues/171

This also affects Corretto-17.

Libjpeg requirement is on the headful Corretto package, when it and the other image format libraries should be on the headless package.

https://github.com/corretto/corretto-11/blob/develop/installers/linux/al2/spec/java-11-amazon-corretto-modular.spec.template#L126 should be under https://github.com/corretto/corretto-11/blob/develop/installers/linux/al2/spec/java-11-amazon-corretto-modular.spec.template#L155

lutkerd commented 2 years ago

Changes merged into 11, 17 and Corretto-jdk.

It will be released on the October 18th.