37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
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
|