SHA256
1
0
forked from pool/rpmlint

merge sr#93376 manually:

- added: standard group 'citadel'
- added: standard user 'citadel'
- changed: addDetails('non-standard-uid', ... branch paket ...', 
  'non-standard-uid', ... branch paket ...')

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=68
This commit is contained in:
Ludwig Nussel 2011-11-28 13:22:53 +00:00 committed by Git OBS Bridge
parent d76a710dbd
commit 9617179b2a
2 changed files with 14 additions and 2 deletions

8
config
View File

@ -77,6 +77,7 @@ setOption('StandardGroups', (
'bin',
'casaauth',
'cdrom',
'citadel',
'console',
'cwbconv',
'daemon',
@ -194,6 +195,7 @@ setOption('StandardUsers', (
'casaatsd',
'casaatvd',
'casaauth',
'citadel',
'cntlm',
'cop',
'cyrus',
@ -297,11 +299,13 @@ setOption('StandardUsers', (
addDetails('non-standard-uid',
'''A file in this package is owned by an unregistered user id.
Please contact opensuse-packaging@opensuse.org to register the user.
To register the user, please branch the devel:openSUSE:Factory:rpmlint rpmlint package,
add the user to the "config" file and send a submitrequest.
''',
'non-standard-gid',
'''A file in this package is owned by an unregistered group id.
Please contact opensuse-packaging@opensuse.org to register the group.
To register the group, please branch the devel:openSUSE:Factory:rpmlint rpmlint package,
add the group to the "config" file and send a submitrequest.
'''
)

View File

@ -5,6 +5,14 @@ Mon Nov 28 11:00:43 UTC 2011 - lnussel@suse.de
- add global filter for SuSEfirewall2's sysconfig file as setBadness in the
package is not allowed
-------------------------------------------------------------------
Wed Nov 23 22:28:34 UTC 2011 - projects@localside.net
- added: standard group 'citadel'
- added: standard user 'citadel'
- changed: addDetails('non-standard-uid', ... branch paket ...',
'non-standard-uid', ... branch paket ...')
-------------------------------------------------------------------
Sun Aug 28 17:11:34 UTC 2011 - opensuse@cboltz.de