-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fedora.spec: Fix reference to _with_dstat in %configure command.
- Loading branch information
Dave Brolley
committed
Aug 3, 2018
1 parent
3eb89f2
commit 96bc5a5
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 <[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) | ||
|