summaryrefslogtreecommitdiff
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorMartin Krizek <martin.krizek@gmail.com>2023-04-25 08:26:05 +0200
committerGitHub <noreply@github.com>2023-04-25 08:26:05 +0200
commit36df60e2265f417d6211f30b10691dc8ae685d2c (patch)
tree15d270f13044856e17ecce3f6342ea7f7da20f6f /changelogs/fragments
parentabc58c026b2e91af4a2bb57f7bfe21c609bd3de9 (diff)
downloadansible-36df60e2265f417d6211f30b10691dc8ae685d2c.tar.gz
dnf5: use new API to check package signatures (#80609)
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/dnf5-gpg-check-api.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/dnf5-gpg-check-api.yml b/changelogs/fragments/dnf5-gpg-check-api.yml
new file mode 100644
index 0000000000..c2b2ac6f05
--- /dev/null
+++ b/changelogs/fragments/dnf5-gpg-check-api.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - dnf5 - Use ``transaction.check_gpg_signatures`` API call to check package signatures AND possibly to recover from when keys are missing.