diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.cfg | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-12-15 Jim Meyering <meyering@redhat.com> + + * Makefile.cfg (gpg_key_ID): Use new, longer signing subkey. + 2007-12-12 Jim Meyering <meyering@redhat.com> * tests/mv/part-symlink: Redirect diff output to stderr. diff --git a/Makefile.cfg b/Makefile.cfg index 34812068e..d1116bc66 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -25,7 +25,7 @@ url_dir_list = \ ftp://$(gnu_rel_host)/gnu/coreutils # The GnuPG ID of the key used to sign the tarballs. -gpg_key_ID = D333CBA1 +gpg_key_ID = B9AB9A16 # Tests not to run as part of "make distcheck". # Exclude changelog-check here so that there's less churn in ChangeLog |