From 089ce2c919f4a647b0d5d8baebcc17e23afda08e Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Apr 12 2022 15:07:11 +0000 Subject: Fix annocheck setup in rpminspect.yaml 'hardened' flags need to be inside a 'jobs' section after this change in rpminspect: https://github.com/rpminspect/rpminspect/commit/56041870ce437bac53407608be6d196d71e46c0e --- diff --git a/rpminspect.yaml b/rpminspect.yaml index 5b6857a..c883d35 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -10,7 +10,8 @@ annocheck: # Note that all (default fedora) flags need to be repeated here, if # you override some config flags it will completely overwrite the # defaults (--ignore-unknown --verbose). - - hardened: --ignore-unknown --verbose --skip-lto + jobs: + - hardened: --ignore-unknown --verbose --skip-lto # Ignore files built specially without hardening flags ignore: # Valgrind tools themselves (memcheck, cachegrind, massif, etc) are