From 7177402e329cb0264da829daab9902a232659a0d Mon Sep 17 00:00:00 2001 From: Jon Stanley Date: Sat, 25 Jul 2009 20:35:55 -0400 Subject: Added licensing information and brief README --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..adf293f --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +This nifty little script will take either the RPM's that you specify on the +commandline, or the entire RPM database if none are specified, and output in +either a machine-readable comma separated form (with the -m option), or a more +human readable list what key was used to sign the RPM's. + +This depends on the keys being imported into the RPM database. If they aren't, +then they are categorized as "Unknown key ". If packages are unsigned, +they are categorized as such. -- cgit