From 3f7d5f3d1f3db1b70aad891d19e4d950dcf3ec564c397219f194bc4758570de2 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sun, 7 Aug 2011 17:00:34 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/rpmlint revision 136.0 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=cf569cb9db3473fa8ac7046907bd3d6b --- rpmlint.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmlint.spec b/rpmlint.spec index a364787..bc6ebf2 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -23,7 +23,7 @@ Name: rpmlint BuildRequires: rpm-python xz Summary: Rpm correctness checker Version: 1.2 -Release: 19 +Release: 21 Source0: http://rpmlint.zarb.org/download/rpmlint-%{version}.tar.xz Source1: config Source1001: config.in From c883c644446007c67f75835329476e47ea91cd46ed531935339f82543f3ed4a5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 10 Aug 2011 20:08:43 +0000 Subject: [PATCH 2/3] Accepting request 78188 from home:jengelh:dev - Facepalming spelling fixes OBS-URL: https://build.opensuse.org/request/show/78188 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=54 --- LibraryPolicyCheck.py | 4 ++-- rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) 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/rpmlint.changes b/rpmlint.changes index 7f5f6dc..143a425 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 6 19:01:00 UTC 2011 - jengelh@medozas.de + +- Spelling fixes + ------------------------------------------------------------------- Fri Aug 5 12:16:36 UTC 2011 - lnussel@suse.de From ec3c85da09d25823263d39eb0a760199d09ff258f5f67577c322f697a3f2cf54 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 12 Aug 2011 15:57:51 +0000 Subject: [PATCH 3/3] - add jenkins/jenkins to valid group/user list OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=55 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) 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 143a425..ae0289f 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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