Bug 166309

Summary: Not correctly gpg signed
Product: [Fedora] Fedora Reporter: Jonathan Underwood <jonathan.underwood>
Component: switchdeskAssignee: Than Ngo <than>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: sopwith
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: 2005-08-19 16:53:17 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 Jonathan Underwood 2005-08-18 23:57:38 UTC
Description of problem:
This package isn't signed with the correct key

Version-Release number of selected component (if applicable):
4.0.6-3 

How reproducible:
every time

Steps to Reproduce:
1.yum install switchdesk-gui
2.complains that the installed key RPM-GPG-KEY-fedora is not correct for the package
3.
  
Actual results:
yum install switchdesk-gui
Setting up Install Process
Setting up repositories
flash                     100% |=========================|  903 B    00:00
extras                    100% |=========================| 1.1 kB    00:00
updates-released          100% |=========================|  951 B    00:00
base                      100% |=========================| 1.1 kB    00:00
Reading repository metadata in from local files
Excluding Packages from Fedora Extras 4 - i386
Finished
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for switchdesk-gui to pack into transaction set.
switchdesk-gui-4.0.6-3.no 100% |=========================|  19 kB    00:00
---> Package switchdesk-gui.noarch 0:4.0.6-3 set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 switchdesk-gui          noarch     4.0.6-3          base              126 k

Transaction Summary
=============================================================================
Install      1 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
Total download size: 126 k
Is this ok [y/N]: y
Downloading Packages:
(1/1): switchdesk-gui-4.0 100% |=========================| 126 kB    00:02
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID db42a60e
public key not available for switchdesk-gui-4.0.6-3.noarch.rpm
Retrieving GPG key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

The GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora (0x4F2A6FD2)
is already installed but is not the correct key for this package.


Expected results:
switchdesk should install


Additional info:

Comment 1 Than Ngo 2005-08-19 11:56:16 UTC
oh, i can reproduce this problem too.

Elliot, could you please do this package signing? thanks

Comment 2 Elliot Lee 2005-08-19 16:53:17 UTC
Hi,

Some of the packages in FC4 are signed with the Red Hat key rather than the
Fedora key - this is intentional and won't change especially for the FC4
packages already released. The workaround is to do 'rpm --import
/etc/pki/rpm-gpg/RPM-GPG-KEY' as root.