summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMartin Krizek <martin.krizek@gmail.com>2023-04-25 16:11:32 +0200
committerGitHub <noreply@github.com>2023-04-25 09:11:32 -0500
commit78eecfb9dc503a2eadb66404451318ebffe2d7d9 (patch)
treecfac0bb55ffb5992f102969741194ec6db180789 /changelogs
parent53fd504935812fdb65e5ae9c156009efbafaad7f (diff)
downloadansible-78eecfb9dc503a2eadb66404451318ebffe2d7d9.tar.gz
dnf5: use new API to check package signatures (#80609) (#80622)
(cherry picked from commit 36df60e2265f417d6211f30b10691dc8ae685d2c)
Diffstat (limited to 'changelogs')
-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.