From 90805877a47f02bf3ed6976cf67dcc91532472c6c5474d779ae95c87c98cb2f2 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Fri, 5 Jan 2018 14:38:10 +0000 Subject: [PATCH] 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 --- config | 4 +++- rpmlint-tests.spec | 2 +- rpmlint.changes | 6 ++++++ rpmlint.spec | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/config b/config index 1f0062f..b0faf55 100644 --- a/config +++ b/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.''', diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index 371a297..4fa1314 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -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 diff --git a/rpmlint.changes b/rpmlint.changes index fdc3992..c6276fa 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -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 diff --git a/rpmlint.spec b/rpmlint.spec index 37d13ee..33f8db4 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -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