From a361a6c70f7fb535f3a7de8352b5e935f85a6e4a Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Thu, 3 Feb 2022 15:01:16 +1100 Subject: [PATCH] Disable package notes to prevent 3rd PMDA build breakage. --- pcp.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pcp.spec b/pcp.spec index 2c789a7..52e2629 100644 --- a/pcp.spec +++ b/pcp.spec @@ -1,6 +1,6 @@ Name: pcp Version: 5.3.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: System-level performance monitoring and performance management License: GPLv2+ and LGPLv2+ and CC-BY URL: https://pcp.io @@ -8,6 +8,10 @@ URL: https://pcp.io %global artifactory https://performancecopilot.jfrog.io/artifactory Source0: %{artifactory}/pcp-source-release/pcp-%{version}.src.tar.gz +# The additional linker flags break out-of-tree PMDAs. +# https://bugzilla.redhat.com/show_bug.cgi?id=2043092 +%undefine _package_note_flags + %if 0%{?fedora} >= 26 || 0%{?rhel} > 7 %global __python2 python2 %else @@ -3329,6 +3333,9 @@ PCP_LOG_DIR=%{_logsdir} %files zeroconf -f pcp-zeroconf-files.rpm %changelog +* Thu Feb 03 2022 Nathan Scott - 5.3.6-2 +- Disable package notes to prevent 3rd PMDA build breakage. + * Wed Feb 02 2022 Nathan Scott - 5.3.6-1 - Update to latest PCP sources.