public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pg_activity] f44: Fix invalid extras in %pyproject_buildrequires -x
@ 2026-06-09 14:29 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-09 14:29 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/pg_activity
            Branch : f44
            Commit : 1f6b4485aece78768f1a98008980c2cc07ee41d7
            Author : Tomáš Hrnčiar <thrnciar@redhat.com>
            Date   : 2026-06-08T20:02:35+00:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/pg_activity/c/1f6b4485aece78768f1a98008980c2cc07ee41d7?branch=f44

            Log:
            Fix invalid extras in %pyproject_buildrequires -x

The extras requested via -x do not match the project's
upstream metadata, causing a build failure with the new
extras validation in pyproject-rpm-macros.

See: https://src.fedoraproject.org/rpms/pyproject-rpm-macros/pull-request/534

---
diff --git a/pg_activity.spec b/pg_activity.spec
index 76461db..e9cab93 100644
--- a/pg_activity.spec
+++ b/pg_activity.spec
@@ -31,7 +31,7 @@ Top like application for PostgreSQL server activity monitoring
 %autosetup
 
 %generate_buildrequires
-%pyproject_buildrequires -r -x tests
+%pyproject_buildrequires -r -x testing
 
 %build
 %pyproject_wheel

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

only message in thread, other threads:[~2026-06-09 14:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 14:29 [rpms/pg_activity] f44: Fix invalid extras in %pyproject_buildrequires -x 

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