diff --git a/CHANGES b/CHANGES index 35298aa05..24f046905 100644 --- 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. diff --git a/doc/rpm.8 b/doc/rpm.8 index 5bce9a040..faebb5b84 100644 --- 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 diff --git a/rpm.spec.in b/rpm.spec.in index 57fb9e7e4..efc63ed44 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -485,6 +485,7 @@ exit 0 %changelog * Fri Oct 25 2002 Jeff Johnson 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 4.2-0.5 - add /usr/lib/rpm/rpmdeps.