forked from pool/rpmlint
Accepting request 561793 from home:adamm:branches:devel:openSUSE:Factory:rpmlint
- add missing comma (,) to config file - add user/group _nsd for NSD name server OBS-URL: https://build.opensuse.org/request/show/561793 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=555
This commit is contained in:
parent
a40e314d61
commit
90805877a4
4
config
4
config
@ -409,6 +409,7 @@ setOption('StandardGroups', (
|
||||
'nogroup',
|
||||
'novell_nogroup',
|
||||
'novlxtier',
|
||||
'_nsd',
|
||||
'ntadmin',
|
||||
'ntop',
|
||||
'ntp',
|
||||
@ -587,6 +588,7 @@ setOption('StandardUsers', (
|
||||
'novlifdr',
|
||||
'novlxregd',
|
||||
'novlxsrvd',
|
||||
'_nsd',
|
||||
'ntop',
|
||||
'ntp',
|
||||
'openstack-ceilometer',
|
||||
@ -675,7 +677,7 @@ add the user to the "config" file and send a submitrequest.
|
||||
'''A file in this package is owned by an unregistered group id.
|
||||
To register the group, please branch the devel:openSUSE:Factory:rpmlint rpmlint package,
|
||||
add the group to the "config" file and send a submitrequest.
|
||||
'''
|
||||
''',
|
||||
'no-changelogname-tag',
|
||||
'''There is no changelog. Please insert a '%changelog' section heading in your
|
||||
spec file and prepare your changes file using e.g. the 'osc vc' command.''',
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rpmlint-tests
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 10:27:22 UTC 2018 - adam.majer@suse.de
|
||||
|
||||
- add missing comma (,) to config file
|
||||
- add user/group _nsd for NSD name server
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 2 16:48:08 UTC 2017 - stefan.bruens@rwth-aachen.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rpmlint
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user