Accepting request 103735 from devel:openSUSE:Factory:rpmlint

- suse-filelist-empty is meant as warning only

- add standard group and user znc (server:irc/znc)

- added standard user and group "puppet"

OBS-URL: https://build.opensuse.org/request/show/103735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=153
This commit is contained in:
Stephan Kulow 2012-02-14 12:11:15 +00:00 committed by Git OBS Bridge
commit f9bd02c233
4 changed files with 21 additions and 1 deletions

View File

@ -353,7 +353,7 @@ class FilelistCheck(AbstractCheck.AbstractCheck):
files = pkg.files() files = pkg.files()
if not 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 return
for check in _checks: for check in _checks:

4
config
View File

@ -148,6 +148,7 @@ setOption('StandardGroups', (
'pulse', 'pulse',
'pulse-access', 'pulse-access',
'pulse-rt', 'pulse-rt',
'puppet',
'qemu', 'qemu',
'quagga', 'quagga',
'quasselcore', 'quasselcore',
@ -179,6 +180,7 @@ setOption('StandardGroups', (
'www', 'www',
'xok', 'xok',
'zeroinst', 'zeroinst',
'znc',
'zope', 'zope',
)) ))
@ -265,6 +267,7 @@ setOption('StandardUsers', (
'pound', 'pound',
'privoxy', 'privoxy',
'pulse', 'pulse',
'puppet',
'qemu', 'qemu',
'quagga', 'quagga',
'quasselcore', 'quasselcore',
@ -295,6 +298,7 @@ setOption('StandardUsers', (
'wwwrun', 'wwwrun',
'yastws', 'yastws',
'zeroinst', 'zeroinst',
'znc',
'zope', 'zope',
)) ))

View File

@ -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 Wed Jan 4 16:56:40 CET 2012 - dmueller@suse.de

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
#!BuildIgnore: rpmlint-mini #!BuildIgnore: rpmlint-mini
Name: rpmlint Name: rpmlint