public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/grafana] rawhide: Fix rpmdeplint failure from new grafana-frontend.noarch subpackage
@ 2026-08-27 17:21 Sam Feifer
  0 siblings, 0 replies; only message in thread
From: Sam Feifer @ 2026-08-27 17:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/grafana
Branch : rawhide
Commit : e2444900d4082c070713a66ecc1db03d0aa284b2
Author : Sam Feifer <sfeifer@redhat.com>
Date   : 2026-08-27T13:20:04-04:00
Stats  : +8/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/grafana/c/e2444900d4082c070713a66ecc1db03d0aa284b2?branch=rawhide

Log:
Fix rpmdeplint failure from new grafana-frontend.noarch subpackage

---
diff --git a/grafana.spec b/grafana.spec
index 85b95f7..b1d20e3 100644
--- a/grafana.spec
+++ b/grafana.spec
@@ -22,7 +22,7 @@ end}
 
 Name:             grafana
 Version:          12.4.3
-Release:          4%{?dist}
+Release:          5%{?dist}
 Summary:          Metrics dashboard and graph editor
 License:          AGPL-3.0-only
 URL:              https://grafana.org
@@ -887,6 +887,10 @@ SELinux policy module supporting grafana
 %package frontend
 Summary:          Grafana frontend assets
 BuildArch:        noarch
+# The compiled frontend assets used to be shipped by the main grafana package
+# (<= 12.4.3-3). They moved into this subpackage in 12.4.3-4, so take ownership
+# from those older grafana packages to avoid a file conflict on upgrade.
+Obsoletes:        grafana < 12.4.3-4
 
 %description frontend
 Compiled frontend assets (JavaScript, CSS, images) for Grafana.
@@ -1191,6 +1195,9 @@ done
 %endif
 
 %changelog
+* Thu Aug 27 2026 Sam Feifer <sfeifer@redhat.com> 12.4.3-5
+- Fix the rpmdeplint failure caused by the new grafana-frontend.noarch
+
 * Wed Aug 26 2026 Sam Feifer <sfeifer@redhat.com> 12.4.3-4
 - Rework the frontend build process to no longer rely on a prebuilt artifact and instead build a noarch subpackge
 - Build the grafana-selinux noarch subpackage only on x86_64, matching the frontend

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-27 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 17:21 [rpms/grafana] rawhide: Fix rpmdeplint failure from new grafana-frontend.noarch subpackage Sam Feifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox