Fix annocheck setup in rpminspect.yaml
'hardened' flags need to be inside a 'jobs' section after this change in rpminspect:
56041870ce
This commit is contained in:
parent
6cf39d342b
commit
089ce2c919
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user