From a73c0687482fc097d707ed5549b23d80a4daa551 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Wed, 7 Jan 2015 20:51:08 -0500 Subject: [PATCH] Change the gpg key to [xCAT Security Key] --- builddep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builddep.sh b/builddep.sh index 62c13467d..ab8839896 100755 --- a/builddep.sh +++ b/builddep.sh @@ -92,7 +92,7 @@ if [ "$OSNAME" != "AIX" ]; then echo '%_signature gpg' >> $MACROS fi if ! $GREP -q '%_gpg_name' $MACROS 2>/dev/null; then - echo '%_gpg_name Jarrod Johnson' >> $MACROS + echo '%_gpg_name xCAT Security Key' >> $MACROS fi # Sign the rpms that are not already signed. The "standard input reopened" warnings are normal.