diff options
author | jbj <devnull@localhost> | 1999-08-18 18:28:36 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-08-18 18:28:36 +0000 |
commit | 5eca02dc3469eb2a76412d50c4543d93e1517630 (patch) | |
tree | 14c955f32665a52e8d8b2cd3cff108be201bbdab /doc/manual/signatures | |
parent | 5a8aceb05e843bfb523b91a904846ec23276350c (diff) | |
download | librpm-tizen-5eca02dc3469eb2a76412d50c4543d93e1517630.tar.gz librpm-tizen-5eca02dc3469eb2a76412d50c4543d93e1517630.tar.bz2 librpm-tizen-5eca02dc3469eb2a76412d50c4543d93e1517630.zip |
Documentation fiddles (#3638).
CVS patchset: 3238
CVS date: 1999/08/18 18:28:36
Diffstat (limited to 'doc/manual/signatures')
-rw-r--r-- | doc/manual/signatures | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/manual/signatures b/doc/manual/signatures index 503b0f6d8..39c08f5e7 100644 --- a/doc/manual/signatures +++ b/doc/manual/signatures @@ -17,16 +17,19 @@ Whereas previously you needed many rpmrc entries to clue in RPM about keyring locations and such, RPM now behaves as PGP users would expect. The PGPPATH environment variable can be used to specify keyring locations. You can also use a -"pgp_path:" line in your rpmrc to specify a different value +"%_pgpbin" line in your macros file to specify a different value for RPM to use for PGPPATH. If neither of these are used PGP uses its default ($HOME/.pgp). -If you just want to verify packages, you do not need any entries -in your rpmrc (except possibly "pgp_path:"). The minimal rpmrc -entries to use PGP for package building are: +If you just want to verify packages, you need to supply values +for the macros + %_pgpbin the path to the pgp executable + %_signature the type of signature to use -signature: pgp -pgp_name: <name to uniquely select the key to use for signing> +In order to be able to sign packages, you may also have to +supply values for + %_pgp_name the pgp signature to use for signing + %_pgp_path the path to the key ring Signature Creation ------------------ |