2017-05-22 18:07:34 +02:00
|
|
|
# glibc-profile is a devel package
|
|
|
|
addFilter("glibc-profile.* devel-file-in-non-devel-package.*/usr/lib.*/lib.*_p.a")
|
|
|
|
# glibc is not a devel package
|
|
|
|
addFilter("glibc\\..* non-devel-file-in-devel-package")
|
|
|
|
# getent deliberately uses gethostbyname
|
|
|
|
addFilter("binary-or-shlib-calls-gethostbyname /usr/bin/getent")
|
2011-06-15 14:55:16 +02:00
|
|
|
# We do need to keep the symtab (see comments in glibc.spec), so this is intented:
|
2017-05-22 18:07:34 +02:00
|
|
|
addFilter("unstripped-binary-or-object")
|
2011-06-15 14:55:16 +02:00
|
|
|
# ld.so is special:
|
2017-05-22 18:07:34 +02:00
|
|
|
addFilter("shared-lib-without-dependency-information /lib.*/ld-2.*\\.so")
|
2011-06-15 14:55:16 +02:00
|
|
|
# Handled via glibc_post_upgrade:
|
2017-05-22 18:07:34 +02:00
|
|
|
addFilter("postin-without-ldconfig")
|
2011-08-17 21:42:24 +02:00
|
|
|
# We will not rename glibc to follow the shlib policy
|
|
|
|
addFilter("shlib-policy-missing-suffix")
|
2017-05-22 18:07:34 +02:00
|
|
|
# libpthread and libnsl call exit - this is fine
|
|
|
|
addFilter("shared-lib-calls-exit")
|
2012-08-28 14:25:24 +02:00
|
|
|
# The man-pages package contains a number of man pages for programs that come
|
|
|
|
# with glibc, therefore do not warn about them
|
2017-05-22 18:07:34 +02:00
|
|
|
addFilter("glibc.*no-manual-page-for-binary (getent|iconv|ldd|ldconfig|locale)")
|
|
|
|
addFilter("nscd.*no-manual-page-for-binary nscd")
|