forked from pool/glibc
Accepting request 73727 from home:a_jaeger:branches:openSUSE:Factory
Further fixes. OBS-URL: https://build.opensuse.org/request/show/73727 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=59
This commit is contained in:
@@ -2,3 +2,11 @@ addFilter(".*glibc-profile.* devel-file-in-non-devel-package.*/usr/lib.*/lib.*_p
|
||||
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")
|
||||
|
Reference in New Issue
Block a user