From 0dc1451a4b211c57e2f4bee5483d7ecc09820a27 Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Thu, 29 Jun 2017 20:49:36 -0400 Subject: [PATCH] Build: tweak prometheus requires line, add changelog bits --- build/rpm/fedora.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/rpm/fedora.spec b/build/rpm/fedora.spec index 8552e7830..eb9fd12a7 100644 --- a/build/rpm/fedora.spec +++ b/build/rpm/fedora.spec @@ -1409,7 +1409,7 @@ License: GPLv2+ Group: Applications/System Summary: Performance Co-Pilot (PCP) metrics from Prometheus endpoints URL: http://www.pcp.io -Requires: pcp-libs = @package_version@ +Requires: pcp-libs = %{version}-%{release} %if !%{disable_python3} Requires: python3-pcp Requires: python3-requests @@ -3059,6 +3059,12 @@ cd - Improve poor pmlogconf performance (BZ1376857) - Update to latest PCP Sources. +* Mon Jun 05 2017 Jitka Plesnikova - 3.11.10-3 +- Perl 5.26 rebuild + +* Fri Jun 2 2017 Lukas Berk - 3.11.10-2 +- Correct subrpm inclusion of zeroconf config files (BZ 1456262) + * Wed May 17 2017 Dave Brolley - 3.11.10-1 - python api: handle non-POSIXLY_CORRECT getopt cases (BZ 1289912) - Fix pmchart reaction to timezone changes from pmtime (BZ 968823) -- 2.11.4.GIT