-
Notifications
You must be signed in to change notification settings - Fork 232
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
RFE: automatically import key for F(N+1) when building for rawhide #1338
Comments
We already do that. For long time. https://github.com/rpm-software-management/mock/blob/main/mock-core-configs/etc/mock/templates/fedora-rawhide.tpl#L45 |
IIUC, that is doing F(N-1), but we actually need F(N+1). |
Can we implement this as @keszybz proposes, and to not fail - always provide, in distribution-gpg-keys, the |
See #1342. But I think that next time we should also pay more attention to providing updated mock-core-configs |
Just trying my best to communicate the issue to the Fedora Releng team: https://pagure.io/releng/issue/12001 |
Every time we branch, there is a short period when local configuration thinks Rawhide==FN, but actually Rawhide==F(N+1), and gpg key verification fails. After branching, the packages in the F(N+1) compose are resigned using the F(N+1) key, so they do not pass verification with FN key.
It turns out that it's fairly easy to avoid this problem by importing the additional key.
I did such a change for mkosi and it solves the issue [1].
[1] systemd/mkosi@f221562
The text was updated successfully, but these errors were encountered: