-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
x264-xpra installation on CentOS 7 fails (GPG key not installed) #3499
Comments
This is caused by #3446 - an RPM package can only be signed by a single key. Most users have the "old" (2018) one installed, but because of #3446, there is now an updated key - without SHA1 signatures. The old key (with SHA1 amongst the signatures) is here: I have switched back to pointing to the older key by default here: So things should work again by default. Anyone still encountering problems should:
|
Indeed, that fixes it for me. For reference, I have been using a "from scratch" installation of CentOS 7 (actually, a container build), so it was "fresh" and had no memory of older keys.
I have not tested this, but the syntax is supported — maybe this would cause |
git-svn-id: https://xpra.org/svn/Xpra@28375 3bb7dfac-3a0b-4e04-842a-767bc560f471
git-svn-id: https://xpra.org/svn/Xpra@28376 3bb7dfac-3a0b-4e04-842a-767bc560f471
Done. |
@totaam I tested it right now on CentOS 7, again with a fresh system — while it indicates both keys are fetched, it still seems to fail:
So while this has fetched both keys, it seems only one is imported. Maybe there is some misled intelligence not checking for signature differences :-(. |
Just tried it in two separate CentOS 7 VMs, and the installation / update did install both keys. |
You are correct, it's my bad. Apparently my testing VM was not fully cleansed between the tests. While I did purge the repo, and clean all cached repository content and packages, apparently the presence of the single already-imported GPG key from the previous tests broke it. So in fact, the issue is fixed. I tried now with a completely virgin CentOS 7 container, and it works. I could also make it work on the VM by first purging the previously imported GPG key. Sorry for causing you extra testing work due to my unclean environment :-(. At least, in case another user is affected by this at some point, it means cleaning out the imported GPG keys may be needed, as follows:
It seems the presence of |
For GPG key issues, please refer to #3863 |
@totaam Many thanks, I can confirm that the new keys are working on my end even on good old CentOS 7. The students and scientists using XPRA in their scientific work will be happy about the continued energy you breathe into the project! ❤️ |
Describe the bug
Even though the repository is added and the
gpgp.asc
is imported, package installation fails, claiming the key is not installed.Note this is new behaviour since <24 hours.
To Reproduce
Steps to reproduce the behavior:
System Information (please complete the following information):
CentOS Linux release 7.9.2009 (Core)
Additional context
The issue can also be confirmed manually:
However, the import seems to have gone well:
The text was updated successfully, but these errors were encountered: