Bug 161786

Summary: RPM signing error
Product: [Fedora] Fedora Reporter: James Wilkinson <james>
Component: bitmap-fontsAssignee: David Zeuthen <davidz>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: jpmahowald, mclasen
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-29 21:48:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description James Wilkinson 2005-06-27 11:23:19 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511

Description of problem:
[root@kendrick RPMS]# rpm --checksig [bc]*
bitmap-fonts-0.3-4.noarch.rpm: (SHA1) DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#db42a60e)
compat-db-4.2.52-2.i386.rpm: (sha1) dsa sha1 md5 gpg OK
compat-db-4.2.52-2.x86_64.rpm: (sha1) dsa sha1 md5 gpg OK

[root@kendrick RPMS]# rpm -i bitmap-fonts-0.3-4.noarch.rpm
warning: bitmap-fonts-0.3-4.noarch.rpm: Header V3 DSA signature: NOKEY, key ID db42a60e

This means I can't download or install this through yum: yum gives the same error and won't proceed (sorry, the terminal crashed, so I can't give a script).

I have done
rpm --install /etc/pki/rpm-gpg/RPM-GPG-KEY*
and 
gpg --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
and yum's done this, too. The problem persists.

Am I being stupid?

Version-Release number of selected component (if applicable):
bitmap-fonts-0.3-4

How reproducible:
Always

Steps to Reproduce:
The only obvious setup step is that I started with a minimal install.

Additional info:

RPM above is on a loop-back mounted ISO image downloaded through bittorrent. YUm result is reproducable: I haven't edited anything under /etc/yum* yet.

Suggest that this package normally gets installed at system install, where keys are ignored, so most people won't notice this.

Comment 1 John Mahowald 2005-07-29 21:48:01 UTC
Works for me, try  "rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*"