Accepting request 840258 from devel:tools:scm:svn

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/840258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=178
This commit is contained in:
2020-10-10 17:02:55 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 3 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Sep 26 09:25:36 UTC 2020 - d_werner@gmx.net
- update the path of the PIDFile in the svnserve.service file:
change /var/run/svnserve/svnserve.pid to /run/svnserve/svnserve.pid
-------------------------------------------------------------------
Fri Sep 25 15:04:51 UTC 2020 - d_werner@gmx.net
- update the tmpfiles.d/ drop-in file as requested by the
rpm output
/usr/lib/tmpfiles.d/svnserve.conf:1: Line references path below
legacy directory /var/run/, updating /var/run/svnserve → /run/svnserve;
-------------------------------------------------------------------
Wed Sep 23 18:53:25 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@@ -30,6 +30,11 @@
%if ! %{defined _fillupdir}
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
#Compat macros for SLES 15 SP2 which does not support python_site{arch,lib}
%if 0%{?sle_version} == 150200 && !0%{?is_opensuse}
%define python_sitearch %{python3_sitearch}
%define python_sitelib %{python3_sitelib}
%endif
%bcond_without gnome
%bcond_with python_ctypes
%bcond_with all_regression_tests

View File

@@ -7,8 +7,8 @@ Type=forking
EnvironmentFile=/etc/sysconfig/svnserve
User=svn
Group=svn
PIDFile=/var/run/svnserve/svnserve.pid
ExecStart=/usr/bin/svnserve --daemon --pid-file=/var/run/svnserve/svnserve.pid $SVNSERVE_OPTIONS
PIDFile=/run/svnserve/svnserve.pid
ExecStart=/usr/bin/svnserve --daemon --pid-file=/run/svnserve/svnserve.pid $SVNSERVE_OPTIONS
[Install]
WantedBy=multi-user.target

View File

@@ -1 +1 @@
D /var/run/svnserve 0755 svn svn -
D /run/svnserve 0755 svn svn -