richardphibel / rpms / dnf

Forked from rpms/dnf 2 years ago
Clone

Blame SOURCES/0024-doc-Describe-how-gpg-keys-are-stored-for-repo_ggpche.patch

52b19a
From 00f3016ec0d79186f08c2f0ebf450bdc3dab1311 Mon Sep 17 00:00:00 2001
52b19a
From: =?UTF-8?q?Ale=C5=A1=20Mat=C4=9Bj?= <amatej@redhat.com>
52b19a
Date: Thu, 23 Jun 2022 09:33:45 +0200
52b19a
Subject: [PATCH] doc: Describe how gpg keys are stored for `repo_ggpcheck`
52b19a
 (RhBug:2020678)
52b19a
52b19a
https://bugzilla.redhat.com/show_bug.cgi?id=2020678
52b19a
---
52b19a
 doc/conf_ref.rst | 6 ++++++
52b19a
 1 file changed, 6 insertions(+)
52b19a
52b19a
diff --git a/doc/conf_ref.rst b/doc/conf_ref.rst
52b19a
index 885a4560..decb49ff 100644
52b19a
--- a/doc/conf_ref.rst
52b19a
+++ b/doc/conf_ref.rst
52b19a
@@ -906,6 +906,12 @@ configuration.
52b19a
     :ref:`boolean <boolean-label>`
52b19a
 
52b19a
     Whether to perform GPG signature check on this repository's metadata. The default is False.
52b19a
+    Note that GPG keys for this check are stored separately from GPG keys used in package signature
52b19a
+    verification. Furthermore, they are also stored separately for each repository.
52b19a
+
52b19a
+    This means that dnf may ask to import the same key multiple times. For example, when a key was
52b19a
+    already imported for package signature verification and this option is turned on, it may be needed
52b19a
+    to import it again for the repository.
52b19a
 
52b19a
 ``retries``
52b19a
     :ref:`integer <integer-label>`
52b19a
-- 
52b19a
2.36.1
52b19a