Accepting request 74201 from home:a_jaeger:branches:openSUSE:Factory

Minor cleanups.

OBS-URL: https://build.opensuse.org/request/show/74201
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=68
This commit is contained in:
Andreas Jaeger 2011-06-20 12:48:58 +00:00 committed by Git OBS Bridge
parent c508a8f2c9
commit e2e592656e
2 changed files with 11 additions and 1 deletions

View File

@ -1,9 +1,17 @@
-------------------------------------------------------------------
Mon Jun 20 12:47:46 UTC 2011 - aj@suse.de
- Enhance rpmlintrc.
- move summary,license and group out of the not-ppc if (by Marcus
Meissner).
-------------------------------------------------------------------
Mon Jun 20 11:02:01 UTC 2011 - aj@suse.de
- Remove PreReq on permissions to avoid a cycle that gives leads to
an uninstallable system (bnc#700925).
- Fix <bits/sigcontext.h> on x86 - fixes scpm compilation.
- Fix <bits/sigcontext.h> on x86 - fixes scpm compilation
(bnc#700784).
-------------------------------------------------------------------
Fri Jun 17 09:50:19 UTC 2011 - aj@suse.de

View File

@ -10,3 +10,5 @@ addFilter(".*files-duplicate /usr/lib64/libbsd-compat.a /usr/lib.*/libg.a")
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")