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
This commit is contained in:
Marcus Meissner 2013-05-21 09:12:06 +00:00 committed by Git OBS Bridge
parent 18b607466e
commit adce6d39b7
2 changed files with 7 additions and 0 deletions

2
config
View File

@ -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',

View File

@ -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