error10 / bitcoin-dist

RPM distribution of bitcoin
3 stars 0 forks source link

Header V4 RSA/SHA1 signature: BAD, key ID a4360c84 #4

Closed j28132 closed 10 years ago

j28132 commented 10 years ago

Sorry if wasting your time on this, but been banging my head on this for a while and would like to think I'm not totally inept...

# rpm -i bitcoin-release-1-4.noarch.rpm 
error: bitcoin-release-1-4.noarch.rpm: Header V4 RSA/SHA1 signature: BAD, key ID a4360c84
error: bitcoin-release-1-4.noarch.rpm cannot be installed

# wget http://linux.ringingliberty.com/bitcoin/RPM-GPG-KEY-bitcoin
# rpm --import RPM-GPG-KEY-bitcoin 
# rpm -i bitcoin-release-1-4.noarch.rpm 
error: bitcoin-release-1-4.noarch.rpm: Header V4 RSA/SHA1 signature: BAD, key ID a4360c84
error: bitcoin-release-1-4.noarch.rpm cannot be installed

# rpm -qa gpg-pubkey*
...
gpg-pubkey-a4360c84-4e1ff594
...

# rpm -K bitcoin-release-1-4.noarch.rpm 
bitcoin-release-1-4.noarch.rpm: RSA sha1 MD5 PGP md5 NOT OK

Am I missing something obvious here, or is the signing askew...?

error10 commented 10 years ago

This issue should be resolved with bitcoin-release-1-5.noarch.rpm, which is now available in the repositories. Please reopen this issue if you find that it is not resolved for you.

[root@fedoratest ~]# rpm --import http://linux.ringingliberty.com/bitcoin/RPM-GPG-KEY-bitcoin
[root@fedoratest ~]# wget http://linux.ringingliberty.com/bitcoin/f19/x86_64/bitcoin-release-1-5.noarch.rpm
--2013-12-09 21:25:00--  http://linux.ringingliberty.com/bitcoin/f19/x86_64/bitcoin-release-1-5.noarch.rpm
Resolving linux.ringingliberty.com (linux.ringingliberty.com)... 2a00:f48:1025:feed:b00b:feed:5f90:2d90, 62.113.196.148
Connecting to linux.ringingliberty.com (linux.ringingliberty.com)|2a00:f48:1025:feed:b00b:feed:5f90:2d90|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7192 (7.0K) [application/x-redhat-package-manager]
Saving to: ‘bitcoin-release-1-5.noarch.rpm’

100%[======================================>] 7,192       --.-K/s   in 0.003s  

2013-12-09 21:25:01 (2.12 MB/s) - ‘bitcoin-release-1-5.noarch.rpm’ saved [7192/7192]

[root@fedoratest ~]# rpm -K bitcoin-release-1-5.noarch.rpm 
bitcoin-release-1-5.noarch.rpm: rsa sha1 (md5) pgp md5 OK
[root@fedoratest ~]# rpm -ivh bitcoin-release-1-5.noarch.rpm 
Preparing...                          ################################# [100%]
Updating / installing...
   1:bitcoin-release-1-5              ################################# [100%]
[root@fedoratest ~]#