public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Simon de Vlieger <cmdr@supakeen.com>
To: git-commits@fedoraproject.org
Subject: [rpms/systemd] rawhide: container: require `gnupg2`
Date: Sat, 26 Sep 2026 16:30:28 GMT [thread overview]
Message-ID: <179044022873.1.15881329473469823256.rpms-systemd-0d271eb51b7c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/systemd
Branch : rawhide
Commit : 0d271eb51b7cf8e7420eee1b3dc3fbf94c6f32e7
Author : Simon de Vlieger <cmdr@supakeen.com>
Date : 2026-09-25T21:35:50+02:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/systemd/c/0d271eb51b7cf8e7420eee1b3dc3fbf94c6f32e7?branch=rawhide
Log:
container: require `gnupg2`
`systemd-pull` executes `gpg2` as an external process at runtime for the
signature verification of downloads (`src/import/pull-common.c`,
`verify_gpg`).
Without `Requires` on it and with nothing else pulling it in signature
verification always fails.
Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>
---
diff --git a/systemd.spec b/systemd.spec
index 67d389f..74bd9f1 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -652,6 +652,7 @@ Requires: systemd%{_isa} = %{version}-%{release}
Requires(post): systemd%{_isa} = %{version}-%{release}
Requires(preun): systemd%{_isa} = %{version}-%{release}
Requires(postun): systemd%{_isa} = %{version}-%{release}
+Requires: gnupg2
Recommends: systemd-import-keys = %{noarch_requires_version}
# For systemd-vmspawn which uses qemu:
Recommends: qemu-kvm-core
reply other threads:[~2026-09-26 16:30 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=179044022873.1.15881329473469823256.rpms-systemd-0d271eb51b7c@fedoraproject.org \
--to=cmdr@supakeen.com \
--cc=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