diff --git a/.gitignore b/.gitignore index 829ca07..83ce0b9 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ pcp-3.3.3-1.src.tar.gz /pcp-3.8.6.src.tar.gz /pcp-3.8.9.src.tar.gz /pcp-3.8.10.src.tar.gz +/pcp-3.8.11.src.tar.gz diff --git a/pcp.spec b/pcp.spec index d7202b3..4a6c54d 100644 --- a/pcp.spec +++ b/pcp.spec @@ -1,6 +1,6 @@ Summary: System-level performance monitoring and performance management Name: pcp -Version: 3.8.10 +Version: 3.8.11 %define buildversion 1 Release: %{buildversion}%{?dist} @@ -110,6 +110,7 @@ Group: Development/Libraries Summary: Performance Co-Pilot (PCP) test suite URL: http://oss.sgi.com/projects/pcp/ Requires: pcp = %{version}-%{release} +Requires: pcp-libs = %{version}-%{release} Requires: pcp-libs-devel = %{version}-%{release} %description testsuite @@ -614,6 +615,10 @@ chmod 644 "$PCP_PMNS_DIR/.NeedRebuild" %defattr(-,root,root) %changelog +* Wed Jan 29 2014 Nathan Scott - 3.8.11-1 +- Resolves SNMP procfs file ICMP line parse issue (BZ 1055818) +- Update to latest PCP sources. + * Wed Jan 15 2014 Nathan Scott - 3.8.10-1 - Update to latest PCP sources. diff --git a/sources b/sources index aa764a1..9c66cea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d2aa385991f524618b7ac15a0fea7625 pcp-3.8.10.src.tar.gz +21bf1b7a6352d54a5426710773ad6b5a pcp-3.8.11.src.tar.gz