Enable AMD GPU pmda for RHEL 9

The requirement for the pmda are met in RHEL9, we can therefore enable
it.

Resolves: RHEL-83154
This commit is contained in:
Frédéric Bérat 2025-03-12 12:00:01 +01:00
parent b044dda0fb
commit 0ba39c0224

View File

@ -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 <fberat@redhat.com> - 6.3.4-2
- Enable AMD GPU pmda (RHEL-83154)
* Fri Mar 14 2025 Nathan Scott <nathans@redhat.com> - 6.3.4-1
- Update to latest stable version of PCP (RHEL-83482)