Hello, Function to retrieve signture keyid for a given object? package.signature()???? Thanks. -- Thomas Jones -- To unsubscribe, e-mail: zypp-devel+unsubscribe@opensuse.org To contact the owner, e-mail: zypp-devel+owner@opensuse.org
On Sunday 24 February 2013 14:17:54 Thomas R. Jones wrote:
Function to retrieve signture keyid for a given object? package.signature()????
Not available. We don't need the signature as we know the packages checksum. The checksums are derived from a signed master index file (content or repomd.xml), so we can trust them. (If the .rpm file is actually available, you can use RpmHeader::readPackage to read the rpm header and then retrieve the desired tags value.) -- cu, Michael Andres +------------------------------------------------------------------+ Key fingerprint = 2DFA 5D73 18B1 E7EF A862 27AC 3FB8 9E3A 27C6 B0E4 +------------------------------------------------------------------+ Michael Andres SUSE LINUX Products GmbH, Development, ma@suse.de GF:Jeff Hawn,Jennifer Guild,Felix Imendörffer, HRB16746(AG Nürnberg) Maxfeldstrasse 5, D-90409 Nuernberg, Germany, ++49 (0)911 - 740 53-0 +------------------------------------------------------------------+ -- To unsubscribe, e-mail: zypp-devel+unsubscribe@opensuse.org To contact the owner, e-mail: zypp-devel+owner@opensuse.org
participants (2)
-
Michael Andres
-
Thomas R. Jones