diff --git a/java-21-openjdk.spec b/java-21-openjdk.spec index 8e999d4..a7e7593 100644 --- a/java-21-openjdk.spec +++ b/java-21-openjdk.spec @@ -366,7 +366,7 @@ %global top_level_dir_name %{vcstag} %global top_level_dir_name_backup %{top_level_dir_name}-backup %global buildver 10 -%global rpmrelease 1 +%global rpmrelease 2 # Settings used by the portable build %global portablerelease 1 # Portable suffix differs between RHEL and CentOS @@ -2566,6 +2566,11 @@ require "copy_jdk_configs.lua" %endif %changelog +* Sat Jul 18 2026 Thomas Fitzsimmons - 1:21.0.11.0.10-2 +- Disable abidiff inspection in rpminspect.yaml to avoid an out-of-memory error on the CentOS test farm +- See: https://docs.testing-farm.io/Testing%20Farm/0.1/errors.html#TFE-1 +- Resolves: RHEL-212350 + * Sat Apr 18 2026 Andrew Hughes - 1:21.0.11.0.10-1 - Update to jdk-21.0.11+10 (GA) - Update release notes to 21.0.11+10 diff --git a/rpminspect.yaml b/rpminspect.yaml index 8b4fa58..901c0fb 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -1,3 +1,4 @@ --- inspections: javabytecode: off + abidiff: off