public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-pypdf] rawhide: Add rpminspect config that expects extra metapackages to be empty
Date: Mon, 10 Aug 2026 13:27:12 GMT [thread overview]
Message-ID: <178636843253.1.5041519776347598367.rpms-python-pypdf-6b8a4c3a784e@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-10 13:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178636843253.1.5041519776347598367.rpms-python-pypdf-6b8a4c3a784e@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox