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:
Michal Srb 2024-04-17 17:33:22 +00:00
parent 756feba063
commit e48e52ccbf

View File

@ -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'