Update to latest community sources
This commit is contained in:
parent
e844f19592
commit
1033a68a79
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ pcp-3.3.3-1.src.tar.gz
|
|||||||
/pcp-3.8.6.src.tar.gz
|
/pcp-3.8.6.src.tar.gz
|
||||||
/pcp-3.8.9.src.tar.gz
|
/pcp-3.8.9.src.tar.gz
|
||||||
/pcp-3.8.10.src.tar.gz
|
/pcp-3.8.10.src.tar.gz
|
||||||
|
/pcp-3.8.11.src.tar.gz
|
||||||
|
7
pcp.spec
7
pcp.spec
@ -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.10
|
Version: 3.8.11
|
||||||
%define buildversion 1
|
%define buildversion 1
|
||||||
|
|
||||||
Release: %{buildversion}%{?dist}
|
Release: %{buildversion}%{?dist}
|
||||||
@ -110,6 +110,7 @@ Group: Development/Libraries
|
|||||||
Summary: Performance Co-Pilot (PCP) test suite
|
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 = %{version}-%{release}
|
||||||
Requires: pcp-libs-devel = %{version}-%{release}
|
Requires: pcp-libs-devel = %{version}-%{release}
|
||||||
|
|
||||||
%description testsuite
|
%description testsuite
|
||||||
@ -614,6 +615,10 @@ chmod 644 "$PCP_PMNS_DIR/.NeedRebuild"
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 29 2014 Nathan Scott <nathans@redhat.com> - 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 <nathans@redhat.com> - 3.8.10-1
|
* Wed Jan 15 2014 Nathan Scott <nathans@redhat.com> - 3.8.10-1
|
||||||
- Update to latest PCP sources.
|
- Update to latest PCP sources.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user