public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pypdf] rawhide: Add rpminspect config that expects extra metapackages to be empty
@ 2026-08-10 13:27
0 siblings, 0 replies; only message in thread
From: @ 2026-08-10 13:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-pypdf
Branch : rawhide
Commit : 6b8a4c3a784e1cd428c54138e681fcfba9d84ae8
Author : Tadej Janež <tadej.j@nez.si>
Date : 2026-08-10T14:44:40+02:00
Stats : +17/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-pypdf/c/6b8a4c3a784e1cd428c54138e681fcfba9d84ae8?branch=rawhide
Log:
Add rpminspect config that expects extra metapackages to be empty
Assisted-by: Claude Opus 5
---
diff --git a/rpminspect.yaml b/rpminspect.yaml
new file mode 100644
index 0000000..41458ff
--- /dev/null
+++ b/rpminspect.yaml
@@ -0,0 +1,17 @@
+---
+# Per-package rpminspect configuration. See:
+# https://rpminspect.readthedocs.io/en/latest/configuration.html
+#
+# The extras metapackages generated by %pyproject_extras_subpkg carry nothing
+# but Requires on the extras' dependencies, so an empty payload is expected.
+# Names are compared exactly, so every subpackage has to be listed and this
+# needs updating if the extras in the spec file change.
+#
+# Despite living under emptyrpm, this list is also read by the lostpayload
+# inspection, which is the one that reports on rebuilds.
+emptyrpm:
+ expected_empty:
+ - python3-pypdf+crypto
+ - python3-pypdf+fonts
+ - python3-pypdf+image
+ - python3-pypdf+full
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 13:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 13:27 [rpms/python-pypdf] rawhide: Add rpminspect config that expects extra metapackages to be empty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox