Update to latest community sources

This commit is contained in:
Nathan Scott 2013-06-19 13:43:45 +10:00
parent 507e1a2018
commit c8e9f687fa
3 changed files with 30 additions and 3 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ pcp-3.3.3-1.src.tar.gz
/pcp-3.7.1.src.tar.gz /pcp-3.7.1.src.tar.gz
/pcp-3.7.2.src.tar.gz /pcp-3.7.2.src.tar.gz
/pcp-3.8.0.src.tar.gz /pcp-3.8.0.src.tar.gz
/pcp-3.8.1.src.tar.gz

View File

@ -1,6 +1,6 @@
Summary: System-level performance monitoring and performance management Summary: System-level performance monitoring and performance management
Name: pcp Name: pcp
Version: 3.8.0 Version: 3.8.1
%define buildversion 1 %define buildversion 1
Release: %{buildversion}%{?dist} Release: %{buildversion}%{?dist}
@ -24,7 +24,7 @@ BuildRequires: systemd-devel
%endif %endif
Requires: bash gawk sed grep fileutils findutils initscripts perl Requires: bash gawk sed grep fileutils findutils initscripts perl
Requires: python python-ctypes Requires: python
Requires: pcp-libs = %{version}-%{release} Requires: pcp-libs = %{version}-%{release}
Requires: python-pcp = %{version}-%{release} Requires: python-pcp = %{version}-%{release}
@ -202,6 +202,20 @@ Requires: perl-PCP-LogImport >= %{version}-%{release}
Performance Co-Pilot (PCP) front-end tools for importing MTRG data Performance Co-Pilot (PCP) front-end tools for importing MTRG 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.
#
# pcp-import-collectl2pcp
#
%package import-collectl2pcp
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}
%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.
# #
# python-pcp. This is the PCP library bindings for python. # python-pcp. This is the PCP library bindings for python.
# #
@ -487,6 +501,11 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null
%{_bindir}/mrtg2pcp %{_bindir}/mrtg2pcp
%{_mandir}/man1/mrtg2pcp.1.gz %{_mandir}/man1/mrtg2pcp.1.gz
%files import-collectl2pcp
%defattr(-,root,root)
%{_bindir}/collectl2pcp
%{_mandir}/man1/collectl2pcp.1.gz
%files -n perl-PCP-PMDA -f perl-pcp-pmda.list %files -n perl-PCP-PMDA -f perl-pcp-pmda.list
%defattr(-,root,root) %defattr(-,root,root)
@ -503,6 +522,13 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Wed Jun 19 2013 Nathan Scott <nathans@redhat.com> - 3.8.1-1
- Update to latest PCP sources.
- Fix log import silently dropping >1024 metrics (BZ 968210)
- Move some commonly used tools on the usual PATH (BZ 967709)
- Improve pmatop handling of missing proc metrics (BZ 963085)
- Stop out-of-order records corrupting import logs (BZ 958745)
* Tue May 14 2013 Nathan Scott <nathans@redhat.com> - 3.8.0-1 * Tue May 14 2013 Nathan Scott <nathans@redhat.com> - 3.8.0-1
- Update to latest PCP sources. - Update to latest PCP sources.
- Validate metric names passed into pmiAddMetric (BZ 958019) - Validate metric names passed into pmiAddMetric (BZ 958019)

View File

@ -1 +1 @@
e84224ad8ca40b7e207513180e717caf pcp-3.8.0.src.tar.gz bc6db365a839c182754b8cb73d0faf34 pcp-3.8.1.src.tar.gz