Skip to content

Commit

Permalink
build: fedora.spec: Fix reference to _with_dstat in %configure command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Brolley committed Aug 3, 2018
1 parent 3eb89f2 commit 96bc5a5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build/rpm/fedora.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -3372,6 +3372,9 @@ cd
%endif

%changelog
* Fri Aug 03 2018 Dave Brolley <[email protected]> - 4.1.1-2
- pcp.spec: Fix the _with_dstat reference in the %configure command

* Fri Aug 03 2018 Dave Brolley <[email protected]> - 4.1.1-1
- SELinux is preventing pmdalinux from 'unix_read' accesses on the shared memory Unknown
(BZ 1592901)
Expand Down

0 comments on commit 96bc5a5

Please sign in to comment.