Update to latest community sources
This commit is contained in:
commit
f40216eb2b
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ pcp-3.3.3-1.src.tar.gz
|
|||||||
/pcp-3.9.3.src.tar.gz
|
/pcp-3.9.3.src.tar.gz
|
||||||
/pcp-3.9.4.src.tar.gz
|
/pcp-3.9.4.src.tar.gz
|
||||||
/pcp-3.9.5.src.tar.gz
|
/pcp-3.9.5.src.tar.gz
|
||||||
|
/pcp-3.9.7.src.tar.gz
|
||||||
|
9
pcp.spec
9
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.9.5
|
Version: 3.9.7
|
||||||
%define buildversion 1
|
%define buildversion 1
|
||||||
|
|
||||||
Release: %{buildversion}%{?dist}
|
Release: %{buildversion}%{?dist}
|
||||||
@ -55,6 +55,7 @@ Requires: pcp-libs = %{version}-%{release}
|
|||||||
Requires: python-pcp = %{version}-%{release}
|
Requires: python-pcp = %{version}-%{release}
|
||||||
Requires: perl-PCP-PMDA = %{version}-%{release}
|
Requires: perl-PCP-PMDA = %{version}-%{release}
|
||||||
Obsoletes: pcp-gui-debuginfo
|
Obsoletes: pcp-gui-debuginfo
|
||||||
|
Obsoletes: pcp-pmda-nvidia
|
||||||
|
|
||||||
%global tapsetdir %{_datadir}/systemtap/tapset
|
%global tapsetdir %{_datadir}/systemtap/tapset
|
||||||
|
|
||||||
@ -388,6 +389,9 @@ monitoring systems using live and archived Performance Co-Pilot
|
|||||||
#
|
#
|
||||||
%package -n pcp-doc
|
%package -n pcp-doc
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
|
%if 0%{?rhel} == 0 || 0%{?rhel} > 5
|
||||||
|
BuildArch: noarch
|
||||||
|
%endif
|
||||||
Summary: Documentation and tutorial for the Performance Co-Pilot
|
Summary: Documentation and tutorial for the Performance Co-Pilot
|
||||||
URL: http://www.performancecopilot.org
|
URL: http://www.performancecopilot.org
|
||||||
|
|
||||||
@ -834,6 +838,9 @@ chmod 644 "$PCP_PMNS_DIR/.NeedRebuild"
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 16 2014 Mark Goodwin <mgoodwin@redhat.com> - 3.9.7-1
|
||||||
|
- Update to latest PCP sources.
|
||||||
|
|
||||||
* Wed Jun 18 2014 Dave Brolley <brolley@redhat.com> - 3.9.5-1
|
* Wed Jun 18 2014 Dave Brolley <brolley@redhat.com> - 3.9.5-1
|
||||||
- Daemon signal handlers no longer use unsafe APIs (BZ 847343)
|
- Daemon signal handlers no longer use unsafe APIs (BZ 847343)
|
||||||
- Handle /var/run setups on a temporary filesystem (BZ 656659)
|
- Handle /var/run setups on a temporary filesystem (BZ 656659)
|
||||||
|
Loading…
Reference in New Issue
Block a user