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:
commit
f9bd02c233
@ -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:
|
||||
|
4
config
4
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',
|
||||
))
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
#!BuildIgnore: rpmlint-mini
|
||||
|
||||
Name: rpmlint
|
||||
|
Loading…
Reference in New Issue
Block a user