From 3b28f41666c4804b439eda861e4bd693e3efa86a Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Fri, 15 Aug 2025 10:33:49 -0400 Subject: [PATCH] rpminspect.yaml: Disable abidiff inspection - Avoid out-of-memory on the CentOS test farm: - See: https://docs.testing-farm.io/Testing%20Farm/0.1/errors.html#TFE-1 Resolves: RHEL-150976 --- java-25-openjdk.spec | 5 +++++ rpminspect.yaml | 1 + 2 files changed, 6 insertions(+) diff --git a/java-25-openjdk.spec b/java-25-openjdk.spec index 901ce4a..d8992ba 100644 --- a/java-25-openjdk.spec +++ b/java-25-openjdk.spec @@ -2614,6 +2614,11 @@ exit 0 %endif %changelog +* Wed Mar 11 2026 Thomas Fitzsimmons - 1:25.0.2.0.10-3 +- 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-150976 + * Tue Mar 03 2026 Andrew Hughes - 1:25.0.2.0.10-3 - Update FIPS patch to e55ada9353e to include the fix for the too restrictive provider lockdown - Fix FIPS issue list to represent the new 25u version 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