2017-05-22 18:07:34 +02:00
|
|
|
# glibc-profile is a devel package
|
2021-11-16 15:09:48 +01:00
|
|
|
addFilter("glibc-profile.* devel-file-in-non-devel-package.*/usr/lib.*/lib.*_p\.a")
|
2017-05-22 18:07:34 +02:00
|
|
|
# glibc is not a devel package
|
2021-11-16 15:09:48 +01:00
|
|
|
addFilter("glibc\..* non-devel-file-in-devel-package")
|
2017-05-22 18:07:34 +02:00
|
|
|
# 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:
|
2021-11-16 15:09:48 +01:00
|
|
|
addFilter("shared-library-without-dependency-information /usr/lib.*/ld.*\.so")
|
2021-08-11 14:09:30 +02:00
|
|
|
# the cross..-devel packages contain everything, in non-std paths, so no
|
|
|
|
# ldconfig is wanted or needed (for sle-15 based trees), and we accept
|
|
|
|
# the *.so symlinks, and deliver (target) binaries
|
|
|
|
addFilter("cross.*library-without-ldconfig-post.*")
|
|
|
|
addFilter("cross.*non-devel-file-in-devel-package.*")
|
|
|
|
addFilter("cross.*arch-independent-package-contains-binary-or-object.*")
|