#!/bin/sh

(echo "The following public key block can be used to verify RPM packages
built and signed by ALT Linux Team members, using \`rpmsign -K\' using
the GNU GPG package.  Questions about this key block should be sent
to security@altlinux.com.";
 echo;
 GNUPGHOME=/usr/lib/alt-gpgkeys gpg --export --armor)>"$WORKDIR/RPM-GPG-KEY"
