2010-07-20 00:32:23 +00:00
|
|
|
Summary: System-level performance monitoring and performance management
|
|
|
|
Name: pcp
|
2012-10-14 00:12:29 +00:00
|
|
|
Version: 3.6.9
|
2012-05-02 12:11:27 +00:00
|
|
|
%define buildversion 1
|
2010-07-20 00:32:23 +00:00
|
|
|
|
2012-09-14 12:25:26 +00:00
|
|
|
Release: %{buildversion}%{?dist}
|
2010-07-20 00:32:23 +00:00
|
|
|
License: GPLv2
|
|
|
|
URL: http://oss.sgi.com/projects/pcp
|
|
|
|
Group: Applications/System
|
2012-09-14 11:53:58 +00:00
|
|
|
Source0: pcp-%{version}.src.tar.gz
|
2010-07-20 00:32:23 +00:00
|
|
|
|
2011-12-12 07:58:13 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2012-09-14 11:53:58 +00:00
|
|
|
BuildRequires: procps autoconf bison flex
|
|
|
|
BuildRequires: python-devel
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: readline-devel
|
2010-07-20 00:32:23 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
2012-09-14 11:53:58 +00:00
|
|
|
BuildRequires: initscripts man /bin/hostname
|
2010-07-20 00:32:23 +00:00
|
|
|
|
2012-08-28 10:54:33 +00:00
|
|
|
Requires: bash gawk sed grep fileutils findutils initscripts perl python
|
|
|
|
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
|
|
|
Requires: python-pcp = %{version}-%{release}
|
|
|
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
2010-07-20 00:32:23 +00:00
|
|
|
|
|
|
|
%define _pmdasdir %{_localstatedir}/lib/pcp/pmdas
|
2012-08-28 10:54:33 +00:00
|
|
|
%define _testsdir %{_localstatedir}/lib/pcp/testsuite
|
2010-07-20 00:32:23 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Performance Co-Pilot (PCP) provides a framework and services to support
|
|
|
|
system-level performance monitoring and performance management.
|
|
|
|
|
|
|
|
The PCP open source release provides a unifying abstraction for all of
|
|
|
|
the interesting performance data in a system, and allows client
|
|
|
|
applications to easily retrieve and process any subset of that data.
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-libs
|
|
|
|
#
|
|
|
|
%package libs
|
|
|
|
License: LGPLv2
|
2012-08-28 10:54:33 +00:00
|
|
|
Group: Development/Libraries
|
2010-07-20 00:32:23 +00:00
|
|
|
Summary: Performance Co-Pilot run-time libraries
|
|
|
|
URL: http://oss.sgi.com/projects/pcp/
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
Performance Co-Pilot (PCP) run-time libraries
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-libs-devel
|
|
|
|
#
|
|
|
|
%package libs-devel
|
|
|
|
License: GPLv2
|
2012-08-28 10:54:33 +00:00
|
|
|
Group: Development/Libraries
|
2010-07-20 00:32:23 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) development headers and documentation
|
|
|
|
URL: http://oss.sgi.com/projects/pcp/
|
|
|
|
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2010-07-20 00:32:23 +00:00
|
|
|
|
|
|
|
%description libs-devel
|
|
|
|
Performance Co-Pilot (PCP) headers, documentation and tools for development.
|
|
|
|
|
2012-08-28 10:54:33 +00:00
|
|
|
#
|
|
|
|
# pcp-testsuite
|
|
|
|
#
|
|
|
|
%package testsuite
|
|
|
|
License: GPLv2
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Performance Co-Pilot (PCP) test suite
|
|
|
|
URL: http://oss.sgi.com/projects/pcp/
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp = %{version}-%{release}
|
|
|
|
Requires: pcp-libs-devel = %{version}-%{release}
|
|
|
|
# Requires: valgrind # arch-specific
|
2012-08-28 10:54:33 +00:00
|
|
|
|
|
|
|
%description testsuite
|
|
|
|
Quality assurance test suite for Performance Co-Pilot (PCP).
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
#
|
|
|
|
# perl-PCP-PMDA. This is the PCP agent perl binding.
|
|
|
|
#
|
|
|
|
%package -n perl-PCP-PMDA
|
|
|
|
License: GPLv2
|
2012-08-28 10:54:33 +00:00
|
|
|
Group: Development/Libraries
|
2010-07-20 00:32:23 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) Perl bindings and documentation
|
|
|
|
URL: http://oss.sgi.com/projects/pcp/
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2010-07-20 00:32:23 +00:00
|
|
|
|
|
|
|
%description -n perl-PCP-PMDA
|
|
|
|
The PCP::PMDA Perl module contains the language bindings for
|
|
|
|
building Performance Metric Domain Agents (PMDAs) using Perl.
|
|
|
|
Each PMDA exports performance data for one specific domain, for
|
|
|
|
example the operating system kernel, Cisco routers, a database,
|
|
|
|
an application, etc.
|
|
|
|
|
|
|
|
#
|
|
|
|
# perl-PCP-MMV
|
|
|
|
#
|
|
|
|
%package -n perl-PCP-MMV
|
|
|
|
License: GPLv2
|
2012-08-28 10:54:33 +00:00
|
|
|
Group: Development/Libraries
|
2010-07-20 00:32:23 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) Perl bindings for PCP Memory Mapped Values
|
|
|
|
URL: http://oss.sgi.com/projects/pcp/
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp >= %{version}-%{release}
|
2010-07-20 00:32:23 +00:00
|
|
|
|
|
|
|
%description -n perl-PCP-MMV
|
|
|
|
The PCP::MMV module contains the Perl language bindings for
|
|
|
|
building scripts instrumented with the Performance Co-Pilot
|
|
|
|
(PCP) Memory Mapped Value (MMV) mechanism.
|
|
|
|
This mechanism allows arbitrary values to be exported from an
|
|
|
|
instrumented script into the PCP infrastructure for monitoring
|
|
|
|
and analysis with pmchart, pmie, pmlogger and other PCP tools.
|
|
|
|
|
2011-02-02 02:51:56 +00:00
|
|
|
#
|
|
|
|
# perl-PCP-LogImport
|
|
|
|
#
|
|
|
|
%package -n perl-PCP-LogImport
|
|
|
|
License: GPLv2
|
2012-08-28 10:54:33 +00:00
|
|
|
Group: Development/Libraries
|
2011-02-02 02:51:56 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) Perl bindings for importing external data into PCP archives
|
|
|
|
URL: http://oss.sgi.com/projects/pcp/
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp >= %{version}-%{release}
|
2011-02-02 02:51:56 +00:00
|
|
|
|
|
|
|
%description -n perl-PCP-LogImport
|
|
|
|
The PCP::LogImport module contains the Perl language bindings for
|
|
|
|
importing data in various 3rd party formats into PCP archives so
|
|
|
|
they can be replayed with standard PCP monitoring tools.
|
|
|
|
|
2011-12-12 07:58:13 +00:00
|
|
|
#
|
|
|
|
# perl-PCP-LogSummary
|
|
|
|
#
|
|
|
|
%package -n perl-PCP-LogSummary
|
|
|
|
License: GPLv2
|
2012-08-28 10:54:33 +00:00
|
|
|
Group: Development/Libraries
|
2011-12-12 07:58:13 +00:00
|
|
|
Summary: Performance Co-Pilot (PCP) Perl bindings for post-processing output of pmlogsummary
|
|
|
|
URL: http://oss.sgi.com/projects/pcp/
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp >= %{version}-%{release}
|
2011-12-12 07:58:13 +00:00
|
|
|
|
|
|
|
%description -n perl-PCP-LogSummary
|
|
|
|
The PCP::LogSummary module provides a Perl module for using the
|
|
|
|
statistical summary data produced by the Performance Co-Pilot
|
|
|
|
pmlogsummary utility. This utility produces various averages,
|
|
|
|
minima, maxima, and other calculations based on the performance
|
|
|
|
data stored in a PCP archive. The Perl interface is ideal for
|
|
|
|
exporting this data into third-party tools (e.g. spreadsheets).
|
|
|
|
|
2011-02-02 02:51:56 +00:00
|
|
|
#
|
|
|
|
# pcp-import-sar2pcp
|
|
|
|
#
|
|
|
|
%package import-sar2pcp
|
|
|
|
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/
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp-libs >= %{version}-%{release}
|
|
|
|
Requires: perl-PCP-LogImport >= %{version}-%{release}
|
|
|
|
Requires: sysstat
|
2011-02-02 02:51:56 +00:00
|
|
|
|
|
|
|
%description import-sar2pcp
|
|
|
|
Performance Co-Pilot (PCP) front-end tools for importing sar data
|
|
|
|
into standard PCP archive logs for replay with any PCP monitoring tool.
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-import-iostat2pcp
|
|
|
|
#
|
|
|
|
%package import-iostat2pcp
|
|
|
|
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/
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp-libs >= %{version}-%{release}
|
|
|
|
Requires: perl-PCP-LogImport >= %{version}-%{release}
|
|
|
|
Requires: sysstat
|
2011-02-02 02:51:56 +00:00
|
|
|
|
|
|
|
%description import-iostat2pcp
|
|
|
|
Performance Co-Pilot (PCP) front-end tools for importing iostat data
|
|
|
|
into standard PCP archive logs for replay with any PCP monitoring tool.
|
|
|
|
|
|
|
|
#
|
|
|
|
# pcp-import-mrtg2pcp
|
|
|
|
#
|
|
|
|
%package import-mrtg2pcp
|
|
|
|
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/
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp-libs >= %{version}-%{release}
|
|
|
|
Requires: perl-PCP-LogImport >= %{version}-%{release}
|
2011-02-02 02:51:56 +00:00
|
|
|
|
|
|
|
%description import-mrtg2pcp
|
|
|
|
Performance Co-Pilot (PCP) front-end tools for importing MTRG data
|
|
|
|
into standard PCP archive logs for replay with any PCP monitoring tool.
|
|
|
|
|
2012-08-28 10:54:33 +00:00
|
|
|
#
|
|
|
|
# python-pcp. This is the PCP library bindings for python.
|
|
|
|
#
|
|
|
|
%package -n python-pcp
|
|
|
|
License: GPLv2
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Performance Co-Pilot (PCP) Python bindings and documentation
|
|
|
|
URL: http://oss.sgi.com/projects/pcp/
|
2012-09-14 11:53:58 +00:00
|
|
|
Requires: pcp-libs = %{version}-%{release}
|
2012-08-28 10:54:33 +00:00
|
|
|
|
|
|
|
%description -n python-pcp
|
|
|
|
The python PCP module contains the language bindings for
|
|
|
|
building Performance Metric API (PMAPI) tools using Python.
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
2011-12-12 07:58:13 +00:00
|
|
|
%clean
|
|
|
|
rm -Rf $RPM_BUILD_ROOT
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
%build
|
2012-09-05 04:26:38 +00:00
|
|
|
%configure --with-rcdir=/etc/rc.d/init.d
|
2010-07-20 00:32:23 +00:00
|
|
|
make default_pcp
|
|
|
|
|
|
|
|
%install
|
2011-12-12 07:58:13 +00:00
|
|
|
rm -Rf $RPM_BUILD_ROOT
|
2010-07-20 00:32:23 +00:00
|
|
|
export DIST_ROOT=$RPM_BUILD_ROOT
|
|
|
|
make install_pcp
|
|
|
|
|
|
|
|
# Fix stuff we do/don't want to ship
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/run/pcp
|
|
|
|
|
2012-06-21 03:48:22 +00:00
|
|
|
# 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
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
# default chkconfig off for Fedora and RHEL
|
2012-07-19 06:16:18 +00:00
|
|
|
for f in $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d/{pcp,pmcd,pmlogger,pmie,pmproxy}; do
|
2010-07-20 00:32:23 +00:00
|
|
|
sed -i -e '/^# chkconfig/s/:.*$/: - 95 05/' -e '/^# Default-Start:/s/:.*$/:/' $f
|
|
|
|
done
|
|
|
|
|
|
|
|
# list of PMDAs in the base pkg
|
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_pmdasdir} | egrep -v 'simple|sample|trivial|txmon' |\
|
|
|
|
sed -e 's#^#'%{_pmdasdir}'\/#' >base_pmdas.list
|
|
|
|
|
2011-02-02 02:51:56 +00:00
|
|
|
# bin and man1 files except those split out into sub packages
|
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_bindir} | grep -v '2pcp' |\
|
|
|
|
sed -e 's#^#'%{_bindir}'\/#' >base_binfiles.list
|
|
|
|
ls -1 $RPM_BUILD_ROOT/%{_mandir}/man1 | grep -v '2pcp' |\
|
|
|
|
sed -e 's#^#'%{_mandir}'\/man1\/#' >base_man1files.list
|
|
|
|
|
|
|
|
cat base_pmdas.list base_binfiles.list base_man1files.list > base_specialfiles.list
|
|
|
|
|
2012-08-28 10:54:33 +00:00
|
|
|
%pre testsuite
|
|
|
|
getent group pcpqa >/dev/null || groupadd -r pcpqa
|
|
|
|
getent passwd pcpqa >/dev/null || \
|
2012-09-14 11:53:58 +00:00
|
|
|
useradd -c "PCP Quality Assurance" -g pcpqa -m -r -s /bin/bash pcpqa 2>/dev/null
|
2012-08-28 10:54:33 +00:00
|
|
|
exit 0
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
%preun
|
|
|
|
if [ "$1" -eq 0 ]
|
|
|
|
then
|
|
|
|
#
|
|
|
|
# Stop daemons before erasing the package
|
|
|
|
#
|
2012-05-02 12:11:27 +00:00
|
|
|
/sbin/service pmlogger stop >/dev/null 2>&1
|
2010-07-20 00:32:23 +00:00
|
|
|
/sbin/service pmie stop >/dev/null 2>&1
|
|
|
|
/sbin/service pmproxy stop >/dev/null 2>&1
|
2012-05-02 12:11:27 +00:00
|
|
|
/sbin/service pcp stop >/dev/null 2>&1
|
|
|
|
/sbin/service pmcd stop >/dev/null 2>&1
|
2010-07-20 00:32:23 +00:00
|
|
|
|
|
|
|
/sbin/chkconfig --del pcp >/dev/null 2>&1
|
2012-05-02 12:11:27 +00:00
|
|
|
/sbin/chkconfig --del pmcd >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del pmlogger >/dev/null 2>&1
|
2010-07-20 00:32:23 +00:00
|
|
|
/sbin/chkconfig --del pmie >/dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del pmproxy >/dev/null 2>&1
|
|
|
|
fi
|
|
|
|
|
|
|
|
%post
|
2012-05-02 12:11:27 +00:00
|
|
|
/sbin/chkconfig --add pmcd >/dev/null 2>&1
|
|
|
|
/sbin/service pmcd condrestart
|
|
|
|
/sbin/chkconfig --add pmlogger >/dev/null 2>&1
|
|
|
|
/sbin/service pmlogger condrestart
|
2010-07-20 00:32:23 +00:00
|
|
|
/sbin/chkconfig --add pmie >/dev/null 2>&1
|
2011-12-12 07:58:13 +00:00
|
|
|
/sbin/service pmie condrestart
|
2010-07-20 00:32:23 +00:00
|
|
|
/sbin/chkconfig --add pmproxy >/dev/null 2>&1
|
2011-12-12 07:58:13 +00:00
|
|
|
/sbin/service pmproxy condrestart
|
2010-07-20 00:32:23 +00:00
|
|
|
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
|
2011-02-02 02:51:56 +00:00
|
|
|
%files -f base_specialfiles.list
|
2010-07-20 00:32:23 +00:00
|
|
|
#
|
|
|
|
# Note: there are some headers (e.g. domain.h) and in a few cases some
|
|
|
|
# C source files that rpmlint complains about. These are not devel files,
|
|
|
|
# but rather they are (slightly obscure) PMDA config files.
|
|
|
|
#
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc CHANGELOG COPYING INSTALL README VERSION.pcp pcp.lsm
|
|
|
|
|
|
|
|
%dir %{_pmdasdir}
|
|
|
|
%dir %{_datadir}/pcp
|
|
|
|
%dir %{_localstatedir}/run/pcp
|
|
|
|
%dir %{_localstatedir}/lib/pcp
|
|
|
|
%dir %{_localstatedir}/lib/pcp/config
|
|
|
|
|
|
|
|
%{_libexecdir}/pcp
|
|
|
|
%{_datadir}/pcp/lib
|
|
|
|
%{_localstatedir}/log/pcp
|
|
|
|
%{_localstatedir}/lib/pcp/pmns
|
|
|
|
%{_initrddir}/pcp
|
2012-05-02 12:11:27 +00:00
|
|
|
%{_initrddir}/pmcd
|
|
|
|
%{_initrddir}/pmlogger
|
2010-07-20 00:32:23 +00:00
|
|
|
%{_initrddir}/pmie
|
|
|
|
%{_initrddir}/pmproxy
|
|
|
|
%{_mandir}/man4/*
|
|
|
|
%config %{_sysconfdir}/bash_completion.d/pcp
|
|
|
|
%config %{_sysconfdir}/pcp.env
|
2012-08-16 06:19:42 +00:00
|
|
|
%{_sysconfdir}/pcp.sh
|
2010-07-20 00:32:23 +00:00
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmcd/pmcd.conf
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmcd/pmcd.options
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmcd/rc.local
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmie/config.default
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmie/control
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmie/crontab
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmlogger/config.default
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmlogger/control
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmlogger/crontab
|
|
|
|
%config(noreplace) %{_localstatedir}/lib/pcp/config/pmproxy/pmproxy.options
|
|
|
|
%{_localstatedir}/lib/pcp/config/*
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%dir %{_includedir}/pcp
|
|
|
|
%{_includedir}/pcp/builddefs
|
|
|
|
%{_includedir}/pcp/buildrules
|
|
|
|
%config %{_sysconfdir}/pcp.conf
|
|
|
|
%{_libdir}/libpcp.so.3
|
|
|
|
%{_libdir}/libpcp_gui.so.2
|
|
|
|
%{_libdir}/libpcp_mmv.so.1
|
|
|
|
%{_libdir}/libpcp_pmda.so.3
|
|
|
|
%{_libdir}/libpcp_trace.so.2
|
2011-02-02 02:51:56 +00:00
|
|
|
%{_libdir}/libpcp_import.so.1
|
2010-07-20 00:32:23 +00:00
|
|
|
|
|
|
|
%files libs-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%{_libdir}/libpcp.so
|
|
|
|
%{_libdir}/libpcp.so.2
|
|
|
|
%{_libdir}/libpcp_gui.so
|
|
|
|
%{_libdir}/libpcp_gui.so.1
|
|
|
|
%{_libdir}/libpcp_mmv.so
|
|
|
|
%{_libdir}/libpcp_pmda.so
|
|
|
|
%{_libdir}/libpcp_pmda.so.2
|
|
|
|
%{_libdir}/libpcp_trace.so
|
2011-02-02 02:51:56 +00:00
|
|
|
%{_libdir}/libpcp_import.so
|
2010-07-20 00:32:23 +00:00
|
|
|
%{_includedir}/pcp/*.h
|
|
|
|
%{_mandir}/man3/*.3.gz
|
|
|
|
%{_datadir}/pcp/demos
|
|
|
|
%{_datadir}/pcp/examples
|
|
|
|
|
|
|
|
# PMDAs that ship src and are not for production use
|
|
|
|
# straight out-of-the-box, for devel or QA use only.
|
|
|
|
%{_localstatedir}/lib/pcp/pmdas/simple
|
|
|
|
%{_localstatedir}/lib/pcp/pmdas/sample
|
|
|
|
%{_localstatedir}/lib/pcp/pmdas/trivial
|
|
|
|
%{_localstatedir}/lib/pcp/pmdas/txmon
|
|
|
|
|
2012-08-28 10:54:33 +00:00
|
|
|
%files testsuite
|
2012-09-14 11:53:58 +00:00
|
|
|
%defattr(-,pcpqa,pcpqa)
|
2012-08-28 10:54:33 +00:00
|
|
|
%{_testsdir}
|
|
|
|
|
2011-02-02 02:51:56 +00:00
|
|
|
%files import-sar2pcp
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/sar2pcp
|
|
|
|
%{_mandir}/man1/sar2pcp.1.gz
|
|
|
|
|
|
|
|
%files import-iostat2pcp
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/iostat2pcp
|
|
|
|
%{_mandir}/man1/iostat2pcp.1.gz
|
|
|
|
|
|
|
|
%files import-mrtg2pcp
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/mrtg2pcp
|
|
|
|
%{_mandir}/man1/mrtg2pcp.1.gz
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
%files -n perl-PCP-PMDA -f perl-pcp-pmda.list
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%files -n perl-PCP-MMV -f perl-pcp-mmv.list
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
2011-02-02 02:51:56 +00:00
|
|
|
%files -n perl-PCP-LogImport -f perl-pcp-logimport.list
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
2011-12-12 07:58:13 +00:00
|
|
|
%files -n perl-PCP-LogSummary -f perl-pcp-logsummary.list
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
2012-08-28 10:54:33 +00:00
|
|
|
%files -n python-pcp -f python-pcp.list.rpm
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
%changelog
|
2012-10-14 00:12:29 +00:00
|
|
|
* Fri Oct 12 2012 Nathan Scott <nathans@redhat.com> - 3.6.9-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
- Fix pmcd sigsegv in NUMA/CPU indom setup (BZ 858384)
|
|
|
|
- Fix sar2pcp uninitialised perl variable warning (BZ 859117)
|
|
|
|
- Fix pcp.py and pmcollectl with older python versions (BZ 852234)
|
|
|
|
|
2012-09-14 12:25:26 +00:00
|
|
|
* Fri Sep 14 2012 Nathan Scott <nathans@redhat.com> - 3.6.8-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2012-09-05 04:42:49 +00:00
|
|
|
* Wed Sep 05 2012 Nathan Scott <nathans@redhat.com> - 3.6.6-1.1
|
2012-09-05 04:26:38 +00:00
|
|
|
- Move configure step from prep to build section of spec (BZ 854128)
|
|
|
|
|
2012-08-28 10:54:33 +00:00
|
|
|
* Tue Aug 28 2012 Mark Goodwin <mgoodwin@redhat.com> - 3.6.6-1
|
|
|
|
- Update to latest PCP sources, see installed CHANGELOG for details.
|
|
|
|
- Introduces new python-pcp and pcp-testsuite sub-packages.
|
|
|
|
|
2012-08-16 06:19:42 +00:00
|
|
|
* Thu Aug 16 2012 Mark Goodwin <mgoodwin@redhat.com> - 3.6.5-1
|
|
|
|
- Update to latest PCP sources, see installed CHANGELOG for details.
|
|
|
|
- Fix security flaws: CVE-2012-3418 CVE-2012-3419 CVE-2012-3420 and CVE-2012-3421 (BZ 848629)
|
|
|
|
|
2012-07-19 06:16:18 +00:00
|
|
|
* Thu Jul 19 2012 Mark Goodwin <mgoodwin@redhat.com>
|
|
|
|
- pmcd and pmlogger services are not supposed to be enabled by default (BZ 840763) - 3.6.3-1.3
|
|
|
|
|
2012-06-21 03:48:22 +00:00
|
|
|
* Thu Jun 21 2012 Mark Goodwin <mgoodwin@redhat.com>
|
|
|
|
- remove pcp-import-sheet2pcp subpackage due to missing deps (BZ 830923) - 3.6.3-1.2
|
|
|
|
|
2012-09-14 12:25:26 +00:00
|
|
|
* Fri May 18 2012 Dan Hork <dan[at]danny.cz> - 3.6.3-1.1
|
2012-05-18 11:23:53 +00:00
|
|
|
- fix build on s390x
|
|
|
|
|
2012-05-02 12:11:27 +00:00
|
|
|
* Mon Apr 30 2012 Mark Goodwin - 3.6.3-1
|
|
|
|
- Update to latest PCP sources
|
|
|
|
|
|
|
|
* Thu Apr 26 2012 Mark Goodwin - 3.6.2-1
|
|
|
|
- Update to latest PCP sources
|
|
|
|
|
|
|
|
* Thu Apr 12 2012 Mark Goodwin - 3.6.1-1
|
|
|
|
- Update to latest PCP sources
|
|
|
|
|
|
|
|
* Thu Mar 22 2012 Mark Goodwin - 3.6.0-1
|
|
|
|
- use %configure macro for correct libdir logic
|
|
|
|
- update to latest PCP sources
|
2012-01-13 12:05:34 +00:00
|
|
|
|
2011-12-15 04:28:03 +00:00
|
|
|
* Thu Dec 15 2011 Mark Goodwin - 3.5.11-2
|
|
|
|
- patched configure.in for libdir=/usr/lib64 on ppc64
|
|
|
|
|
2011-12-12 07:58:13 +00:00
|
|
|
* Thu Dec 01 2011 Mark Goodwin - 3.5.11-1
|
|
|
|
- Update to latest PCP sources.
|
2011-10-11 15:28:33 +00:00
|
|
|
|
2011-12-12 07:58:13 +00:00
|
|
|
* Fri Nov 04 2011 Mark Goodwin - 3.5.10-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Mon Oct 24 2011 Mark Goodwin - 3.5.9-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Mon Aug 8 2011 Mark Goodwin - 3.5.8-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Fri Aug 5 2011 Mark Goodwin - 3.5.7-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Fri Jul 22 2011 Mark Goodwin - 3.5.6-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Tue Jul 19 2011 Mark Goodwin - 3.5.5-1
|
|
|
|
- Update to latest PCP sources.
|
2011-02-08 15:19:59 +00:00
|
|
|
|
2011-12-12 07:58:13 +00:00
|
|
|
* Wed Feb 3 2011 Mark Goodwin - 3.5.0-1
|
2011-02-02 02:51:56 +00:00
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Thu Sep 30 2010 Mark Goodwin - 3.4.0-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
2010-07-20 00:32:23 +00:00
|
|
|
* Fri Jul 16 2010 Mark Goodwin - 3.3.3-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Sat Jul 10 2010 Mark Goodwin - 3.3.2-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Tue Jun 29 2010 Mark Goodwin - 3.3.1-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Fri Jun 25 2010 Mark Goodwin - 3.3.0-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Thu Mar 18 2010 Mark Goodwin - 3.1.2-1
|
|
|
|
- Update to latest PCP sources.
|
|
|
|
|
|
|
|
* Wed Jan 27 2010 Mark Goodwin - 3.1.0-1
|
|
|
|
- BuildRequires: initscripts for %{_vendor} == redhat.
|
|
|
|
|
|
|
|
* Thu Dec 10 2009 Mark Goodwin - 3.0.3-1
|
|
|
|
- BuildRequires: initscripts for FC12.
|
|
|
|
|
|
|
|
* Wed Dec 02 2009 Mark Goodwin - 3.0.2-1
|
|
|
|
- Added sysfs.kernel metrics, rebased to minor community release.
|
|
|
|
|
|
|
|
* Mon Oct 19 2009 Martin Hicks <mort@sgi.com> - 3.0.1-2
|
|
|
|
- Remove IB dependencies. The Infiniband PMDA is being moved to
|
|
|
|
a stand-alone package.
|
|
|
|
- Move cluster PMDA to a stand-alone package.
|
|
|
|
|
|
|
|
* Fri Oct 9 2009 Mark Goodwin <mgoodwin@redhat.com> - 3.0.0-9
|
|
|
|
- This is the initial import for Fedora
|
|
|
|
- See 3.0.0 details in CHANGELOG
|