public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/systemd] rawhide: container: require `gnupg2`
@ 2026-09-26 16:30 Simon de Vlieger
  0 siblings, 0 replies; only message in thread
From: Simon de Vlieger @ 2026-09-26 16:30 UTC (permalink / raw)
  To: git-commits

            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

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

only message in thread, other threads:[~2026-09-26 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-26 16:30 [rpms/systemd] rawhide: container: require `gnupg2` Simon de Vlieger

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