- rpm.8: gpg uses GNUPGHOME, not GPGPATH (#76691).
CVS patchset: 5818 CVS date: 2002/10/25 15:40:08
This commit is contained in:
parent
d65517beca
commit
1cf7c12c53
1
CHANGES
1
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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue