[pcp] Bring pcp.spec up todate with the upstream fedora.spec

Dave Brolley brolley at fedoraproject.org
Mon Jan 26 17:51:31 UTC 2015


commit e412f5caddf8c8246c55d98e29277309fb0a9f58
Author: Dave Brolley <brolley at redhat.com>
Date:   Mon Jan 26 12:51:18 2015 -0500

    Bring pcp.spec up todate with the upstream fedora.spec

 pcp.spec |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/pcp.spec b/pcp.spec
index 7765aa2..5b3c6bc 100644
--- a/pcp.spec
+++ b/pcp.spec
@@ -7,7 +7,7 @@ Release: %{buildversion}%{?dist}
 License: GPLv2+ and LGPLv2.1+ and CC-BY
 URL: http://www.pcp.io
 Group: Applications/System
-Source0: %{name}-%{version}.src.tar.gz
+Source0: ftp://oss.sgi.com/projects/pcp/download/%{name}-%{version}.src.tar.gz
 Source1: ftp://oss.sgi.com/projects/pcp/download/pcp-webjs.src.tar.gz
 
 # There are no papi/libpfm devel packages for s390 nor for some rhels, disable
@@ -242,12 +242,8 @@ An optional daemon (pmmgr) that manages a collection of pmlogger and
 pmie daemons, for a set of discovered local and remote hosts running
 the performance metrics collection daemon (pmcd).  It ensures these
 daemons are running when appropriate, and manages their log rotation
-needs (which are particularly complex in the case of pmlogger).
-The base PCP package provides comparable functionality through cron
-scripts which predate this daemon but do still provide effective and
-efficient log management services.
-The pcp-manager package aims to aggressively enable new PCP features
-and as a result may not be suited to all production environments.
+needs.  It is an alternative to the cron-based pmlogger/pmie service
+scripts.
 
 %if !%{disable_microhttpd}
 #
@@ -994,7 +990,7 @@ chmod 644 "$PCP_PMNS_DIR/.NeedRebuild"
 %endif
 %{_libexecdir}/pcp/bin/pmmgr
 %attr(0775,pcp,pcp) %{_logsdir}/pmmgr
-%{_confdir}/pmmgr
+%config(missingok,noreplace) %{_confdir}/pmmgr
 %config(noreplace) %{_confdir}/pmmgr/pmmgr.options
 %{_mandir}/man1/pmmgr.1.gz
 


More information about the scm-commits mailing list