>From ab0693d85975006feecbfbb8578b91c477fb0333 Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Fri, 29 Mar 2013 19:12:49 -0400 Subject: [PATCH 09/21] Updated check text of ensure_redhat_gpgkey_installed Old language contained incorrect command output. Red Hat products released after Oct 2010 and their updates are now signed with "release key 2" Ref : https://access.redhat.com/security/team/key/ --- RHEL6/input/system/software/updating.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/RHEL6/input/system/software/updating.xml b/RHEL6/input/system/software/updating.xml index 663faef..8aca607 100644 --- a/RHEL6/input/system/software/updating.xml +++ b/RHEL6/input/system/software/updating.xml @@ -30,7 +30,7 @@ To ensure the GPG key is installed, run: To ensure that the GPG key is installed, run:
$ rpm -q --queryformat "%{SUMMARY}\n" gpg-pubkey
The command should return the string below: -
gpg(Red Hat, Inc. (release key <security@redhat.com>)
+
gpg(Red Hat, Inc. (release key 2)  <security@redhat.com>
This key is necessary to cryptographically verify packages -- 1.7.1