diff --git a/CheckFilelist.py b/CheckFilelist.py index 247230f..d3f26ae 100644 --- a/CheckFilelist.py +++ b/CheckFilelist.py @@ -353,7 +353,7 @@ class FilelistCheck(AbstractCheck.AbstractCheck): files = pkg.files() if not files: - printError(pkg, 'suse-filelist-empty', 'packages without any files are not allowed in SUSE') + printWarning(pkg, 'suse-filelist-empty', 'packages without any files are discouraged in SUSE') return for check in _checks: diff --git a/config b/config index 248ab30..692d273 100644 --- a/config +++ b/config @@ -148,6 +148,7 @@ setOption('StandardGroups', ( 'pulse', 'pulse-access', 'pulse-rt', + 'puppet', 'qemu', 'quagga', 'quasselcore', @@ -179,6 +180,7 @@ setOption('StandardGroups', ( 'www', 'xok', 'zeroinst', + 'znc', 'zope', )) @@ -265,6 +267,7 @@ setOption('StandardUsers', ( 'pound', 'privoxy', 'pulse', + 'puppet', 'qemu', 'quagga', 'quasselcore', @@ -295,6 +298,7 @@ setOption('StandardUsers', ( 'wwwrun', 'yastws', 'zeroinst', + 'znc', 'zope', )) diff --git a/rpmlint.changes b/rpmlint.changes index 2b9bb89..ab407db 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jan 31 10:33:03 UTC 2012 - lnussel@suse.de + +- suse-filelist-empty is meant as warning only + +------------------------------------------------------------------- +Thu Jan 26 15:02:47 UTC 2012 - suse@ammler.ch + +- add standard group and user znc (server:irc/znc) + +------------------------------------------------------------------- +Wed Jan 11 14:12:59 UTC 2012 - vcizek@suse.com + +- added standard user and group "puppet" + ------------------------------------------------------------------- Wed Jan 4 16:56:40 CET 2012 - dmueller@suse.de diff --git a/rpmlint.spec b/rpmlint.spec index 3d93787..97b1d48 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + #!BuildIgnore: rpmlint-mini Name: rpmlint