Accepting request 280417 from home:bmwiedemann:branches:devel:tools:scm:svn
fix sysconfig file generation (bnc#911620) (not fully tested yet) OBS-URL: https://build.opensuse.org/request/show/280417 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=191
This commit is contained in:
parent
d58d11a488
commit
68aeab2b7e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 8 15:41:32 UTC 2015 - bwiedemann@suse.com
|
||||
|
||||
- fix sysconfig file generation (bnc#911620)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 18 14:33:55 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package subversion
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 Andreas Stieger <andreas.stieger@gmx.de>
|
||||
# Copyright (c) 2009-2010 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
@ -438,7 +438,7 @@ getent passwd %{svnuser} >/dev/null || useradd -r -g %{svngroup} -d /srv/svn -s
|
||||
%endif
|
||||
|
||||
%post
|
||||
%{fillup_only svnserve}
|
||||
%{fillup_only -n svnserve svnserve}
|
||||
%if 0%{?with_systemd}
|
||||
%service_add_post svnserve.service
|
||||
systemd-tmpfiles --create %{_tmpfilesdir}/svnserve.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user