Skip to content

Commit 96bc5a5

Browse files
author
Dave Brolley
committed
build: fedora.spec: Fix reference to _with_dstat in %configure command.
1 parent 3eb89f2 commit 96bc5a5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build/rpm/fedora.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: pcp
22
Version: 4.1.1
3-
Release: 1%{?dist}
3+
Release: 2%{?dist}
44
Summary: System-level performance monitoring and performance management
55
License: GPLv2+ and LGPLv2.1+ and CC-BY
66
URL: https://pcp.io
@@ -2194,7 +2194,7 @@ updated policy package.
21942194
%if !%{disable_python2} && 0%{?default_python} != 3
21952195
export PYTHON=python%{?default_python}
21962196
%endif
2197-
%configure %{?_with_initd} %{?_with_doc} %{_with_dstat} %{?_with_ib} %{?_with_papi} %{?_with_perfevent} %{?_with_bcc} %{?_with_json} %{?_with_snmp} %{?_with_nutcracker} %{?_with_webapps}
2197+
%configure %{?_with_initd} %{?_with_doc} %{?_with_dstat} %{?_with_ib} %{?_with_papi} %{?_with_perfevent} %{?_with_bcc} %{?_with_json} %{?_with_snmp} %{?_with_nutcracker} %{?_with_webapps}
21982198
make %{?_smp_mflags} default_pcp
21992199

22002200
%install
@@ -3372,6 +3372,9 @@ cd
33723372
%endif
33733373

33743374
%changelog
3375+
* Fri Aug 03 2018 Dave Brolley <[email protected]> - 4.1.1-2
3376+
- pcp.spec: Fix the _with_dstat reference in the %configure command
3377+
33753378
* Fri Aug 03 2018 Dave Brolley <[email protected]> - 4.1.1-1
33763379
- SELinux is preventing pmdalinux from 'unix_read' accesses on the shared memory Unknown
33773380
(BZ 1592901)

0 commit comments

Comments
 (0)