Skip to content

Commit

Permalink
build: package infiniband, perfevent atop logconf configs
Browse files Browse the repository at this point in the history
These configs need to be in the base PCP package, not the
PMDA sub-packages.
  • Loading branch information
natoscott committed Feb 26, 2019
1 parent eefcff8 commit 72d8974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/rpm/pcp.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 72d8974

Please sign in to comment.