Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2014-06-06 14:36:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/subversion (Old)
 and      /work/SRC/openSUSE:Factory/.subversion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "subversion"

Changes:
--------
--- /work/SRC/openSUSE:Factory/subversion/subversion.changes    2014-05-14 
10:46:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes       
2014-06-06 14:36:38.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jun  4 22:30:27 UTC 2014 - [email protected]
+
+- do not package svnserve pid file in /var/run, fixing Factory
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ subversion.spec ++++++
--- /var/tmp/diff_new_pack.2HAJCc/_old  2014-06-06 14:36:40.000000000 +0200
+++ /var/tmp/diff_new_pack.2HAJCc/_new  2014-06-06 14:36:40.000000000 +0200
@@ -38,6 +38,7 @@
 
 %define svngroup svn
 %define svnuser svn
+%{!?_tmpfilesdir:%global _tmpfilesdir /usr/lib/tmpfiles.d}
 
 Name:           subversion
 Version:        1.8.9
@@ -580,9 +581,8 @@
 %{__install} -d -m 0755 %{buildroot}/srv/svn
 %if 0%{?has_systemd}
 install -m 644 -D %{S:14} $RPM_BUILD_ROOT/%{_unitdir}/svnserve.service
-%{__install} -d -m 0755 %{buildroot}/var/run/svnserve/
-%{__install} -d -m 0755 %{buildroot}/usr/lib/tmpfiles.d/
-%{__install} -m 0644 %{SOURCE15} %{buildroot}/usr/lib/tmpfiles.d/svnserve.conf
+%{__install} -d -m 0755 %{buildroot}/%{_tmpfilesdir}
+%{__install} -m 0644 %{SOURCE15} %{buildroot}/%{_tmpfilesdir}/svnserve.conf
 %endif
 #useless libtool stuff
 rm -f %{buildroot}%{_libdir}/*.la
@@ -672,7 +672,7 @@
 %{fillup_and_insserv -n svnserve svnserve}
 %if 0%{?has_systemd}
 %service_add_post svnserve.service
-systemd-tmpfiles --create /usr/lib/tmpfiles.d/svnserve.conf
+systemd-tmpfiles --create %{_tmpfilesdir}/svnserve.conf
 %endif
 /sbin/ldconfig
 
@@ -720,8 +720,7 @@
 %config %{_fwdefdir}/*
 %if 0%{?has_systemd}
 %{_unitdir}/svnserve.service
-%ghost %dir %attr(755,%{svnuser},%{svngroup}) /var/run/svnserve
-/usr/lib/tmpfiles.d/svnserve.conf
+%{_tmpfilesdir}/svnserve.conf
 %endif
 #
 %attr(755,root,root) /usr/bin/svn




-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to