Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory 
checked in at 2014-05-22 20:38:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemtap (Old)
 and      /work/SRC/openSUSE:Factory/.systemtap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemtap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemtap/systemtap.changes      2014-05-06 
14:03:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap.changes 2014-05-22 
20:38:48.000000000 +0200
@@ -1,0 +2,5 @@
+Sat May 17 19:34:40 UTC 2014 - co...@suse.com
+
+- use %_rundir if available
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ systemtap.spec ++++++
--- /var/tmp/diff_new_pack.ctilnD/_old  2014-05-22 20:38:49.000000000 +0200
+++ /var/tmp/diff_new_pack.ctilnD/_new  2014-05-22 20:38:49.000000000 +0200
@@ -42,6 +42,10 @@
 Requires:       libebl1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
+%if ! %{defined _rundir}
+%define _rundir %{_localstatedir}/run
+%endif
+
 %description
 SystemTap is an instrumentation system for systems running Linux.
 Developers can write instrumentation to collect data on the operation
@@ -154,7 +158,7 @@
 %{_libexecdir}/%{name}/stap-stop-server
 %{_mandir}/man8/stap-server.8*
 %ghost %{_localstatedir}/log/stap-server.log
-%ghost %dir %{_localstatedir}/run/stap-server
+%ghost %dir %{_rundir}/stap-server
 
 %files sdt-devel
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to