Hi again, I want to report a rather long standing problem with signature checking: if the key is given via a gpgkey= option and gets installed during the session, yum still fails with a "not installed" error:
Downloading Packages: warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID bbad14ef Importing GPG key 0xBBAD14EF "OpenOffice.org OBS Project <[EMAIL PROTECTED]>" from http://download.opensuse.org/repositories/OpenOffice.org:/STABLE/openSUSE_10.2/repodata/repomd.xml.key Is this ok [y/N]: y Public key for OpenOffice_org-kde-2.3.1.2-1.2.i586.rpm is not installed Looking into it, could this be related with rpmUtils.miscutils.checkSig() running under a self.rpmdb.readOnlyTS() in yum/__init__.py? I would understand the read only transaction as non modifiable, and installing a key is a modification. But that doesn't explain, why yum doesn't complain about a missing key on the next run.. Is this a well known problem? Pete yum 3.2.10, rpm 4.4.2 _______________________________________________ Yum-devel mailing list [email protected] https://lists.dulug.duke.edu/mailman/listinfo/yum-devel
