-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openhab-3.4.4-2.noarch.rpm - Error: GPG check FAILED #220
Comments
One addition which might shed some light:
Were there any changes with the key on: |
Hi @dwrobel, thanks for letting us know! The public key was expiring so was updated on the 2023-07-02. There was no change to the private key used to sign the package so I am a little unsure what would be causing the issue. I'll try to recreate the problem and advise. |
@dwrobel, I couldn't replicate the issue but in each test the DNF install had to install the new key. # rpmkeys --checksig --root / --verbose --define="_pkgverify_level signature" --define="_pkgverify_flags 0x0" openhab-3.4.4-2.noarch.rpm
openhab-3.4.4-2.noarch.rpm:
Header V4 RSA/SHA256 Signature, key ID a224060a: OK
[...] Does |
I can reproduce it without any problem. It's just enough for me to remove the good GPG key (the one which content ends up with '=r37a' string):
|
Thanks again @dwrobel, I can now replicate using the same steps. This isn't happening with the latest milestone or any of the current snapshots for openHAB 4. @kaikreuzer fyi. I think the best thing to do is to try and release a 3.4.4-3 (assuming it will work as the other new packages are) so that a working openHAB 3 package exists. I can then find what maybe causing it. |
@BClark09 Here you go: https://ci.openhab.org/view/Release%20Jobs/job/openhab-linuxpkg-release/24/ |
I built https://ci.openhab.org/view/Release%20Jobs/job/openhab-linuxpkg-patch-release/4/console instead because I think that one tracks the main branch rather than the 3.x branch therefore requiring Java 17. I think I'll rename this now that openHAB 4 is out.
|
Ah, you're right, I used the wrong build plan... 🙄 |
I'm trying to install
openhab-3.4.4-2.noarch.rpm
onFedora38
Server
aarch64
platform.I have the
.repo
file:Installation fails as follows:
Output from
rpmkeys
:Key info:
FYI, I have two other machines where I have exactly the same package installed without any problems. The only difference is that I don't remember when the RPM keys got installed on those machines.
Here is the key info on machine on which I have the package already installed:
Comparing the content (within BEGIN and END lines) returns the following (where the old-key is from the machine which
already has the package installed):
If I copy the key from machine where the package is installed (using rpm -qi gpg-pubkey-a224060a-55b3f8e6)
then erase and import it on the new machine then I can successfully install the package:
The text was updated successfully, but these errors were encountered: