From adce6d39b7ff9a064d766e1d3f926e0a230feff1139c2315aa783d125baf25cc Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 21 May 2013 09:12:06 +0000 Subject: [PATCH] Accepting request 176183 from home:AndreasStieger:branches:devel:tools:scm:svn - Add user and group 'svn' for svnserve in package subversion Rationale: This user and group is already preconfigured in the configuration, and recommended in the start-up configuration for svnserve. The package is about to be updated to include the user and group. OBS-URL: https://build.opensuse.org/request/show/176183 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=180 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index 7912be6..4370108 100644 --- a/config +++ b/config @@ -179,6 +179,7 @@ setOption('StandardGroups', ( 'snort', 'sshd', 'suse-ncc', + 'svn', 'sys', 'tftp', 'tomcat', @@ -315,6 +316,7 @@ setOption('StandardUsers', ( 'sshd', 'statd', 'suse-ncc', + 'svn', 'tftp', 'tomcat', 'tomcat4', diff --git a/rpmlint.changes b/rpmlint.changes index 6f6387b..a9bfd6c 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 20 19:48:39 UTC 2013 - andreas.stieger@gmx.de + +- Add user and group 'svn' for svnserve in package subversion + ------------------------------------------------------------------- Mon Apr 15 12:36:01 UTC 2013 - meissner@suse.com