Bug 109985

Summary: krb5-workstation install with apt-get has incorrect GPG signature
Product: [Fedora] Fedora Reporter: Michael Ihde <mike.ihde>
Component: krb5Assignee: Nalin Dahyabhai <nalin>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-11-13 19:16:28 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 Michael Ihde 2003-11-13 18:05:12 UTC
Description of problem:
apt-get cannot install krb5-workstation becuase of GPG signature problem.

Version-Release number of selected component (if applicable):
1.3.1-6_i386

How reproducible:
Always


Steps to Reproduce:
1. apt-get update /* Just to be sure */
2. apt-get install krb5-workstation

  
Actual results:
[root@localhost maihde]# apt-get install krb5-workstation
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  krb5-workstation
0 packages upgraded, 1 newly installed, 0 removed and 2 not upgraded.
Need to get 816kB of archives.
After unpacking 1629kB of additional disk space will be used.
Get:1 http://download.fedora.us fedora/1/i386/os krb5-workstation
1.3.1-6 [816kB]
Fetched 816kB in 3s (242kB/s)
Checking GPG signatures...
Unknown signature
/var/cache/apt/archives/krb5-workstation_1.3.1-6_i386.rpm: (SHA1) DSA
sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#4f2a6fd2)
E: Error: 0 unsigned packages
1 unknown signatures
0 illegal/corrupted signatures


Expected results:
krb5-workstation installed

Comment 1 Nalin Dahyabhai 2003-11-13 19:16:28 UTC
This part of the error message from apt:
  (GPG) NOT OK (MISSING KEYS: GPG#4f2a6fd2)
suggests that you don't have this key on your key ring.

You need to import the fedora key by locating the RPM-GPG-KEY-fedora
file in the top-level of your installation tree and adding it to your
RPM key ring by running "rpm --import" on that file.