From 0ba39c0224bd8b57ebfe29d5c85cf9067cd7ce28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20B=C3=A9rat?= Date: Wed, 12 Mar 2025 12:00:01 +0100 Subject: [PATCH] Enable AMD GPU pmda for RHEL 9 The requirement for the pmda are met in RHEL9, we can therefore enable it. Resolves: RHEL-83154 --- pcp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pcp.spec b/pcp.spec index 72edf46..bba0efc 100644 --- a/pcp.spec +++ b/pcp.spec @@ -1,6 +1,6 @@ Name: pcp Version: 6.3.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: System-level performance monitoring and performance management License: GPL-2.0-or-later AND LGPL-2.1-or-later AND CC-BY-3.0 URL: https://pcp.io @@ -230,7 +230,7 @@ ExcludeArch: %{ix86} %global disable_xlsx 1 %endif -%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10 +%if 0%{?fedora} >= 40 || 0%{?rhel} >= 9 %global disable_amdgpu 0 %else %global disable_amdgpu 1 @@ -3590,6 +3590,9 @@ fi %files zeroconf -f pcp-zeroconf-files.rpm %changelog +* Fri Mar 21 2025 Frederic Berat - 6.3.4-2 +- Enable AMD GPU pmda (RHEL-83154) + * Fri Mar 14 2025 Nathan Scott - 6.3.4-1 - Update to latest stable version of PCP (RHEL-83482)