From a9d0cf5f5c1d29969e2d79a4a87ae2dda7a14c1c Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Thu, 16 Feb 2023 09:52:48 -0600 Subject: [PATCH] Silence rpminspect lostpayload warnings rpminspect seems to be running with a bogus baseline. The -docs package was removed ages ago yet it continues to complain that it's gone. Not pleased. Related: #2127467 --- rpminspect.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index f9e3c42..92d671c 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -3,3 +3,4 @@ inspections: abidiff: off changedfiles: off filesize: off + lostpayload: off