- Improve set_systemd_services_states logging - [IPU 7 -> 8] Fix detection of bootable device on RAID - Fix detection of valid sshd config with internal-sftp subsystem in Leapp - Handle a false positive GPG check error when TargetUserSpaceInfo is missing - Fix failing "update-ca-trust" command caused by missing util-linux package - Improve report when a system is unsupported - Fix handling of versions in RHUI configuration for ELS and SAP upgrades - Add missing RHUI GCP config info for RHEL for SAP - Resolves: RHEL-33902, RHEL-30573, RHEL-43978, RHEL-39046, RHEL-39047, RHEL-39049
27 lines
997 B
Diff
27 lines
997 B
Diff
From ba58aa90fa500fcbf2d1ca362074192324201ff6 Mon Sep 17 00:00:00 2001
|
|
From: Matej Matuska <mmatuska@redhat.com>
|
|
Date: Thu, 27 Jun 2024 15:42:53 +0200
|
|
Subject: [PATCH 85/92] Define empty obsoleted RPM GPG keys for RHEL 10
|
|
|
|
No keys will be obosoleted, however it's expected to define the list.
|
|
---
|
|
.../common/files/distro/rhel/gpg-signatures.json | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/repos/system_upgrade/common/files/distro/rhel/gpg-signatures.json b/repos/system_upgrade/common/files/distro/rhel/gpg-signatures.json
|
|
index 0d40e001..8a5471a8 100644
|
|
--- a/repos/system_upgrade/common/files/distro/rhel/gpg-signatures.json
|
|
+++ b/repos/system_upgrade/common/files/distro/rhel/gpg-signatures.json
|
|
@@ -13,6 +13,7 @@
|
|
"gpg-pubkey-37017186-45761324",
|
|
"gpg-pubkey-db42a60e-37ea5438"
|
|
],
|
|
- "9": ["gpg-pubkey-d4082792-5b32db75"]
|
|
+ "9": ["gpg-pubkey-d4082792-5b32db75"],
|
|
+ "10": []
|
|
}
|
|
}
|
|
--
|
|
2.42.0
|
|
|