From 3a3853f2b16cf0d17367429fbfeb2ade1d705ff8 Mon Sep 17 00:00:00 2001
From: Andreas Gerstmayr <agerstmayr@redhat.com>
Date: Mon, 19 Sep 2022 18:53:55 +0200
Subject: [PATCH] bump NVR

The latest build should have been -4 and not -3, as -3 was the mass
rebuild.
---
 grafana-pcp.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/grafana-pcp.spec b/grafana-pcp.spec
index 6b3e41b..2ee707a 100644
--- a/grafana-pcp.spec
+++ b/grafana-pcp.spec
@@ -16,7 +16,7 @@ end}
 
 Name:           grafana-pcp
 Version:        5.0.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Performance Co-Pilot Grafana Plugin
 License:        ASL 2.0
 URL:            https://github.com/performancecopilot/grafana-pcp
@@ -191,7 +191,7 @@ yarn test
 
 
 %changelog
-* Mon Sep 19 2022 Andreas Gerstmayr <agerstmayr@redhat.com> 5.0.0-3
+* Mon Sep 19 2022 Andreas Gerstmayr <agerstmayr@redhat.com> 5.0.0-4
 - install plugin in /usr/share and create symlink from /var using
   systemd-tmpfiles to work on rpm-ostree based distributions
 - drop makefile in favor of create_bundles.sh script