Change the gpg key to [xCAT Security Key]

This commit is contained in:
daniceexi 2015-01-07 20:51:08 -05:00
parent 4ea9e9d6fc
commit a73c068748

View File

@ -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.