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-149786
This commit is contained in:
Thomas Fitzsimmons 2025-08-15 10:33:49 -04:00 committed by Andrew Hughes
parent 60bb835ee2
commit 82269e52c1
2 changed files with 6 additions and 0 deletions

View File

@ -2614,6 +2614,11 @@ exit 0
%endif
%changelog
* Wed Mar 11 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 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-149786
* Tue Mar 03 2026 Andrew Hughes <gnu.andrew@redhat.com> - 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

View File

@ -1,3 +1,4 @@
---
inspections:
javabytecode: off
abidiff: off