From acfa8ff6702e6c66132b2e8fab1d30a6b8f4fa42 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 3 Mar 2006 15:08:36 +0000 Subject: Document URPM::verify_signature() --- URPM.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/URPM.pm b/URPM.pm index 7953b46..cfa2d56 100644 --- a/URPM.pm +++ b/URPM.pm @@ -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. -- cgit v1.2.1