Accepting request 288769 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/288769 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcp?expand=0&rev=37
This commit is contained in:
commit
d682a65376
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c641c26a476f1743c17590a39c1b19edb9fc4becc16a910d92c72a4c3eeda01a
|
|
||||||
size 14111630
|
|
3
pcp-3.10.3.src.tar.gz
Normal file
3
pcp-3.10.3.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f7b72596e687c2dc0d8ab775d26dc2bf08463440d9f39dd7009cdd3faf3e054
|
||||||
|
size 14205088
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 3 14:08:18 UTC 2015 - ddiss@suse.com
|
||||||
|
|
||||||
|
- Update to 3.10.3
|
||||||
|
See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=3.10.3
|
||||||
|
|
||||||
|
- New sub-package
|
||||||
|
+ pcp-import-ganglia2pcp
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 27 13:18:15 UTC 2015 - ddiss@suse.com
|
Fri Feb 27 13:18:15 UTC 2015 - ddiss@suse.com
|
||||||
|
|
||||||
|
26
pcp.spec
26
pcp.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pcp
|
# spec file for package pcp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -63,7 +63,7 @@ Summary: System-level performance monitoring and performance management
|
|||||||
License: %{license_gplv2plus} and %{license_lgplv2plus} and %{license_cc_by}
|
License: %{license_gplv2plus} and %{license_lgplv2plus} and %{license_cc_by}
|
||||||
Group: %{pcp_gr}
|
Group: %{pcp_gr}
|
||||||
Name: pcp
|
Name: pcp
|
||||||
Version: 3.10.2
|
Version: 3.10.3
|
||||||
Release: 0
|
Release: 0
|
||||||
%define buildversion 1
|
%define buildversion 1
|
||||||
|
|
||||||
@ -600,6 +600,23 @@ Requires: perl-PCP-LogImport = %{version}-%{release}
|
|||||||
Performance Co-Pilot (PCP) front-end tools for importing MTRG data
|
Performance Co-Pilot (PCP) front-end tools for importing MTRG data
|
||||||
into standard PCP archive logs for replay with any PCP monitoring tool.
|
into standard PCP archive logs for replay with any PCP monitoring tool.
|
||||||
|
|
||||||
|
#
|
||||||
|
# pcp-import-ganglia2pcp
|
||||||
|
#
|
||||||
|
%package import-ganglia2pcp
|
||||||
|
Summary: Performance Co-Pilot tools for importing ganglia data into PCP archive logs
|
||||||
|
License: %{license_lgplv2plus}
|
||||||
|
Group: %{pcp_gr}
|
||||||
|
Url: http://www.pcp.io
|
||||||
|
%if !0%{?suse_version}
|
||||||
|
Requires: pcp-libs = %{version}-%{release}
|
||||||
|
%endif
|
||||||
|
Requires: perl-PCP-LogImport = %{version}-%{release}
|
||||||
|
|
||||||
|
%description import-ganglia2pcp
|
||||||
|
Performance Co-Pilot (PCP) front-end tools for importing ganglia data
|
||||||
|
into standard PCP archive logs for replay with any PCP monitoring tool.
|
||||||
|
|
||||||
#
|
#
|
||||||
# pcp-import-collectl2pcp
|
# pcp-import-collectl2pcp
|
||||||
#
|
#
|
||||||
@ -1422,6 +1439,11 @@ chmod 644 "$PCP_PMNS_DIR/.NeedRebuild"
|
|||||||
%{_bindir}/mrtg2pcp
|
%{_bindir}/mrtg2pcp
|
||||||
%{_mandir}/man1/mrtg2pcp.1.gz
|
%{_mandir}/man1/mrtg2pcp.1.gz
|
||||||
|
|
||||||
|
%files import-ganglia2pcp
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/ganglia2pcp
|
||||||
|
%{_mandir}/man1/ganglia2pcp.1.gz
|
||||||
|
|
||||||
%files import-collectl2pcp
|
%files import-collectl2pcp
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/collectl2pcp
|
%{_bindir}/collectl2pcp
|
||||||
|
Loading…
Reference in New Issue
Block a user