- rpm.8: gpg uses GNUPGHOME, not GPGPATH (#76691).
authorjbj <devnull@localhost>
Fri, 25 Oct 2002 15:40:08 +0000 (15:40 +0000)
committerjbj <devnull@localhost>
Fri, 25 Oct 2002 15:40:08 +0000 (15:40 +0000)
CVS patchset: 5818
CVS date: 2002/10/25 15:40:08

CHANGES
doc/rpm.8
rpm.spec.in

diff --git a/CHANGES b/CHANGES
index 35298aa..24f0469 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,7 @@
        - add /usr/lib/rpm/rpmdeps.
        - add /usr/lib/rpm/magic.
        - fix: /dev/initctl has not MD5 segfault (#76718).
+       - rpm.8: gpg uses GNUPGHOME, not GPGPATH (#76691).
 
 4.0.4 -> 4.1:
        - loosely wire beecrypt library into rpm.
index 5bce9a0..faebb5b 100644 (file)
--- a/doc/rpm.8
+++ b/doc/rpm.8
@@ -783,7 +783,7 @@ In order to sign packages using GPG, \fBrpm\fR
 must be configured to run GPG and be able to find a key
 ring with the appropriate keys. By default,
 \fBrpm\fR uses the same conventions as GPG
-to find key rings, namely the \fB$GPGPATH\fR environment
+to find key rings, namely the \fB$GNUPGHOME\fR environment
 variable.  If your key rings are not located where GPG expects
 them to be, you will need to configure the macro
 \fB%_gpg_path\fR
index 57fb9e7..efc63ed 100644 (file)
@@ -485,6 +485,7 @@ exit 0
 %changelog
 * Fri Oct 25 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.6
 - fix: /dev/initctl has not MD5 segfault (#76718).
+- rpm.8: gpg uses GNUPGHOME, not GPGPATH (#76691).
 
 * Thu Oct 24 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.5
 - add /usr/lib/rpm/rpmdeps.