diff --git a/LibraryPolicyCheck.py b/LibraryPolicyCheck.py index b239e87..e5efe04 100644 --- a/LibraryPolicyCheck.py +++ b/LibraryPolicyCheck.py @@ -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', diff --git a/config b/config index dd7ec74..1e6af6e 100644 --- a/config +++ b/config @@ -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', diff --git a/rpmlint.changes b/rpmlint.changes index 7f5f6dc..ae0289f 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -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