diff options
author | jbj <devnull@localhost> | 2002-10-25 15:40:08 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-10-25 15:40:08 +0000 |
commit | 1cf7c12c53c65e1173e9ff4c48b5d9f74b8bb845 (patch) | |
tree | 2717454b0f9d3437aa22d28144ee27bb040a5c69 /doc | |
parent | d65517beca09a6049052f82c7e55c63530489acc (diff) | |
download | librpm-tizen-1cf7c12c53c65e1173e9ff4c48b5d9f74b8bb845.tar.gz librpm-tizen-1cf7c12c53c65e1173e9ff4c48b5d9f74b8bb845.tar.bz2 librpm-tizen-1cf7c12c53c65e1173e9ff4c48b5d9f74b8bb845.zip |
- rpm.8: gpg uses GNUPGHOME, not GPGPATH (#76691).
CVS patchset: 5818
CVS date: 2002/10/25 15:40:08
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rpm.8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |