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