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
This commit is contained in:
parent
5ce4c845bd
commit
3b28f41666
@ -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-150976
|
||||
|
||||
* 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
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
---
|
||||
inspections:
|
||||
javabytecode: off
|
||||
abidiff: off
|
||||
|
||||
Loading…
Reference in New Issue
Block a user