SHA256
1
0
forked from pool/rpmlint

Accepting request 78679 from devel:openSUSE:Factory:rpmlint

- add jenkins/jenkins to valid group/user list

- Spelling fixes

OBS-URL: https://build.opensuse.org/request/show/78679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=137
This commit is contained in:
Sascha Peilicke 2011-08-15 08:41:08 +00:00 committed by Git OBS Bridge
commit 80076d112c
3 changed files with 14 additions and 2 deletions

View File

@ -454,12 +454,12 @@ allow to install multiple versions of the package in parallel.""",
of legacy exceptions. Please do not rename the package until SONAME changes, but if you have
to rename it for another reason, make sure you name it correctly.""",
'shlib-policy-excessive-dependency',
"""Your package starts with 'lib' as part of it's name, but also contains binaries
"""Your package starts with 'lib' as part of its name, but also contains binaries
that have more dependencies than those that already required by the libraries.
Those binaries should probably not be part of the library package, but split into
a seperate one to reduce the additional dependencies for other users of this library.""",
'shlib-policy-missing-lib',
"""Your package starts with 'lib' as part of it's name, but does not provide
"""Your package starts with 'lib' as part of its name, but does not provide
any libraries. It must not be called a lib-package then. Give it a more
sensible name.""",
'shlib-fixed-dependency',

2
config
View File

@ -101,6 +101,7 @@ setOption('StandardGroups', (
'ifdrwww',
'intermezzo',
'jboss',
'jenkins',
'jetty5',
'jonas',
'kmem',
@ -222,6 +223,7 @@ setOption('StandardUsers', (
'jabber',
'jboss',
'jetty5',
'jenkins',
'jonas',
'ldap',
'lightdm',

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Aug 12 17:57:35 CEST 2011 - dmueller@suse.de
- add jenkins/jenkins to valid group/user list
-------------------------------------------------------------------
Sat Aug 6 19:01:00 UTC 2011 - jengelh@medozas.de
- Spelling fixes
-------------------------------------------------------------------
Fri Aug 5 12:16:36 UTC 2011 - lnussel@suse.de