Fix rpminspect.yaml syntax
Any entries in the shellsyntax inspection block that contain wildcards for glob(7) specification need to be wrapped in single quotes. Thanks to David Cantrell who discovered this problem (in OSCI-6724) and proposed the fix.
This commit is contained in:
parent
756feba063
commit
e48e52ccbf
@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
# exclude ownership tests; we need setuid/gids as is
|
||||
ownership:
|
||||
ignore:
|
||||
@ -23,4 +21,4 @@ permissions:
|
||||
# some stap scripts are wrapped within /bin/sh that confuses rpminspect
|
||||
shellsyntax:
|
||||
ignore:
|
||||
- *.stp
|
||||
- '*.stp'
|
||||
|
Loading…
Reference in New Issue
Block a user