forked from pool/glibc
b10e9555ad
Fix for ARM dynamic linker OBS-URL: https://build.opensuse.org/request/show/113956 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=165
18 lines
999 B
Plaintext
18 lines
999 B
Plaintext
addFilter(".*glibc-profile.* devel-file-in-non-devel-package.*/usr/lib.*/lib.*_p.a")
|
|
addFilter(".*glibc.* incorrect-fsf-address")
|
|
# False positive - glibc implements gethostbyname
|
|
addFilter(".*binary-or-shlib-calls-gethostbyname")
|
|
# We do need to keep the symtab (see comments in glibc.spec), so this is intented:
|
|
addFilter(".*unstripped-binary-or-object.*")
|
|
# The duplication is intented:
|
|
addFilter(".*files-duplicate /usr/lib64/libbsd-compat.a /usr/lib.*/libg.a")
|
|
# ld.so is special:
|
|
addFilter(".*shared-lib-without-dependency-information /lib.*/ld-2.*.so")
|
|
# Handled via glibc_post_upgrade:
|
|
addFilter(".*permissions-missing-postin missing %set_permissions /usr/.*pt_chown in %post")
|
|
# Do not require permissions, this will lead to a cycle (bnc#700925):
|
|
addFilter("glibc\..*: permissions-missing-requires")
|
|
# We will not rename glibc to follow the shlib policy
|
|
addFilter("shlib-policy-missing-suffix")
|
|
# The dynamic linker and libnsl call exit - this is fine
|
|
addFilter(".*shared-lib-calls-exit.*") |