up2dateを実行すると以下のエラーが発生。
=======================================================================
# up2date --nox -u
Your GPG keyring does not contain the Red Hat, Inc. public key.
Without it, you will be unable to verify that packages Update Agent
downloads
are securely signed by Red Hat.
Your Update Agent options specify that you want to use GPG.
To install the key, run the following as root:
rpm --import /usr/share/rhn/RPM-GPG-KEY
=======================================================================
次のコマンドを実行しても,同じ現象。
# rpm --import /usr/share/rhn/RPM-GPG-KEY
=======================================================================
対策をWEBで探すと,以下のコマンドで解決。
# rpm --import /usr/share/rhn/RPM-GPG-KEY-fedora
up2dateのエラーメッセージがおかしいらしい。
修正される予定らしい。