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:
8
config
8
config
@@ -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.
|
||||
'''
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user