From 72d89747d4ac93d2c41cf8d772fe94ec99e1a43e Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 26 Feb 2019 14:58:21 +1100 Subject: [PATCH] build: package infiniband, perfevent atop logconf configs These configs need to be in the base PCP package, not the PMDA sub-packages. --- build/rpm/pcp.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/rpm/pcp.spec.in b/build/rpm/pcp.spec.in index 7bb29ee597..ee4968cd4f 100755 --- a/build/rpm/pcp.spec.in +++ b/build/rpm/pcp.spec.in @@ -2279,7 +2279,7 @@ awk '{print $NF}' $DIST_MANIFEST | egrep 'pcp2zabbix' >export_pcp2zabbix_files %endif awk '{print $NF}' $DIST_MANIFEST | egrep 'zabbix|zbxpcp' | grep -v pcp2zabbix >export_zabbix_agent_files %if "@pmda_infiniband@" == "true" -awk '{print $NF}' $DIST_MANIFEST | egrep 'infiniband|pmdaib|pmdas/ib' >pmda_infiniband_files +awk '{print $NF}' $DIST_MANIFEST | egrep 'pmdas/infiniband|pmdaib|pmdas/ib' >pmda_infiniband_files %endif %if "@pmda_papi@" == "true" awk '{print $NF}' $DIST_MANIFEST | egrep 'pmdas/papi' >pmda_papi_files @@ -2288,7 +2288,7 @@ awk '{print $NF}' $DIST_MANIFEST | egrep 'pmdas/papi' >pmda_papi_files awk '{print $NF}' $DIST_MANIFEST | egrep 'pmdas/podman' > pmda_podman_files %endif %if "@pmda_perfevent@" == "true" -awk '{print $NF}' $DIST_MANIFEST | egrep 'perfevent|perfalloc.1' > pmda_perfevent_files +awk '{print $NF}' $DIST_MANIFEST | egrep 'pmdas/perfevent|perfalloc.1' > pmda_perfevent_files %endif %if "@pmda_systemd@" == "true" awk '{print $NF}' $DIST_MANIFEST | egrep 'pmdas/systemd' > pmda_systemd_files