From 96bc5a598d72bbaffa344efa50bcdc468dd7356e Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Fri, 3 Aug 2018 19:43:16 -0400 Subject: [PATCH] build: fedora.spec: Fix reference to _with_dstat in %configure command. --- build/rpm/fedora.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build/rpm/fedora.spec b/build/rpm/fedora.spec index c8cdcb9b33..307951b41d 100644 --- a/build/rpm/fedora.spec +++ b/build/rpm/fedora.spec @@ -1,6 +1,6 @@ Name: pcp Version: 4.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: System-level performance monitoring and performance management License: GPLv2+ and LGPLv2.1+ and CC-BY URL: https://pcp.io @@ -2194,7 +2194,7 @@ updated policy package. %if !%{disable_python2} && 0%{?default_python} != 3 export PYTHON=python%{?default_python} %endif -%configure %{?_with_initd} %{?_with_doc} %{_with_dstat} %{?_with_ib} %{?_with_papi} %{?_with_perfevent} %{?_with_bcc} %{?_with_json} %{?_with_snmp} %{?_with_nutcracker} %{?_with_webapps} +%configure %{?_with_initd} %{?_with_doc} %{?_with_dstat} %{?_with_ib} %{?_with_papi} %{?_with_perfevent} %{?_with_bcc} %{?_with_json} %{?_with_snmp} %{?_with_nutcracker} %{?_with_webapps} make %{?_smp_mflags} default_pcp %install @@ -3372,6 +3372,9 @@ cd %endif %changelog +* Fri Aug 03 2018 Dave Brolley - 4.1.1-2 +- pcp.spec: Fix the _with_dstat reference in the %configure command + * Fri Aug 03 2018 Dave Brolley - 4.1.1-1 - SELinux is preventing pmdalinux from 'unix_read' accesses on the shared memory Unknown (BZ 1592901)