Hello community,

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

Package is "pcp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcp/pcp.changes  2013-04-17 23:15:05.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.pcp.new/pcp.changes     2014-05-22 
20:37:59.000000000 +0200
@@ -1,0 +2,5 @@
+Sun May 11 05:56:19 UTC 2014 - co...@suse.com
+
+- use %_rundir if available
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pcp.spec ++++++
--- /var/tmp/diff_new_pack.YDfNaA/_old  2014-05-22 20:38:01.000000000 +0200
+++ /var/tmp/diff_new_pack.YDfNaA/_new  2014-05-22 20:38:01.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pcp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,6 +49,10 @@
 %define license_lgplv2plus     LGPLv2+
 %endif
 
+%if ! %{defined _rundir}
+%define _rundir %{_localstatedir}/run
+%endif
+
 Url:            http://oss.sgi.com/projects/pcp
 Source0:        
ftp://oss.sgi.com/projects/pcp/download/pcp-%{version}.src.tar.gz
 Source1:        pcp-rpmlintrc
@@ -308,7 +312,7 @@
 # license entries. Remove these along with everything under testsuite.
 rm -rf $RPM_BUILD_ROOT/%{_localstatedir}/lib/pcp/testsuite
 
-mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/run/pcp
+mkdir -p $RPM_BUILD_ROOT/%{_rundir}/pcp
 mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/pcp/tmp
 
 %if (0%{?suse_version} > 0)
@@ -421,7 +425,7 @@
 %{_sbindir}/rc*
 %endif
 
-%ghost %dir %{_localstatedir}/run/pcp
+%ghost %dir %{_rundir}/pcp
 %verify(not mode) %attr(755,root,root) %dir %{_localstatedir}/lib/pcp/tmp
 %verify(not mode) %attr(755,root,root) %dir 
%{_localstatedir}/lib/pcp/tmp/pmdabash
 %verify(not mode) %attr(755,root,root) %dir %{_localstatedir}/lib/pcp/tmp/mmv

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

Reply via email to