From 4a5daf6086f52eaa8c4b83228769cb95e8e80eb8 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Mon, 6 Jul 2026 17:26:40 +0000 Subject: [PATCH] rpminspect: ignore test-coredump-stacktrace in annocheck As this test is intentionally compiled with a minimal set of hardcoded options, so it always generates a predictable stack trace. Taken from https://src.fedoraproject.org/rpms/systemd/c/453447b79ba6a260b3a53fdf2aa38dc9db4aa5ae. Related: RHEL-155454 --- rpminspect.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rpminspect.yaml b/rpminspect.yaml index 6318820..e080618 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -1,4 +1,10 @@ - # Disable badfuncs check that has tons of false positives. +annocheck: + ignore: + # This test is intentionally compiled with a minimal set of hardcoded + # options, so it always generates a predictable stack trace + - /usr/lib/systemd/tests/unit-tests/manual/test-coredump-stacktrace + +# Disable badfuncs check that has tons of false positives. badfuncs: allowed: /usr/lib/systemd/tests/unit-tests/*: