forked from rpms/leapp-repository
29 lines
966 B
Diff
29 lines
966 B
Diff
From 7e345c872b073022c459f40ae404a8a38a90038b Mon Sep 17 00:00:00 2001
|
|
From: Matej Matuska <mmatuska@redhat.com>
|
|
Date: Fri, 19 Sep 2025 16:41:22 +0200
|
|
Subject: [PATCH 073/111] Update centos gpg-signatures map
|
|
|
|
Add SIG Extras key to "keys".
|
|
---
|
|
.../common/files/distro/centos/gpg-signatures.json | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/repos/system_upgrade/common/files/distro/centos/gpg-signatures.json b/repos/system_upgrade/common/files/distro/centos/gpg-signatures.json
|
|
index fe85e03c..1be56176 100644
|
|
--- a/repos/system_upgrade/common/files/distro/centos/gpg-signatures.json
|
|
+++ b/repos/system_upgrade/common/files/distro/centos/gpg-signatures.json
|
|
@@ -1,8 +1,9 @@
|
|
{
|
|
"keys": [
|
|
"24c6a8a7f4a80eb5",
|
|
+ "4eb84e71f2ee9d55",
|
|
"05b555b38483c65d",
|
|
- "4eb84e71f2ee9d55"
|
|
+ "1ff6a2171d997668"
|
|
],
|
|
"obsoleted-keys": {
|
|
"10": ["gpg-pubkey-8483c65d-5ccc5b19"]
|
|
--
|
|
2.52.0
|
|
|