Accepting request 483206 from home:dmdiss:pcp-311
- Update to 3.11.8 See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=3.11.8 for details. - Remove 0010-build-do-not-include-.gitignore-in-installed-file-se.patch + Upstream - Drop pcp-webjs.src.tar.gz + https://github.com/performancecopilot/pcp-webjs/issues/3 + Vector will be pulled in from the upstream source in future - Enable pmda-systemd package + libsystemd pkg-config detection fixed upstream - New packages + pcp-devel: Upstream split of non-essential devel packages from libpcp-devel + pcp-pmda-bind2 + pcp-pmda-docker + pcp-pmda-lio + pcp-pmda-nutcracker + pcp-pmda-oracle + pcp-pmda-redis + pcp-pmda-libvirt + pcp-export-pcp2influxdb - Update to 3.10.9 See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=3.10.9 for details. - Drop obsolete 0001-Fix-XEN-build.patch + PCP_PS_ALL_FLAGS now used explicitly - Add 0010-build-do-not-include-.gitignore-in-installed-file-se.patch - Split out a number of agents from the base package into separate rpms - Disable sheet2pcp OBS-URL: https://build.opensuse.org/request/show/483206 OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=49
This commit is contained in:
parent
bde517d0e2
commit
24c2d0e20f
@ -1,21 +0,0 @@
|
|||||||
From 58127dca98f11270491383946d2714fd9d983d76 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
|
|
||||||
Date: Fri, 12 Dec 2014 15:42:25 +0100
|
|
||||||
Subject: [PATCH 1/6] Fix XEN build
|
|
||||||
|
|
||||||
---
|
|
||||||
configure.ac | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
Index: pcp-3.10.4/configure.ac
|
|
||||||
===================================================================
|
|
||||||
--- pcp-3.10.4.orig/configure.ac
|
|
||||||
+++ pcp-3.10.4/configure.ac
|
|
||||||
@@ -1105,6 +1105,7 @@ NR == 1 { if ($1 != "UID" && $1 != "US
|
|
||||||
# Unix variants
|
|
||||||
$2 == 1 && / init/ { print "OK"; exit }
|
|
||||||
$2 == 1 && / \/etc\/init/ { print "OK"; exit }
|
|
||||||
+$2 == 1 && / \/bin\/bash/ { print "OK"; exit }
|
|
||||||
# Fedora 9
|
|
||||||
$2 == 1 && / \/sbin\/init/ { print "OK"; exit }
|
|
||||||
# Fedora 15
|
|
@ -22,10 +22,10 @@ Subject: [PATCH 2/6] Install libraries without exec permission
|
|||||||
src/pmdas/solaris/GNUmakefile | 3 ++-
|
src/pmdas/solaris/GNUmakefile | 3 ++-
|
||||||
16 files changed, 29 insertions(+), 23 deletions(-)
|
16 files changed, 29 insertions(+), 23 deletions(-)
|
||||||
|
|
||||||
Index: pcp-3.10.4/src/genpmda/genpmda
|
Index: pcp-3.11.8/src/genpmda/genpmda
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/genpmda/genpmda
|
--- pcp-3.11.8.orig/src/genpmda/genpmda
|
||||||
+++ pcp-3.10.4/src/genpmda/genpmda
|
+++ pcp-3.11.8/src/genpmda/genpmda
|
||||||
@@ -909,7 +909,7 @@ install: default
|
@@ -909,7 +909,7 @@ install: default
|
||||||
\$(INSTALL) -m 755 -d \$(PCP_VAR_DIR)/pmdas
|
\$(INSTALL) -m 755 -d \$(PCP_VAR_DIR)/pmdas
|
||||||
\$(INSTALL) -m 755 -d \$(PMDADIR)
|
\$(INSTALL) -m 755 -d \$(PMDADIR)
|
||||||
@ -44,11 +44,11 @@ Index: pcp-3.10.4/src/genpmda/genpmda
|
|||||||
\$(INSTALL) -m 755 -f $oflag/Install \$(PMDADIR)/Install
|
\$(INSTALL) -m 755 -f $oflag/Install \$(PMDADIR)/Install
|
||||||
\$(INSTALL) -m 755 -f $oflag/Remove \$(PMDADIR)/Remove
|
\$(INSTALL) -m 755 -f $oflag/Remove \$(PMDADIR)/Remove
|
||||||
\$(INSTALL) -m 644 -f $oflag/Makefile.install \$(PMDADIR)/Makefile
|
\$(INSTALL) -m 644 -f $oflag/Makefile.install \$(PMDADIR)/Makefile
|
||||||
Index: pcp-3.10.4/src/libpcp/src/GNUmakefile
|
Index: pcp-3.11.8/src/libpcp/src/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/libpcp/src/GNUmakefile
|
--- pcp-3.11.8.orig/src/libpcp/src/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/libpcp/src/GNUmakefile
|
+++ pcp-3.11.8/src/libpcp/src/GNUmakefile
|
||||||
@@ -125,7 +125,7 @@ endif
|
@@ -103,7 +103,7 @@ endif
|
||||||
|
|
||||||
install : default
|
install : default
|
||||||
ifneq ($(LIBTARGET),)
|
ifneq ($(LIBTARGET),)
|
||||||
@ -57,7 +57,7 @@ Index: pcp-3.10.4/src/libpcp/src/GNUmakefile
|
|||||||
endif
|
endif
|
||||||
ifneq ($(SYMTARGET),)
|
ifneq ($(SYMTARGET),)
|
||||||
for tt in $(SYMTARGET); do \
|
for tt in $(SYMTARGET); do \
|
||||||
@@ -133,7 +133,7 @@ ifneq ($(SYMTARGET),)
|
@@ -111,7 +111,7 @@ ifneq ($(SYMTARGET),)
|
||||||
done
|
done
|
||||||
endif
|
endif
|
||||||
ifneq ($(STATICLIBTARGET),)
|
ifneq ($(STATICLIBTARGET),)
|
||||||
@ -66,10 +66,10 @@ Index: pcp-3.10.4/src/libpcp/src/GNUmakefile
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
default_pcp : default
|
default_pcp : default
|
||||||
Index: pcp-3.10.4/src/libpcp_gui/src/GNUmakefile
|
Index: pcp-3.11.8/src/libpcp_gui/src/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/libpcp_gui/src/GNUmakefile
|
--- pcp-3.11.8.orig/src/libpcp_gui/src/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/libpcp_gui/src/GNUmakefile
|
+++ pcp-3.11.8/src/libpcp_gui/src/GNUmakefile
|
||||||
@@ -54,7 +54,7 @@ include $(BUILDRULES)
|
@@ -54,7 +54,7 @@ include $(BUILDRULES)
|
||||||
|
|
||||||
install: default
|
install: default
|
||||||
@ -88,10 +88,10 @@ Index: pcp-3.10.4/src/libpcp_gui/src/GNUmakefile
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
default_pcp: default
|
default_pcp: default
|
||||||
Index: pcp-3.10.4/src/libpcp_import/src/GNUmakefile
|
Index: pcp-3.11.8/src/libpcp_import/src/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/libpcp_import/src/GNUmakefile
|
--- pcp-3.11.8.orig/src/libpcp_import/src/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/libpcp_import/src/GNUmakefile
|
+++ pcp-3.11.8/src/libpcp_import/src/GNUmakefile
|
||||||
@@ -53,7 +53,7 @@ include $(BUILDRULES)
|
@@ -53,7 +53,7 @@ include $(BUILDRULES)
|
||||||
|
|
||||||
install: default
|
install: default
|
||||||
@ -110,11 +110,11 @@ Index: pcp-3.10.4/src/libpcp_import/src/GNUmakefile
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
default_pcp: default
|
default_pcp: default
|
||||||
Index: pcp-3.10.4/src/libpcp_mmv/src/GNUmakefile
|
Index: pcp-3.11.8/src/libpcp_mmv/src/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/libpcp_mmv/src/GNUmakefile
|
--- pcp-3.11.8.orig/src/libpcp_mmv/src/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/libpcp_mmv/src/GNUmakefile
|
+++ pcp-3.11.8/src/libpcp_mmv/src/GNUmakefile
|
||||||
@@ -48,7 +48,7 @@ include $(BUILDRULES)
|
@@ -47,7 +47,7 @@ include $(BUILDRULES)
|
||||||
|
|
||||||
install: default
|
install: default
|
||||||
ifneq ($(LIBTARGET),)
|
ifneq ($(LIBTARGET),)
|
||||||
@ -123,7 +123,7 @@ Index: pcp-3.10.4/src/libpcp_mmv/src/GNUmakefile
|
|||||||
endif
|
endif
|
||||||
ifneq ($(SYMTARGET),)
|
ifneq ($(SYMTARGET),)
|
||||||
for tt in $(SYMTARGET); do \
|
for tt in $(SYMTARGET); do \
|
||||||
@@ -56,7 +56,7 @@ ifneq ($(SYMTARGET),)
|
@@ -55,7 +55,7 @@ ifneq ($(SYMTARGET),)
|
||||||
done
|
done
|
||||||
endif
|
endif
|
||||||
ifneq ($(STATICLIBTARGET),)
|
ifneq ($(STATICLIBTARGET),)
|
||||||
@ -132,11 +132,11 @@ Index: pcp-3.10.4/src/libpcp_mmv/src/GNUmakefile
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
default_pcp: default
|
default_pcp: default
|
||||||
Index: pcp-3.10.4/src/libpcp_pmda/src/GNUmakefile
|
Index: pcp-3.11.8/src/libpcp_pmda/src/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/libpcp_pmda/src/GNUmakefile
|
--- pcp-3.11.8.orig/src/libpcp_pmda/src/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/libpcp_pmda/src/GNUmakefile
|
+++ pcp-3.11.8/src/libpcp_pmda/src/GNUmakefile
|
||||||
@@ -60,7 +60,7 @@ include $(BUILDRULES)
|
@@ -61,7 +61,7 @@ include $(BUILDRULES)
|
||||||
|
|
||||||
install: default
|
install: default
|
||||||
ifneq ($(LIBTARGET),)
|
ifneq ($(LIBTARGET),)
|
||||||
@ -145,7 +145,7 @@ Index: pcp-3.10.4/src/libpcp_pmda/src/GNUmakefile
|
|||||||
endif
|
endif
|
||||||
ifneq ($(SYMTARGET),)
|
ifneq ($(SYMTARGET),)
|
||||||
for tt in $(SYMTARGET); do \
|
for tt in $(SYMTARGET); do \
|
||||||
@@ -68,7 +68,7 @@ ifneq ($(SYMTARGET),)
|
@@ -69,7 +69,7 @@ ifneq ($(SYMTARGET),)
|
||||||
done
|
done
|
||||||
endif
|
endif
|
||||||
ifneq ($(STATICLIBTARGET),)
|
ifneq ($(STATICLIBTARGET),)
|
||||||
@ -154,10 +154,10 @@ Index: pcp-3.10.4/src/libpcp_pmda/src/GNUmakefile
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
default_pcp: default
|
default_pcp: default
|
||||||
Index: pcp-3.10.4/src/libpcp_trace/src/GNUmakefile
|
Index: pcp-3.11.8/src/libpcp_trace/src/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/libpcp_trace/src/GNUmakefile
|
--- pcp-3.11.8.orig/src/libpcp_trace/src/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/libpcp_trace/src/GNUmakefile
|
+++ pcp-3.11.8/src/libpcp_trace/src/GNUmakefile
|
||||||
@@ -56,13 +56,13 @@ include $(BUILDRULES)
|
@@ -56,13 +56,13 @@ include $(BUILDRULES)
|
||||||
|
|
||||||
install : default
|
install : default
|
||||||
@ -174,11 +174,11 @@ Index: pcp-3.10.4/src/libpcp_trace/src/GNUmakefile
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
default_pcp : default
|
default_pcp : default
|
||||||
Index: pcp-3.10.4/src/pmdas/aix/GNUmakefile
|
Index: pcp-3.11.8/src/pmdas/aix/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/pmdas/aix/GNUmakefile
|
--- pcp-3.11.8.orig/src/pmdas/aix/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/pmdas/aix/GNUmakefile
|
+++ pcp-3.11.8/src/pmdas/aix/GNUmakefile
|
||||||
@@ -43,7 +43,8 @@ build-me: common.h root_aix domain.h $(C
|
@@ -44,7 +44,8 @@ build-me: common.h root_aix $(CMDTARGET)
|
||||||
install: build-me
|
install: build-me
|
||||||
$(INSTALL) -m 755 -d $(PMDADIR)
|
$(INSTALL) -m 755 -d $(PMDADIR)
|
||||||
$(INSTALL) -m 644 domain.h help.dir help.pag $(PMDADIR)
|
$(INSTALL) -m 644 domain.h help.dir help.pag $(PMDADIR)
|
||||||
@ -188,11 +188,11 @@ Index: pcp-3.10.4/src/pmdas/aix/GNUmakefile
|
|||||||
$(INSTALL) -m 644 root_aix $(PCP_VAR_DIR)/pmns/root_aix
|
$(INSTALL) -m 644 root_aix $(PCP_VAR_DIR)/pmns/root_aix
|
||||||
else
|
else
|
||||||
build-me:
|
build-me:
|
||||||
Index: pcp-3.10.4/src/pmdas/darwin/GNUmakefile
|
Index: pcp-3.11.8/src/pmdas/darwin/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/pmdas/darwin/GNUmakefile
|
--- pcp-3.11.8.orig/src/pmdas/darwin/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/pmdas/darwin/GNUmakefile
|
+++ pcp-3.11.8/src/pmdas/darwin/GNUmakefile
|
||||||
@@ -47,7 +47,8 @@ build-me: root_darwin domain.h $(LIBTARG
|
@@ -48,7 +48,8 @@ build-me: root_darwin $(LIBTARGET) $(CMD
|
||||||
install: build-me
|
install: build-me
|
||||||
$(INSTALL) -m 755 -d $(PMDADIR)
|
$(INSTALL) -m 755 -d $(PMDADIR)
|
||||||
$(INSTALL) -m 644 domain.h help.dir help.pag $(PMDADIR)
|
$(INSTALL) -m 644 domain.h help.dir help.pag $(PMDADIR)
|
||||||
@ -202,11 +202,11 @@ Index: pcp-3.10.4/src/pmdas/darwin/GNUmakefile
|
|||||||
$(INSTALL) -m 644 root_darwin $(PCP_VAR_DIR)/pmns/root_darwin
|
$(INSTALL) -m 644 root_darwin $(PCP_VAR_DIR)/pmns/root_darwin
|
||||||
else
|
else
|
||||||
build-me:
|
build-me:
|
||||||
Index: pcp-3.10.4/src/pmdas/freebsd/GNUmakefile
|
Index: pcp-3.11.8/src/pmdas/freebsd/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/pmdas/freebsd/GNUmakefile
|
--- pcp-3.11.8.orig/src/pmdas/freebsd/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/pmdas/freebsd/GNUmakefile
|
+++ pcp-3.11.8/src/pmdas/freebsd/GNUmakefile
|
||||||
@@ -48,7 +48,8 @@ build-me: domain.h $(LIBTARGET) $(CMDTAR
|
@@ -48,7 +48,8 @@ build-me: $(LIBTARGET) $(CMDTARGET) help
|
||||||
install: default
|
install: default
|
||||||
$(INSTALL) -m 755 -d $(PMDADIR)
|
$(INSTALL) -m 755 -d $(PMDADIR)
|
||||||
$(INSTALL) -m 644 domain.h help help.dir help.pag $(PMDADIR)
|
$(INSTALL) -m 644 domain.h help help.dir help.pag $(PMDADIR)
|
||||||
@ -216,25 +216,25 @@ Index: pcp-3.10.4/src/pmdas/freebsd/GNUmakefile
|
|||||||
$(INSTALL) -m 644 root_freebsd $(PCP_VAR_DIR)/pmns/root_freebsd
|
$(INSTALL) -m 644 root_freebsd $(PCP_VAR_DIR)/pmns/root_freebsd
|
||||||
else
|
else
|
||||||
build-me:
|
build-me:
|
||||||
Index: pcp-3.10.4/src/pmdas/linux/GNUmakefile
|
Index: pcp-3.11.8/src/pmdas/linux/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/pmdas/linux/GNUmakefile
|
--- pcp-3.11.8.orig/src/pmdas/linux/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/pmdas/linux/GNUmakefile
|
+++ pcp-3.11.8/src/pmdas/linux/GNUmakefile
|
||||||
@@ -75,7 +75,8 @@ build-me: domain.h $(LIBTARGET) $(CMDTAR
|
@@ -78,7 +78,8 @@ install: default
|
||||||
install: default
|
|
||||||
$(INSTALL) -m 755 -d $(PMDADIR)
|
$(INSTALL) -m 755 -d $(PMDADIR)
|
||||||
$(INSTALL) -m 644 domain.h help $(HELPTARGETS) $(PMDADIR)
|
$(INSTALL) -m 644 domain.h help $(HELPTARGETS) $(PMDADIR)
|
||||||
|
$(INSTALL) -m 644 bandwidth.conf $(PMDADIR)/samplebandwidth.conf
|
||||||
- $(INSTALL) -m 755 $(LIBTARGET) $(CMDTARGET) $(PMDADIR)
|
- $(INSTALL) -m 755 $(LIBTARGET) $(CMDTARGET) $(PMDADIR)
|
||||||
+ $(INSTALL) -m 644 $(LIBTARGET) $(PMDADIR)/$(LIBTARGET)
|
+ $(INSTALL) -m 644 $(LIBTARGET) $(PMDADIR)/$(LIBTARGET)
|
||||||
+ $(INSTALL) -m 755 $(CMDTARGET) $(PMDADIR)/$(CMDTARGET)
|
+ $(INSTALL) -m 755 $(CMDTARGET) $(PMDADIR)/$(CMDTARGET)
|
||||||
$(INSTALL) -m 644 root_linux $(PCP_VAR_DIR)/pmns/root_linux
|
$(INSTALL) -m 644 root_linux $(PCP_VAR_DIR)/pmns/root_linux
|
||||||
$(INSTALL) -m 644 proc_net_snmp_migrate.conf $(LOGREWRITEDIR)/linux_proc_net_snmp_migrate.conf
|
$(INSTALL) -m 644 proc_net_snmp_migrate.conf $(LOGREWRITEDIR)/linux_proc_net_snmp_migrate.conf
|
||||||
else
|
$(INSTALL) -m 644 proc_net_tcp_migrate.conf $(LOGREWRITEDIR)/linux_proc_net_tcp_migrate.conf
|
||||||
Index: pcp-3.10.4/src/pmdas/linux_proc/GNUmakefile
|
Index: pcp-3.11.8/src/pmdas/linux_proc/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/pmdas/linux_proc/GNUmakefile
|
--- pcp-3.11.8.orig/src/pmdas/linux_proc/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/pmdas/linux_proc/GNUmakefile
|
+++ pcp-3.11.8/src/pmdas/linux_proc/GNUmakefile
|
||||||
@@ -66,7 +66,8 @@ build-me: domain.h root_proc $(LIBTARGET
|
@@ -68,7 +68,8 @@ build-me: root_proc $(LIBTARGET) $(CMDTA
|
||||||
install: default
|
install: default
|
||||||
$(INSTALL) -m 755 -d $(PMDADIR)
|
$(INSTALL) -m 755 -d $(PMDADIR)
|
||||||
$(INSTALL) -m 644 domain.h help help.dir help.pag root root_proc samplehotproc.conf $(PMDADIR)
|
$(INSTALL) -m 644 domain.h help help.dir help.pag root root_proc samplehotproc.conf $(PMDADIR)
|
||||||
@ -244,11 +244,11 @@ Index: pcp-3.10.4/src/pmdas/linux_proc/GNUmakefile
|
|||||||
$(INSTALL) -m 644 root_proc $(PCP_VAR_DIR)/pmns/root_proc
|
$(INSTALL) -m 644 root_proc $(PCP_VAR_DIR)/pmns/root_proc
|
||||||
$(INSTALL) -m 644 $(LOGREWRITERS) $(PCP_VAR_DIR)/config/pmlogrewrite
|
$(INSTALL) -m 644 $(LOGREWRITERS) $(PCP_VAR_DIR)/config/pmlogrewrite
|
||||||
@$(INSTALL_MAN)
|
@$(INSTALL_MAN)
|
||||||
Index: pcp-3.10.4/src/pmdas/lustrecomm/GNUmakefile
|
Index: pcp-3.11.8/src/pmdas/lustrecomm/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/pmdas/lustrecomm/GNUmakefile
|
--- pcp-3.11.8.orig/src/pmdas/lustrecomm/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/pmdas/lustrecomm/GNUmakefile
|
+++ pcp-3.11.8/src/pmdas/lustrecomm/GNUmakefile
|
||||||
@@ -50,7 +50,7 @@ build-me: domain.h $(TARGETS)
|
@@ -51,7 +51,7 @@ build-me: $(TARGETS)
|
||||||
install: default
|
install: default
|
||||||
$(INSTALL) -m 755 -d $(PMDADIR)
|
$(INSTALL) -m 755 -d $(PMDADIR)
|
||||||
$(INSTALL) -m 755 $(CMDTARGET) $(PMDADIR)/$(CMDTARGET)
|
$(INSTALL) -m 755 $(CMDTARGET) $(PMDADIR)/$(CMDTARGET)
|
||||||
@ -257,11 +257,11 @@ Index: pcp-3.10.4/src/pmdas/lustrecomm/GNUmakefile
|
|||||||
$(INSTALL) -m 755 Install Remove $(PMDADIR)
|
$(INSTALL) -m 755 Install Remove $(PMDADIR)
|
||||||
$(INSTALL) -m 644 $(DFILES) root pmns domain.h help $(PMDADIR)
|
$(INSTALL) -m 644 $(DFILES) root pmns domain.h help $(PMDADIR)
|
||||||
@$(INSTALL_MAN)
|
@$(INSTALL_MAN)
|
||||||
Index: pcp-3.10.4/src/pmdas/pmcd/src/GNUmakefile
|
Index: pcp-3.11.8/src/pmdas/pmcd/src/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/pmdas/pmcd/src/GNUmakefile
|
--- pcp-3.11.8.orig/src/pmdas/pmcd/src/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/pmdas/pmcd/src/GNUmakefile
|
+++ pcp-3.11.8/src/pmdas/pmcd/src/GNUmakefile
|
||||||
@@ -54,7 +54,7 @@ default: $(LIBTARGET) domain.h
|
@@ -55,7 +55,7 @@ default: $(LIBTARGET)
|
||||||
|
|
||||||
install: default
|
install: default
|
||||||
$(INSTALL) -m 755 -d $(PCP_PMDAS_DIR)/pmcd
|
$(INSTALL) -m 755 -d $(PCP_PMDAS_DIR)/pmcd
|
||||||
@ -270,11 +270,11 @@ Index: pcp-3.10.4/src/pmdas/pmcd/src/GNUmakefile
|
|||||||
|
|
||||||
include $(BUILDRULES)
|
include $(BUILDRULES)
|
||||||
|
|
||||||
Index: pcp-3.10.4/src/pmdas/sendmail/GNUmakefile
|
Index: pcp-3.11.8/src/pmdas/sendmail/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/pmdas/sendmail/GNUmakefile
|
--- pcp-3.11.8.orig/src/pmdas/sendmail/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/pmdas/sendmail/GNUmakefile
|
+++ pcp-3.11.8/src/pmdas/sendmail/GNUmakefile
|
||||||
@@ -39,7 +39,7 @@ include $(BUILDRULES)
|
@@ -40,7 +40,7 @@ include $(BUILDRULES)
|
||||||
|
|
||||||
install install_pcp: default
|
install install_pcp: default
|
||||||
$(INSTALL) -m 755 -d $(PMDADIR)
|
$(INSTALL) -m 755 -d $(PMDADIR)
|
||||||
@ -283,11 +283,11 @@ Index: pcp-3.10.4/src/pmdas/sendmail/GNUmakefile
|
|||||||
$(INSTALL) -m 755 $(CMDTARGET) $(PMDADIR)/pmda$(IAM)$(EXECSUFFIX)
|
$(INSTALL) -m 755 $(CMDTARGET) $(PMDADIR)/pmda$(IAM)$(EXECSUFFIX)
|
||||||
$(INSTALL) -m 755 $(SCRIPTS) $(PMDADIR)
|
$(INSTALL) -m 755 $(SCRIPTS) $(PMDADIR)
|
||||||
$(INSTALL) -m 644 $(DFILES) pmns help root domain.h $(PMDADIR)
|
$(INSTALL) -m 644 $(DFILES) pmns help root domain.h $(PMDADIR)
|
||||||
Index: pcp-3.10.4/src/pmdas/solaris/GNUmakefile
|
Index: pcp-3.11.8/src/pmdas/solaris/GNUmakefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- pcp-3.10.4.orig/src/pmdas/solaris/GNUmakefile
|
--- pcp-3.11.8.orig/src/pmdas/solaris/GNUmakefile
|
||||||
+++ pcp-3.10.4/src/pmdas/solaris/GNUmakefile
|
+++ pcp-3.11.8/src/pmdas/solaris/GNUmakefile
|
||||||
@@ -53,7 +53,8 @@ build-me: root_solaris domain.h $(LIBTAR
|
@@ -53,7 +53,8 @@ build-me: root_solaris $(LIBTARGET) $(CM
|
||||||
install: build-me
|
install: build-me
|
||||||
$(INSTALL) -m 755 -d $(PMDADIR)
|
$(INSTALL) -m 755 -d $(PMDADIR)
|
||||||
$(INSTALL) -m 644 domain.h $(HELPTARGETS) $(PMDADIR)
|
$(INSTALL) -m 644 domain.h $(HELPTARGETS) $(PMDADIR)
|
||||||
@ -297,3 +297,80 @@ Index: pcp-3.10.4/src/pmdas/solaris/GNUmakefile
|
|||||||
$(INSTALL) -m 644 root_solaris $(PCP_VAR_DIR)/pmns/root_solaris
|
$(INSTALL) -m 644 root_solaris $(PCP_VAR_DIR)/pmns/root_solaris
|
||||||
else
|
else
|
||||||
build-me:
|
build-me:
|
||||||
|
Index: pcp-3.11.8/src/libpcp_fault/src/GNUmakefile
|
||||||
|
===================================================================
|
||||||
|
--- pcp-3.11.8.orig/src/libpcp_fault/src/GNUmakefile
|
||||||
|
+++ pcp-3.11.8/src/libpcp_fault/src/GNUmakefile
|
||||||
|
@@ -132,7 +132,7 @@ endif
|
||||||
|
|
||||||
|
install : default
|
||||||
|
ifneq ($(LIBTARGET),)
|
||||||
|
- $(INSTALL) -m 755 $(LIBTARGET) $(PCP_LIB_DIR)/$(LIBTARGET)
|
||||||
|
+ $(INSTALL) -m 644 $(LIBTARGET) $(PCP_LIB_DIR)/$(LIBTARGET)
|
||||||
|
endif
|
||||||
|
ifneq ($(SYMTARGET),)
|
||||||
|
for tt in $(SYMTARGET); do \
|
||||||
|
@@ -140,7 +140,7 @@ ifneq ($(SYMTARGET),)
|
||||||
|
done
|
||||||
|
endif
|
||||||
|
ifneq ($(STATICLIBTARGET),)
|
||||||
|
- $(INSTALL) -m 755 $(STATICLIBTARGET) $(PCP_LIB_DIR)/$(STATICLIBTARGET)
|
||||||
|
+ $(INSTALL) -m 644 $(STATICLIBTARGET) $(PCP_LIB_DIR)/$(STATICLIBTARGET)
|
||||||
|
endif
|
||||||
|
$(INSTALL) -m 644 $(TOPDIR)/src/include/pcp/fault.h $(PCP_INC_DIR)/fault.h
|
||||||
|
|
||||||
|
Index: pcp-3.11.8/src/pmdas/jbd2/GNUmakefile
|
||||||
|
===================================================================
|
||||||
|
--- pcp-3.11.8.orig/src/pmdas/jbd2/GNUmakefile
|
||||||
|
+++ pcp-3.11.8/src/pmdas/jbd2/GNUmakefile
|
||||||
|
@@ -54,7 +54,8 @@ build-me: $(LIBTARGET) $(CMDTARGET) $(HE
|
||||||
|
install: default
|
||||||
|
$(INSTALL) -m 755 -d $(PMDADIR)
|
||||||
|
$(INSTALL) -m 644 domain.h help $(HELPTARGETS) root root_jbd2 $(PMDADIR)
|
||||||
|
- $(INSTALL) -m 755 $(LIBTARGET) $(CMDTARGET) $(SCRIPTS) $(PMDADIR)
|
||||||
|
+ $(INSTALL) -m 755 $(CMDTARGET) $(SCRIPTS) $(PMDADIR)
|
||||||
|
+ $(INSTALL) -m 644 $(LIBTARGET) $(PMDADIR)/$(LIBTARGET)
|
||||||
|
$(INSTALL) -m 644 root_jbd2 $(PCP_VAR_DIR)/pmns/root_jbd2
|
||||||
|
$(INSTALL) -m 644 jbd2_kernel_ulong.conf $(LOGREWRITEDIR)/jbd2_kernel_ulong.conf
|
||||||
|
@$(INSTALL_MAN)
|
||||||
|
Index: pcp-3.11.8/src/pmdas/linux_xfs/GNUmakefile
|
||||||
|
===================================================================
|
||||||
|
--- pcp-3.11.8.orig/src/pmdas/linux_xfs/GNUmakefile
|
||||||
|
+++ pcp-3.11.8/src/pmdas/linux_xfs/GNUmakefile
|
||||||
|
@@ -55,7 +55,8 @@ build-me: $(LIBTARGET) $(CMDTARGET) $(HE
|
||||||
|
install: default
|
||||||
|
$(INSTALL) -m 755 -d $(PMDADIR)
|
||||||
|
$(INSTALL) -m 644 domain.h help help.dir help.pag root root_xfs $(PMDADIR)
|
||||||
|
- $(INSTALL) -m 755 $(LIBTARGET) $(CMDTARGET) $(SCRIPTS) $(PMDADIR)
|
||||||
|
+ $(INSTALL) -m 755 $(CMDTARGET) $(SCRIPTS) $(PMDADIR)
|
||||||
|
+ $(INSTALL) -m 644 $(LIBTARGET) $(PMDADIR)/$(LIBTARGET)
|
||||||
|
$(INSTALL) -m 644 root_xfs $(PCP_VAR_DIR)/pmns/root_xfs
|
||||||
|
$(INSTALL) -m 644 linux_xfs_migrate.conf $(PCP_VAR_DIR)/config/pmlogrewrite/linux_xfs_migrate.conf
|
||||||
|
@$(INSTALL_MAN)
|
||||||
|
Index: pcp-3.11.8/src/pmdas/nvidia/GNUmakefile
|
||||||
|
===================================================================
|
||||||
|
--- pcp-3.11.8.orig/src/pmdas/nvidia/GNUmakefile
|
||||||
|
+++ pcp-3.11.8/src/pmdas/nvidia/GNUmakefile
|
||||||
|
@@ -37,7 +37,8 @@ include $(BUILDRULES)
|
||||||
|
install: default
|
||||||
|
$(INSTALL) -m 755 -d $(PMDADIR)
|
||||||
|
$(INSTALL) -m 755 Install Remove $(PMDADIR)
|
||||||
|
- $(INSTALL) -m 755 $(LIBTARGET) $(CMDTARGET) $(PMDADIR)
|
||||||
|
+ $(INSTALL) -m 755 $(CMDTARGET) $(PMDADIR)/$(CMDTARGET)
|
||||||
|
+ $(INSTALL) -m 644 $(LIBTARGET) $(PMDADIR)/$(LIBTARGET)
|
||||||
|
$(INSTALL) -m 644 $(DFILES) root help pmns domain.h $(PMDADIR)
|
||||||
|
|
||||||
|
$(OBJECTS): domain.h
|
||||||
|
Index: pcp-3.11.8/src/zabbix-agent/src/GNUmakefile
|
||||||
|
===================================================================
|
||||||
|
--- pcp-3.11.8.orig/src/zabbix-agent/src/GNUmakefile
|
||||||
|
+++ pcp-3.11.8/src/zabbix-agent/src/GNUmakefile
|
||||||
|
@@ -37,7 +37,7 @@ include $(BUILDRULES)
|
||||||
|
install: default
|
||||||
|
$(INSTALL) -m 755 -d $(ZABBIX_DIR)
|
||||||
|
$(INSTALL) -m 755 -d $(MODULE_DIR)
|
||||||
|
- $(INSTALL) -m 755 $(LIBTARGET) $(MODULE_DIR)/$(LIBTARGET)
|
||||||
|
+ $(INSTALL) -m 644 $(LIBTARGET) $(MODULE_DIR)/$(LIBTARGET)
|
||||||
|
@$(INSTALL_MAN)
|
||||||
|
|
||||||
|
default_pcp: default
|
||||||
|
@ -7,10 +7,10 @@ Subject: [PATCH 3/6] pcp legacy init lsb
|
|||||||
src/pmcd/rc_pcp | 14 ++++++++------
|
src/pmcd/rc_pcp | 14 ++++++++------
|
||||||
1 file changed, 8 insertions(+), 6 deletions(-)
|
1 file changed, 8 insertions(+), 6 deletions(-)
|
||||||
|
|
||||||
diff --git a/src/pmcd/rc_pcp b/src/pmcd/rc_pcp
|
Index: pcp-3.11.8/src/pmcd/rc_pcp
|
||||||
index 974ca06c2f4a..8d6872cfad9c 100644
|
===================================================================
|
||||||
--- a/src/pmcd/rc_pcp
|
--- pcp-3.11.8.orig/src/pmcd/rc_pcp
|
||||||
+++ b/src/pmcd/rc_pcp
|
+++ pcp-3.11.8/src/pmcd/rc_pcp
|
||||||
@@ -31,12 +31,12 @@
|
@@ -31,12 +31,12 @@
|
||||||
# e.g. SuSE, where chkconfig is a perl script.
|
# e.g. SuSE, where chkconfig is a perl script.
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
@ -30,8 +30,8 @@ index 974ca06c2f4a..8d6872cfad9c 100644
|
|||||||
# Short-Description: Legacy control for PCP daemons
|
# Short-Description: Legacy control for PCP daemons
|
||||||
# Description: Legacy init script wrapper for the Performance Co-Pilot (PCP) daemons
|
# Description: Legacy init script wrapper for the Performance Co-Pilot (PCP) daemons
|
||||||
### END INIT INFO
|
### END INIT INFO
|
||||||
@@ -53,6 +53,8 @@ _usage()
|
@@ -79,6 +79,8 @@ _service()
|
||||||
echo "Usage: $pmprog [-v] {start|restart|condrestart|stop|status|reload|force-reload}"
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
+echo "The pcp init script is depricated, pmcd and pmlogger should be used instead"
|
+echo "The pcp init script is depricated, pmcd and pmlogger should be used instead"
|
||||||
@ -39,6 +39,3 @@ index 974ca06c2f4a..8d6872cfad9c 100644
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
|
|
||||||
'start'|'restart'|'condrestart'|'reload'|'force-reload')
|
'start'|'restart'|'condrestart'|'reload'|'force-reload')
|
||||||
--
|
|
||||||
2.1.2
|
|
||||||
|
|
||||||
|
@ -8,32 +8,29 @@ Subject: [PATCH 6/6] create pmlogger and pmie logdirs during install
|
|||||||
src/pmlogger/GNUmakefile | 2 ++
|
src/pmlogger/GNUmakefile | 2 ++
|
||||||
2 files changed, 4 insertions(+)
|
2 files changed, 4 insertions(+)
|
||||||
|
|
||||||
diff --git a/src/pmie/GNUmakefile b/src/pmie/GNUmakefile
|
Index: pcp-3.10.9/src/pmie/GNUmakefile
|
||||||
index 4c8e971d519b..9c6d09445dbd 100644
|
===================================================================
|
||||||
--- a/src/pmie/GNUmakefile
|
--- pcp-3.10.9.orig/src/pmie/GNUmakefile
|
||||||
+++ b/src/pmie/GNUmakefile
|
+++ pcp-3.10.9/src/pmie/GNUmakefile
|
||||||
@@ -55,6 +55,8 @@ endif
|
@@ -58,6 +58,8 @@ ifeq ($(TARGET_OS),linux)
|
||||||
$(INSTALL) -m 775 -o $(PCP_USER) -g $(PCP_GROUP) -d $(PCP_TMP_DIR)/pmie
|
# Docker version of the crontab into the hosts /etc/cron.d directory.
|
||||||
ifeq ($(TARGET_OS),linux)
|
$(INSTALL) -m 644 crontab.docker $(PCP_VAR_DIR)/config/pmie/crontab.docker
|
||||||
$(INSTALL) -m 755 -d `dirname $(CRONTAB_PATH)`
|
$(INSTALL) -m 755 -d `dirname $(CRONTAB_PATH)`
|
||||||
+ $(INSTALL) -m 755 -d $(PCP_LOG_DIR)/pmie
|
+ $(INSTALL) -m 755 -d $(PCP_LOG_DIR)/pmie
|
||||||
+ $(INSTALL) -m 1777 -d $(PCP_TMP_DIR)/pmie
|
+ $(INSTALL) -m 1777 -d $(PCP_TMP_DIR)/pmie
|
||||||
endif
|
endif
|
||||||
$(INSTALL) -m 644 crontab $(CRONTAB_PATH)
|
$(INSTALL) -m 644 crontab $(CRONTAB_PATH)
|
||||||
|
|
||||||
diff --git a/src/pmlogger/GNUmakefile b/src/pmlogger/GNUmakefile
|
Index: pcp-3.10.9/src/pmlogger/GNUmakefile
|
||||||
index ae728faff2af..483087dbd39f 100644
|
===================================================================
|
||||||
--- a/src/pmlogger/GNUmakefile
|
--- pcp-3.10.9.orig/src/pmlogger/GNUmakefile
|
||||||
+++ b/src/pmlogger/GNUmakefile
|
+++ pcp-3.10.9/src/pmlogger/GNUmakefile
|
||||||
@@ -56,6 +56,8 @@ endif
|
@@ -62,6 +62,8 @@ ifeq ($(TARGET_OS),linux)
|
||||||
$(INSTALL) -m 775 -o $(PCP_USER) -g $(PCP_GROUP) -d $(PCP_TMP_DIR)/pmlogger
|
# Docker version of the crontab into the hosts cron.d directory.
|
||||||
ifeq ($(TARGET_OS),linux)
|
$(INSTALL) -m 644 crontab.docker $(PCP_VAR_DIR)/config/pmlogger/crontab.docker
|
||||||
$(INSTALL) -m 755 -d `dirname $(CRONTAB_PATH)`
|
$(INSTALL) -m 755 -d `dirname $(CRONTAB_PATH)`
|
||||||
+ $(INSTALL) -m 755 -d $(PCP_LOG_DIR)/pmlogger
|
+ $(INSTALL) -m 755 -d $(PCP_LOG_DIR)/pmlogger
|
||||||
+ $(INSTALL) -m 1777 -d $(PCP_TMP_DIR)/pmlogger
|
+ $(INSTALL) -m 1777 -d $(PCP_TMP_DIR)/pmlogger
|
||||||
endif
|
endif
|
||||||
$(INSTALL) -m 644 crontab $(CRONTAB_PATH)
|
$(INSTALL) -m 644 crontab $(CRONTAB_PATH)
|
||||||
|
$(INSTALL) -m 644 utilproc.sh $(PCP_SHARE_DIR)/lib/utilproc.sh
|
||||||
--
|
|
||||||
2.1.2
|
|
||||||
|
|
||||||
|
@ -15,22 +15,22 @@ http://stackoverflow.com/questions/17578150/add-cflags-to-qmake-project-without-
|
|||||||
src/pmtime/pmtime.pro | 1 +
|
src/pmtime/pmtime.pro | 1 +
|
||||||
6 files changed, 6 insertions(+)
|
6 files changed, 6 insertions(+)
|
||||||
|
|
||||||
diff --git a/src/libpcp_qed/src/libpcp_qed.pro b/src/libpcp_qed/src/libpcp_qed.pro
|
Index: pcp-3.11.8/src/libpcp_qed/src/libpcp_qed.pro
|
||||||
index 6a3c872a4b87..c67f1d63290d 100644
|
===================================================================
|
||||||
--- a/src/libpcp_qed/src/libpcp_qed.pro
|
--- pcp-3.11.8.orig/src/libpcp_qed/src/libpcp_qed.pro
|
||||||
+++ b/src/libpcp_qed/src/libpcp_qed.pro
|
+++ pcp-3.11.8/src/libpcp_qed/src/libpcp_qed.pro
|
||||||
@@ -6,6 +6,7 @@ INCLUDEPATH += ../../include ../../libpcp_qmc/src
|
@@ -6,6 +6,7 @@ INCLUDEPATH += ../../include ../../libpc
|
||||||
release:DESTDIR = build/debug
|
release:DESTDIR = build/debug
|
||||||
debug:DESTDIR = build/release
|
debug:DESTDIR = build/release
|
||||||
QT = core gui network svg
|
QT = core gui network printsupport svg widgets
|
||||||
+QMAKE_CXXFLAGS += $$(PCP_CFLAGS)
|
+QMAKE_CXXFLAGS += $$(PCP_CFLAGS)
|
||||||
|
|
||||||
HEADERS = qed.h \
|
HEADERS = qed.h \
|
||||||
qed_actionlist.h \
|
qed_actionlist.h \
|
||||||
diff --git a/src/libpcp_qmc/src/libpcp_qmc.pro b/src/libpcp_qmc/src/libpcp_qmc.pro
|
Index: pcp-3.11.8/src/libpcp_qmc/src/libpcp_qmc.pro
|
||||||
index 39671ab2dceb..b59ffa4e6bb9 100644
|
===================================================================
|
||||||
--- a/src/libpcp_qmc/src/libpcp_qmc.pro
|
--- pcp-3.11.8.orig/src/libpcp_qmc/src/libpcp_qmc.pro
|
||||||
+++ b/src/libpcp_qmc/src/libpcp_qmc.pro
|
+++ pcp-3.11.8/src/libpcp_qmc/src/libpcp_qmc.pro
|
||||||
@@ -5,6 +5,7 @@ CONFIG += qt staticlib warn_on
|
@@ -5,6 +5,7 @@ CONFIG += qt staticlib warn_on
|
||||||
INCLUDEPATH += ../../include
|
INCLUDEPATH += ../../include
|
||||||
release:DESTDIR = build/debug
|
release:DESTDIR = build/debug
|
||||||
@ -39,45 +39,42 @@ index 39671ab2dceb..b59ffa4e6bb9 100644
|
|||||||
|
|
||||||
HEADERS = qmc_context.h qmc_desc.h qmc_group.h \
|
HEADERS = qmc_context.h qmc_desc.h qmc_group.h \
|
||||||
qmc_indom.h qmc_metric.h qmc_source.h \
|
qmc_indom.h qmc_metric.h qmc_source.h \
|
||||||
diff --git a/src/libpcp_qwt/src/libpcp_qwt.pro b/src/libpcp_qwt/src/libpcp_qwt.pro
|
Index: pcp-3.11.8/src/libpcp_qwt/src/libpcp_qwt.pro
|
||||||
index 1a7b1d8b736c..6badfc328605 100644
|
===================================================================
|
||||||
--- a/src/libpcp_qwt/src/libpcp_qwt.pro
|
--- pcp-3.11.8.orig/src/libpcp_qwt/src/libpcp_qwt.pro
|
||||||
+++ b/src/libpcp_qwt/src/libpcp_qwt.pro
|
+++ pcp-3.11.8/src/libpcp_qwt/src/libpcp_qwt.pro
|
||||||
@@ -5,6 +5,7 @@ CONFIG += qt staticlib warn_on
|
@@ -8,6 +8,7 @@ QT = core gui network svg
|
||||||
release:DESTDIR = build/debug
|
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||||
debug:DESTDIR = build/release
|
QT += concurrent printsupport
|
||||||
QT = core gui network svg
|
}
|
||||||
+QMAKE_CXXFLAGS += $$(PCP_CFLAGS)
|
+QMAKE_CXXFLAGS += $$(PCP_CFLAGS)
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
qwt.h \
|
qwt.h \
|
||||||
diff --git a/src/pmdumptext/pmdumptext.pro b/src/pmdumptext/pmdumptext.pro
|
Index: pcp-3.11.8/src/pmdumptext/pmdumptext.pro
|
||||||
index d521e2f40cb7..f9048bb1a037 100644
|
===================================================================
|
||||||
--- a/src/pmdumptext/pmdumptext.pro
|
--- pcp-3.11.8.orig/src/pmdumptext/pmdumptext.pro
|
||||||
+++ b/src/pmdumptext/pmdumptext.pro
|
+++ pcp-3.11.8/src/pmdumptext/pmdumptext.pro
|
||||||
@@ -9,3 +9,4 @@ LIBS += -L../libpcp/src
|
@@ -10,3 +10,4 @@ LIBS += -L../libpcp_qmc/src -L../libpcp
|
||||||
LIBS += -L../libpcp_qmc/src -L../libpcp_qmc/src/$$DESTDIR
|
|
||||||
LIBS += -lpcp_qmc -lpcp
|
LIBS += -lpcp_qmc -lpcp
|
||||||
|
win32:LIBS += -lwsock32 -liphlpapi
|
||||||
QT -= gui
|
QT -= gui
|
||||||
+QMAKE_CXXFLAGS += $$(PCP_CFLAGS)
|
+QMAKE_CXXFLAGS += $$(PCP_CFLAGS)
|
||||||
diff --git a/src/pmquery/pmquery.pro b/src/pmquery/pmquery.pro
|
Index: pcp-3.11.8/src/pmquery/pmquery.pro
|
||||||
index 6a4293fb7a23..d9392931888c 100644
|
===================================================================
|
||||||
--- a/src/pmquery/pmquery.pro
|
--- pcp-3.11.8.orig/src/pmquery/pmquery.pro
|
||||||
+++ b/src/pmquery/pmquery.pro
|
+++ pcp-3.11.8/src/pmquery/pmquery.pro
|
||||||
@@ -7,3 +7,4 @@ RESOURCES = pmquery.qrc
|
@@ -8,3 +8,4 @@ CONFIG += qt warn_on
|
||||||
CONFIG += qt warn_on
|
QT += widgets
|
||||||
release:DESTDIR = build/debug
|
release:DESTDIR = build/debug
|
||||||
debug:DESTDIR = build/release
|
debug:DESTDIR = build/release
|
||||||
+QMAKE_CXXFLAGS += $$(PCP_CFLAGS)
|
+QMAKE_CXXFLAGS += $$(PCP_CFLAGS)
|
||||||
diff --git a/src/pmtime/pmtime.pro b/src/pmtime/pmtime.pro
|
Index: pcp-3.11.8/src/pmtime/pmtime.pro
|
||||||
index ad3e1932e7b1..4605765cab79 100644
|
===================================================================
|
||||||
--- a/src/pmtime/pmtime.pro
|
--- pcp-3.11.8.orig/src/pmtime/pmtime.pro
|
||||||
+++ b/src/pmtime/pmtime.pro
|
+++ pcp-3.11.8/src/pmtime/pmtime.pro
|
||||||
@@ -22,3 +22,4 @@ LIBS += -lpcp_qwt -lpcp_qmc -lpcp
|
@@ -22,3 +22,4 @@ LIBS += -lpcp_qwt -lpcp_qmc -lpcp
|
||||||
win32:LIBS += -lwsock32
|
win32:LIBS += -lwsock32 -liphlpapi
|
||||||
QT += network
|
QT += network widgets
|
||||||
QMAKE_INFO_PLIST = pmtime.info
|
QMAKE_INFO_PLIST = pmtime.info
|
||||||
+QMAKE_CXXFLAGS += $$(PCP_CFLAGS)
|
+QMAKE_CXXFLAGS += $$(PCP_CFLAGS)
|
||||||
--
|
|
||||||
2.1.2
|
|
||||||
|
|
||||||
|
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">https://github.com/performancecopilot/pcp.git</param>
|
||||||
|
<param name="filename">pcp</param>
|
||||||
|
<param name="revision">3d9cb4fad25d7d0406a571157645a028d5d3a5c2</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
|
<param name="changesgenerate">disable</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">bz2</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version">
|
||||||
|
<param name="basename">pcp</param>
|
||||||
|
</service>
|
||||||
|
</services>
|
3
_service:recompress:tar_scm:pcp-3.11.8.tar.bz2
Normal file
3
_service:recompress:tar_scm:pcp-3.11.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:597bad2126c5d0f8fd9ee75349ae443ac5e834a072e4f847906171ea4643e72d
|
||||||
|
size 14639274
|
2989
_service:set_version:pcp.spec
Normal file
2989
_service:set_version:pcp.spec
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0215380d2ddb01865f659bbf36ed06020d5865152d430a6b6fc45eda67cc22ba
|
|
||||||
size 14285544
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df470158fb5a075e5b4a260b8fc52dcda6f8b93baf3e3bc8cd31edd9ee846135
|
|
||||||
size 3874320
|
|
49
pcp.changes
49
pcp.changes
@ -1,3 +1,52 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 27 15:13:39 UTC 2017 - ddiss@suse.com
|
||||||
|
|
||||||
|
- Update to 3.11.8
|
||||||
|
See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=3.11.8
|
||||||
|
for details.
|
||||||
|
|
||||||
|
- Remove 0010-build-do-not-include-.gitignore-in-installed-file-se.patch
|
||||||
|
+ Upstream
|
||||||
|
|
||||||
|
- Drop pcp-webjs.src.tar.gz
|
||||||
|
+ https://github.com/performancecopilot/pcp-webjs/issues/3
|
||||||
|
+ Vector will be pulled in from the upstream source in future
|
||||||
|
|
||||||
|
- Enable pmda-systemd package
|
||||||
|
+ libsystemd pkg-config detection fixed upstream
|
||||||
|
|
||||||
|
- New packages
|
||||||
|
+ pcp-devel: Upstream split of non-essential devel packages from
|
||||||
|
libpcp-devel
|
||||||
|
+ pcp-pmda-bind2
|
||||||
|
+ pcp-pmda-docker
|
||||||
|
+ pcp-pmda-lio
|
||||||
|
+ pcp-pmda-nutcracker
|
||||||
|
+ pcp-pmda-oracle
|
||||||
|
+ pcp-pmda-redis
|
||||||
|
+ pcp-pmda-libvirt
|
||||||
|
+ pcp-export-pcp2influxdb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 22 15:06:13 UTC 2017 - ddiss@suse.com
|
||||||
|
|
||||||
|
- Update to 3.10.9
|
||||||
|
See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=3.10.9
|
||||||
|
for details.
|
||||||
|
|
||||||
|
- Drop obsolete 0001-Fix-XEN-build.patch
|
||||||
|
+ PCP_PS_ALL_FLAGS now used explicitly
|
||||||
|
- Add 0010-build-do-not-include-.gitignore-in-installed-file-se.patch
|
||||||
|
|
||||||
|
- Split out a number of agents from the base package into separate rpms
|
||||||
|
- Disable sheet2pcp
|
||||||
|
+ As per upstream: "until BZ 830923 and BZ 754678 are resolved".
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 28 18:09:50 UTC 2017 - ddiss@suse.com
|
||||||
|
|
||||||
|
- Add _service file for pulling directly from the upstream Git repository.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 16 09:14:35 UTC 2015 - ddiss@suse.com
|
Thu Apr 16 09:14:35 UTC 2015 - ddiss@suse.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user