diff --git a/grafana-pcp.spec b/grafana-pcp.spec index ff393f1..8efb5ea 100644 --- a/grafana-pcp.spec +++ b/grafana-pcp.spec @@ -16,7 +16,7 @@ end} Name: grafana-pcp Version: 5.1.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Performance Co-Pilot Grafana Plugin License: Apache-2.0 URL: https://github.com/performancecopilot/grafana-pcp @@ -57,7 +57,11 @@ BuildRequires: make, nodejs >= 1:14, yarnpkg, golang-github-google-jsonnet %{?systemd_requires} Requires: grafana >= 9.0.9 Suggests: pcp >= 5.2.2 +%if 0%{?rhel} > 9 || 0%{?fedora} > 39 +Suggests: valkey +%else Suggests: redis >= 5.0.0 +%endif Suggests: bpftrace >= 0.9.2 # Obsolete old webapps @@ -190,6 +194,9 @@ yarn test %changelog +* Tue Jul 2 2024 Joe Orton - 5.1.1-10 +- switch Suggests: redis to valkey (RHEL-45646) + * Mon Jun 24 2024 Troy Dawson - 5.1.1-9 - Bump release for June 2024 mass rebuild