diff --git a/README.md b/README.md index 57cc9fc..aad5941 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ slowdebug`. By default, the portable build on RHEL also uses a "devkit" (a toolchain and system libraries) to build. This aids reproducibility by removing build differences caused by differing system toolchains -and libraries. This dependency can be dropped by removing the -architecture from the definition of `devkit_arches` in the -`java-21-openjdk-portable.specfile` or a devkit can be built using the -`openjdk-devkit.specfile` and associated patches. +and libraries. This dependency can be dropped by defining 'centos' to +a non-zero value (e.g. --define='centos 1') or a devkit can be built +using the `openjdk-devkit.specfile` and associated patches. diff --git a/java-21-openjdk.spec b/java-21-openjdk.spec index 6543857..76b3613 100644 --- a/java-21-openjdk.spec +++ b/java-21-openjdk.spec @@ -2566,6 +2566,7 @@ cjc.mainProgram(args) - Update release notes to 21.0.6+7 - Sync the copy of the portable & devkit specfiles with the latest update - Include the latest devkit patches +- Update README.md to list an easier way of disabling the devkit - ** This tarball is embargoed until 2025-01-21 @ 1pm PT. ** - Resolves: RHEL-73562