diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-01-08 15:04:58 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-01-08 15:04:58 +0200 |
commit | b7ba50c3a5ab54a142d6616f1f4029c475f23cf5 (patch) | |
tree | 38543decad98020c28a32a04f4d7d6a8d897f784 /doc | |
parent | 685361038e87d321bd0f0d1451471df923ce667b (diff) | |
download | librpm-tizen-b7ba50c3a5ab54a142d6616f1f4029c475f23cf5.tar.gz librpm-tizen-b7ba50c3a5ab54a142d6616f1f4029c475f23cf5.tar.bz2 librpm-tizen-b7ba50c3a5ab54a142d6616f1f4029c475f23cf5.zip |
Update docs wrt gpg path macro (rhbz#476201)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rpm.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -807,12 +807,12 @@ using the executable \fI/usr/bin/gpg\fR you would include %_signature gpg %_gpg_path /etc/rpm/.gpg %_gpg_name John Doe <jdoe@foo.com> -%_gpgbin /usr/bin/gpg +%__gpg /usr/bin/gpg .fi .PP in a macro configuration file. Use \fI/etc/rpm/macros\fR for per-system configuration and \fI~/.rpmmacros\fR -for per-user configuration. +for per-user configuration. Typically it's sufficient to set just %_gpg_name. .SS "REBUILD DATABASE OPTIONS" .PP The general form of an rpm rebuild database command is |