forked from pool/rpmlint
Accepting request 130078 from devel:openSUSE:Factory:rpmlint
added icinga users and groups (forwarded request 129858 from thardeck) OBS-URL: https://build.opensuse.org/request/show/130078 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint?expand=0&rev=167
This commit is contained in:
commit
5e24b0cc2c
3
config
3
config
@ -100,6 +100,8 @@ setOption('StandardGroups', (
|
||||
'hsqldb',
|
||||
'icecast',
|
||||
'icecream',
|
||||
'icinga',
|
||||
'icingacmd',
|
||||
'ifdrwww',
|
||||
'intermezzo',
|
||||
'jboss',
|
||||
@ -231,6 +233,7 @@ setOption('StandardUsers', (
|
||||
'hsqldb',
|
||||
'icecast',
|
||||
'icecream',
|
||||
'icinga',
|
||||
'intermezzo',
|
||||
'irc',
|
||||
'jabber',
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 3 17:22:43 UTC 2012 - thardeck@suse.com
|
||||
|
||||
- added icinga users and groups
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 5 12:21:08 UTC 2012 - dmueller@suse.com
|
||||
|
||||
- remove python naming check (bnc#768247)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 26 13:54:35 UTC 2012 - lnussel@suse.de
|
||||
|
||||
|
@ -74,8 +74,7 @@ Patch1: suse-checks.diff
|
||||
Patch2: suse-version.diff
|
||||
Patch3: suse-url-check.diff
|
||||
Patch4: invalid-filerequires.diff
|
||||
# disable
|
||||
#Patch5: suse-bzip-bigger-than-100k.diff
|
||||
Patch5: suse-python3-naming-policy.diff
|
||||
Patch6: suse-filesystem.diff
|
||||
Patch7: suse-pkg-config-check.diff
|
||||
Patch8: suse-binarieschecks.diff
|
||||
@ -155,7 +154,7 @@ Authors:
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
#patch5
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch8
|
||||
|
11
suse-python3-naming-policy.diff
Normal file
11
suse-python3-naming-policy.diff
Normal file
@ -0,0 +1,11 @@
|
||||
--- NamingPolicyCheck.py
|
||||
+++ NamingPolicyCheck.py
|
||||
@@ -91,7 +91,7 @@
|
||||
|
||||
|
||||
check.add_check('xmms', '^xmms(-|$)', '^/usr/lib(64)?/xmms/')
|
||||
-check.add_check('python', '^python(-|$)', '^/usr/lib(64)?/python[1-9](-[1-9])?')
|
||||
+#check.add_check('python', '^python(2|3)?(-|$)', '^/usr/lib(64)?/python[1-9](-[1-9])?')
|
||||
check.add_check('perl5', '^perl(-|$)', '^/usr/lib(64)?/perl5/vendor_perl')
|
||||
check.add_check('apache2', '^apache2-mod_', '^/usr/lib(64)?/apache2-')
|
||||
check.add_check('fortune', '^fortune(-|$)', '^/usr/share/games/fortunes/')
|
Loading…
Reference in New Issue
Block a user