[pcp] Update to latest community sources

nathans nathans at fedoraproject.org
Thu Oct 17 22:54:46 UTC 2013


commit 823babf639d22e16d6eb32756bfe327c9abb741c
Author: Nathan Scott <nathans at redhat.com>
Date:   Fri Oct 18 09:54:39 2013 +1100

    Update to latest community sources

 .gitignore |    1 +
 pcp.spec   |   96 +++++++++++++++++++++++++++++++++++++++++------------------
 sources    |    2 +-
 3 files changed, 69 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62e1e05..3c99a04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ pcp-3.3.3-1.src.tar.gz
 /pcp-3.8.2.src.tar.gz
 /pcp-3.8.3.src.tar.gz
 /pcp-3.8.4.src.tar.gz
+/pcp-3.8.5.src.tar.gz
diff --git a/pcp.spec b/pcp.spec
index 3717e5f..56b1cab 100644
--- a/pcp.spec
+++ b/pcp.spec
@@ -1,7 +1,7 @@
 Summary: System-level performance monitoring and performance management
 Name: pcp
-Version: 3.8.4
-%define buildversion 2
+Version: 3.8.5
+%define buildversion 1
 
 Release: %{buildversion}%{?dist}
 License: GPLv2+ and LGPLv2.1+
@@ -19,7 +19,7 @@ BuildRequires: cyrus-sasl-devel
 BuildRequires: libmicrohttpd-devel
 BuildRequires: systemtap-sdt-devel
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: initscripts man /bin/hostname
+BuildRequires: initscripts man
 %if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
 BuildRequires: systemd-devel
 %endif
@@ -43,10 +43,27 @@ Requires: perl-PCP-PMDA = %{version}-%{release}
 %define _tempsdir %{_localstatedir}/lib/pcp/tmp
 %define _pmdasdir %{_localstatedir}/lib/pcp/pmdas
 %define _testsdir %{_localstatedir}/lib/pcp/testsuite
+
 %if 0%{?fedora} >= 20
 %define _with_doc --with-docdir=%{_docdir}/%{name}
+%endif
+
+# we never want Infiniband on s390 platforms
+%ifarch s390 s390x
+%define disable_infiniband 1
 %else
-%define _with_doc %{nil}
+
+# we never want Infiniband on RHEL5 or earlier
+%if 0%{?rhel} != 0 && 0%{?rhel} < 6
+%define disable_infiniband 1
+%else
+%define disable_infiniband 0
+%endif
+
+%endif
+
+%if %{disable_infiniband}
+%define _with_ib --with-infiniband=no
 %endif
 
 %description
@@ -77,7 +94,6 @@ License: GPLv2+ and LGPLv2.1+
 Group: Development/Libraries
 Summary: Performance Co-Pilot (PCP) development headers and documentation
 URL: http://oss.sgi.com/projects/pcp/
-
 Requires: pcp-libs = %{version}-%{release}
 
 %description libs-devel
@@ -93,7 +109,6 @@ Summary: Performance Co-Pilot (PCP) test suite
 URL: http://oss.sgi.com/projects/pcp/
 Requires: pcp = %{version}-%{release}
 Requires: pcp-libs-devel = %{version}-%{release}
-# Requires: valgrind	# arch-specific
 
 %description testsuite
 Quality assurance test suite for Performance Co-Pilot (PCP).
@@ -123,7 +138,7 @@ License: GPLv2+
 Group: Development/Libraries
 Summary: Performance Co-Pilot (PCP) Perl bindings for PCP Memory Mapped Values
 URL: http://oss.sgi.com/projects/pcp/
-Requires: pcp >= %{version}-%{release}
+Requires: pcp-libs = %{version}-%{release}
 
 %description -n perl-PCP-MMV
 The PCP::MMV module contains the Perl language bindings for
@@ -141,7 +156,7 @@ License: GPLv2+
 Group: Development/Libraries
 Summary: Performance Co-Pilot (PCP) Perl bindings for importing external data into PCP archives
 URL: http://oss.sgi.com/projects/pcp/
-Requires: pcp >= %{version}-%{release}
+Requires: pcp-libs = %{version}-%{release}
 
 %description -n perl-PCP-LogImport
 The PCP::LogImport module contains the Perl language bindings for
@@ -156,7 +171,7 @@ License: GPLv2+
 Group: Development/Libraries
 Summary: Performance Co-Pilot (PCP) Perl bindings for post-processing output of pmlogsummary
 URL: http://oss.sgi.com/projects/pcp/
-Requires: pcp >= %{version}-%{release}
+Requires: pcp-libs = %{version}-%{release}
 
 %description -n perl-PCP-LogSummary
 The PCP::LogSummary module provides a Perl module for using the
@@ -174,8 +189,8 @@ License: LGPLv2+
 Group: Applications/System
 Summary: Performance Co-Pilot tools for importing sar data into PCP archive logs
 URL: http://oss.sgi.com/projects/pcp/
-Requires: pcp-libs >= %{version}-%{release}
-Requires: perl-PCP-LogImport >= %{version}-%{release}
+Requires: pcp-libs = %{version}-%{release}
+Requires: perl-PCP-LogImport = %{version}-%{release}
 Requires: sysstat
 
 %description import-sar2pcp
@@ -190,8 +205,8 @@ License: LGPLv2+
 Group: Applications/System
 Summary: Performance Co-Pilot tools for importing iostat data into PCP archive logs
 URL: http://oss.sgi.com/projects/pcp/
-Requires: pcp-libs >= %{version}-%{release}
-Requires: perl-PCP-LogImport >= %{version}-%{release}
+Requires: pcp-libs = %{version}-%{release}
+Requires: perl-PCP-LogImport = %{version}-%{release}
 Requires: sysstat
 
 %description import-iostat2pcp
@@ -206,8 +221,8 @@ License: LGPLv2+
 Group: Applications/System
 Summary: Performance Co-Pilot tools for importing MTRG data into PCP archive logs
 URL: http://oss.sgi.com/projects/pcp/
-Requires: pcp-libs >= %{version}-%{release}
-Requires: perl-PCP-LogImport >= %{version}-%{release}
+Requires: pcp-libs = %{version}-%{release}
+Requires: perl-PCP-LogImport = %{version}-%{release}
 
 %description import-mrtg2pcp
 Performance Co-Pilot (PCP) front-end tools for importing MTRG data
@@ -221,13 +236,13 @@ License: LGPLv2+
 Group: Applications/System
 Summary: Performance Co-Pilot tools for importing collectl log files into PCP archive logs
 URL: http://oss.sgi.com/projects/pcp/
-Requires: pcp-libs >= %{version}-%{release}
+Requires: pcp-libs = %{version}-%{release}
 
 %description import-collectl2pcp
 Performance Co-Pilot (PCP) front-end tools for importing collectl data
 into standard PCP archive logs for replay with any PCP monitoring tool.
 
-%ifnarch s390 s390x
+%if !%{disable_infiniband}
 #
 # pcp-pmda-infiniband
 #
@@ -236,9 +251,9 @@ License: GPLv2+
 Group: Applications/System
 Summary: Performance Co-Pilot (PCP) metrics for Infiniband HCAs and switches
 URL: http://oss.sgi.com/projects/pcp/
-Requires: pcp-libs >= %{version}-%{release}
-Requires: libibmad >= 1.1.7 libibumad >= 1.1.7
-BuildRequires: libibmad-devel >= 1.1.7 libibumad-devel >= 1.1.7
+Requires: pcp-libs = %{version}-%{release}
+Requires: libibmad >= 1.3.7 libibumad >= 1.3.7
+BuildRequires: libibmad-devel >= 1.3.7 libibumad-devel >= 1.3.7
 
 %description pmda-infiniband
 This package contains the PCP Performance Metrics Domain Agent (PMDA) for
@@ -267,7 +282,8 @@ building Performance Metric API (PMAPI) tools using Python.
 rm -Rf $RPM_BUILD_ROOT
 
 %build
-%configure --with-rcdir=%{_initddir} --with-tmpdir=%{_tempsdir} %{_with_doc}
+%configure --with-rcdir=%{_initddir} --with-tmpdir=%{_tempsdir} \
+%{?_with_doc} %{?_with_ib}
 make default_pcp
 
 %install
@@ -282,7 +298,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/run/pcp
 # remove sheet2pcp until BZ 830923 and BZ 754678 are resolved.
 rm -f $RPM_BUILD_ROOT/%{_bindir}/sheet2pcp $RPM_BUILD_ROOT/%{_mandir}/man1/sheet2pcp.1.gz
 
-%ifarch s390 s390x
+%if %{disable_infiniband}
 # remove pmdainfiniband on platforms lacking IB devel packages.
 rm -f $RPM_BUILD_ROOT/%{_pmdasdir}/ib $RPM_BUILD_ROOT/man1/pmdaib.1.gz
 rm -fr $RPM_BUILD_ROOT/%{_pmdasdir}/infiniband
@@ -294,13 +310,15 @@ for f in $RPM_BUILD_ROOT/%{_initddir}/{pcp,pmcd,pmlogger,pmie,pmwebd,pmproxy}; d
 done
 
 # list of PMDAs in the base pkg
-ls -1 $RPM_BUILD_ROOT/%{_pmdasdir} | egrep -v 'simple|sample|trivial|txmon' |\
+ls -1 $RPM_BUILD_ROOT/%{_pmdasdir} |\
+egrep -v 'simple|sample|trivial|txmon' |\
+egrep -v '^ib$|infiniband' |\
 sed -e 's#^#'%{_pmdasdir}'\/#' >base_pmdas.list
 
 # bin and man1 files except those split out into sub packages
-ls -1 $RPM_BUILD_ROOT/%{_bindir} | grep -v '2pcp' |\
+ls -1 $RPM_BUILD_ROOT/%{_bindir} | egrep -v '2pcp' |\
 sed -e 's#^#'%{_bindir}'\/#' >base_binfiles.list
-ls -1 $RPM_BUILD_ROOT/%{_mandir}/man1 | grep -v '2pcp' |\
+ls -1 $RPM_BUILD_ROOT/%{_mandir}/man1 | egrep -v '2pcp|pmdaib' |\
 sed -e 's#^#'%{_mandir}'\/man1\/#' >base_man1files.list
 
 cat base_pmdas.list base_binfiles.list base_man1files.list > base_specialfiles.list
@@ -321,6 +339,13 @@ getent passwd pcp >/dev/null || \
   useradd -c "Performance Co-Pilot" -g pcp -d %{_localstatedir}/lib/pcp -M -r -s /sbin/nologin pcp
 PCP_SYSCONF_DIR=%{_confdir}
 PCP_LOG_DIR=%{_logsdir}
+PCP_ETC_DIR=%{_sysconfdir}
+# rename crontab files to align with current Fedora packaging guidelines
+for crontab in pmlogger pmie
+do
+    test -f "$PCP_ETC_DIR/cron.d/$crontab" || continue
+    mv -f "$PCP_ETC_DIR/cron.d/$crontab" "$PCP_ETC_DIR/cron.d/pcp-$crontab"
+done
 # produce a script to run post-install to move configs to their new homes
 save_configs_script()
 {
@@ -448,7 +473,7 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null
 
 %{_libexecdir}/pcp
 %{_datadir}/pcp/lib
-%{_logsdir}
+%attr(0775,pcp,pcp) %{_logsdir}
 %attr(0775,pcp,pcp) %{_logsdir}/pmcd
 %attr(0775,pcp,pcp) %{_logsdir}/pmlogger
 %attr(0775,pcp,pcp) %{_logsdir}/pmie
@@ -463,8 +488,8 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null
 %{_initddir}/pmproxy
 %{_mandir}/man5/*
 %config(noreplace) %{_sysconfdir}/sasl2/pmcd.conf
-%config(noreplace) %{_sysconfdir}/cron.d/pmlogger
-%config(noreplace) %{_sysconfdir}/cron.d/pmie
+%config(noreplace) %{_sysconfdir}/cron.d/pcp-pmlogger
+%config(noreplace) %{_sysconfdir}/cron.d/pcp-pmie
 %config %{_sysconfdir}/bash_completion.d/pcp
 %config %{_sysconfdir}/pcp.env
 %{_sysconfdir}/pcp.sh
@@ -479,7 +504,16 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null
 %dir %attr(0775,pcp,pcp) %{_confdir}/pmlogger
 %attr(0664,pcp,pcp) %config(noreplace) %{_confdir}/pmlogger/control
 %{_localstatedir}/lib/pcp/config/*
+
+%if 0%{?rhel} == 0 || 0%{?rhel} > 5 
+%{tapsetdir}/pmcd.stp
+%else				# rhel5
+%ifarch ppc ppc64
+# no systemtap-sdt-devel
+%else				# ! ppc
 %{tapsetdir}/pmcd.stp
+%endif				# ppc
+%endif
 
 %files libs
 %defattr(-,root,root)
@@ -543,7 +577,7 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null
 %{_bindir}/collectl2pcp
 %{_mandir}/man1/collectl2pcp.1.gz
 
-%ifnarch s390 s390x
+%if !%{disable_infiniband}
 %files pmda-infiniband
 %defattr(-,root,root)
 %{_pmdasdir}/ib
@@ -567,6 +601,10 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null
 %defattr(-,root,root)
 
 %changelog
+* Fri Oct 18 2013 Nathan Scott <nathans at redhat.com> - 3.8.5-1
+- Update to latest PCP sources.
+- Disable pcp-pmda-infiniband sub-package on RHEL5 (BZ 1016368)
+
 * Mon Sep 16 2013 Nathan Scott <nathans at redhat.com> - 3.8.4-2
 - Disable the pcp-pmda-infiniband sub-package on s390 platforms.
 
diff --git a/sources b/sources
index a8d43eb..e3203f9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7aad9eb224e30e61839941b9e3abf4d  pcp-3.8.4.src.tar.gz
+950d4850e59e861f07f0a68de9914a74  pcp-3.8.5.src.tar.gz


More information about the scm-commits mailing list