diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-03 15:08:36 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-03 15:08:36 +0000 |
commit | acfa8ff6702e6c66132b2e8fab1d30a6b8f4fa42 (patch) | |
tree | 99315c0f5ce3f6936ec0602603b49b3f364c4e45 | |
parent | f7f9ba1ef7d3acee0e92b9d693e453daa0b0ae59 (diff) | |
download | perl-URPM-acfa8ff6702e6c66132b2e8fab1d30a6b8f4fa42.tar perl-URPM-acfa8ff6702e6c66132b2e8fab1d30a6b8f4fa42.tar.gz perl-URPM-acfa8ff6702e6c66132b2e8fab1d30a6b8f4fa42.tar.bz2 perl-URPM-acfa8ff6702e6c66132b2e8fab1d30a6b8f4fa42.tar.xz perl-URPM-acfa8ff6702e6c66132b2e8fab1d30a6b8f4fa42.zip |
Document URPM::verify_signature()
-rw-r--r-- | URPM.pm | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -334,6 +334,12 @@ Recognized options are: nodigests => 0 / 1 nosignatures => 0 / 1 +=item URPM::verify_signature($file) + +Verifies the signature of an RPM file. Returns a string that will contain "OK" +or "NOT OK" as well as a description of the found key (if successful) or of the +error (if signature verification failed.) + =item $urpm->import_pubkey(%options) Import a key in the RPM database. |