Update to latest community sources
This commit is contained in:
parent
110429a9f6
commit
d0f4a703f0
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
|
||||||
|
10
pcp.spec
10
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,7 +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
|
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
|
||||||
|
|
||||||
@ -474,10 +477,12 @@ ls -1 $RPM_BUILD_ROOT/%{_booksdir} |\
|
|||||||
sed -e 's#^#'%{_booksdir}'\/#' > pcp-doc.list
|
sed -e 's#^#'%{_booksdir}'\/#' > pcp-doc.list
|
||||||
ls -1 $RPM_BUILD_ROOT/%{_datadir}/pcp/demos/tutorials |\
|
ls -1 $RPM_BUILD_ROOT/%{_datadir}/pcp/demos/tutorials |\
|
||||||
sed -e 's#^#'%{_datadir}/pcp/demos/tutorials'\/#' >>pcp-doc.list
|
sed -e 's#^#'%{_datadir}/pcp/demos/tutorials'\/#' >>pcp-doc.list
|
||||||
|
%if !%{disable_qt}
|
||||||
ls -1 $RPM_BUILD_ROOT/%{_pixmapdir} |\
|
ls -1 $RPM_BUILD_ROOT/%{_pixmapdir} |\
|
||||||
sed -e 's#^#'%{_pixmapdir}'\/#' > pcp-gui.list
|
sed -e 's#^#'%{_pixmapdir}'\/#' > pcp-gui.list
|
||||||
cat base_bin.list base_exec.list base_man.list |\
|
cat base_bin.list base_exec.list base_man.list |\
|
||||||
egrep "$PCP_GUI" >> pcp-gui.list
|
egrep "$PCP_GUI" >> pcp-gui.list
|
||||||
|
%endif
|
||||||
cat base_pmdas.list base_bin.list base_exec.list base_man.list |\
|
cat base_pmdas.list base_bin.list base_exec.list base_man.list |\
|
||||||
egrep -v 'pmdaib|pmmgr|pmweb|2pcp' |\
|
egrep -v 'pmdaib|pmmgr|pmweb|2pcp' |\
|
||||||
egrep -v "$PCP_GUI|pixmaps|pcp-doc|tutorials" |\
|
egrep -v "$PCP_GUI|pixmaps|pcp-doc|tutorials" |\
|
||||||
@ -833,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