Blob Blame History Raw
#!/bin/sh
# Author: Athmane Madjoudj <athmanem@gmail.com>
# Note: This was a known issue in CentOS 6.0
# See: http://bugs.centos.org/view.php?id=4993

t_Log "Running $0 -  check that abrt is using CentOS' gpg keys."

grep -q "RPM-GPG-KEY-CentOS" /etc/abrt/gpg_keys

t_CheckExitStatus $?