Add rpminspect.yaml with expected failures (RHEL-84451)
Resolves: RHEL-84451
This commit is contained in:
parent
7f444a972b
commit
ac595d4a50
36
rpminspect.yaml
Normal file
36
rpminspect.yaml
Normal file
@ -0,0 +1,36 @@
|
||||
inspections:
|
||||
# We edit SourceNNN: files directly.
|
||||
upstream: off
|
||||
|
||||
# We have expected glibc-internal uses of otherwise banned functions.
|
||||
badfuncs: off
|
||||
|
||||
rpmdeps:
|
||||
# glibc-benchtests does not have exact version dependencies so
|
||||
# that the benchmark package can be installed with other glibc versions.
|
||||
ignore:
|
||||
requires: ^lib[a-z]+\.so\.[0-9]\((\)|GLIBC_).*
|
||||
|
||||
pathmigration:
|
||||
# Deliberate gap.
|
||||
# https://issues.redhat.com/browse/RHEL-63048
|
||||
# https://issues.redhat.com/browse/RHEL-67332
|
||||
excluded_paths:
|
||||
- /sbin/ldconfig
|
||||
|
||||
debuginfo:
|
||||
# ld.so ships with debuginfo to help observability tools.
|
||||
# rpminspect treats the .symtab in the main DSOs as debuginfo, too.
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1661513
|
||||
ignore:
|
||||
- /usr/lib*/ld*so*
|
||||
- /usr/lib*/libc-2.28.so
|
||||
- /usr/lib*/libdl-2.28.so
|
||||
- /usr/lib*/libm-2.28.so
|
||||
- /usr/lib*/libpthread-2.28.so
|
||||
- /usr/lib*/librt-2.28.so
|
||||
- /usr/lib*/glibc-hwcaps/*/libc-2.28.so
|
||||
- /usr/lib*/glibc-hwcaps/*/libdl-2.28.so
|
||||
- /usr/lib*/glibc-hwcaps/*/libm-2.28.so
|
||||
- /usr/lib*/glibc-hwcaps/*/libpthread-2.28.so
|
||||
- /usr/lib*/glibc-hwcaps/*/librt-2.28.so
|
Loading…
Reference in New Issue
Block a user