Update to latest community sources

This commit is contained in:
Mark Goodwin 2014-07-16 14:04:48 +10:00
commit f40216eb2b
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

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.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)

View File

@ -1 +1 @@
963efc3538847dcf7535aac820f9b5e5 pcp-3.9.5.src.tar.gz a71e731a319efba1f6f8f995de853c60 pcp-3.9.7.src.tar.gz