SHA256
6
0
forked from pool/glibc

Accepting request 131848 from home:a_jaeger:devel-glibc

Update to latest 2.16 git head

OBS-URL: https://build.opensuse.org/request/show/131848
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=208
This commit is contained in:
2012-08-28 12:25:24 +00:00
committed by Git OBS Bridge
parent b507b48218
commit a30da1c424
58 changed files with 789 additions and 5160 deletions

View File

@@ -15,4 +15,11 @@ 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.*")
addFilter(".*shared-lib-calls-exit.*")
# The man-pages package contains a number of man pages for programs that come
# with glibc, therefore do not warn about them
addFilter(".*glibc.*no-manual-page-for-binary getent")
addFilter(".*glibc.*no-manual-page-for-binary iconv")
addFilter(".*glibc.*no-manual-page-for-binary ldd")
addFilter(".*glibc.*no-manual-page-for-binary ldconfig")
addFilter(".*nscd.*no-manual-page-for-binary nscd")