|
Bugzilla – Full Text Bug Listing |
| Summary: | Leap Micro 6.0 - used signing keys 09d9ea69: NOKEY | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Leap Micro | Reporter: | Lubos Kocman <lubos.kocman> |
| Component: | Base | Assignee: | Lubos Kocman <lubos.kocman> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | 6.0 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Lubos Kocman
2024-04-16 21:26:27 UTC
I've copypaced last week's openSUSE-build-key from Factory which has ALP key. I did make a request for autobuild to switch signing key to 4k one. Hi Lubos, it seems you already started to fix the issues, so I assign it to you, please feel free to reassign whenever necessary, thanks. Resolved by using the recent openSUSE-build-key. I ensured that keys are imported in all of our appliances/images incuding toolbox. There will be a bit of a problem for upgrade from 5.5, as we technically don't have any update channel for openSUSE packages, only for SLES ones and the key is attached in the openSUSE-build-key from Micro 6.0. You could do zypper --releasever 6.0 openSUSE-build-key followed by for i in /usr/lib/rpm/gnupg/keys/gpg-pubkey*asc; do rpm --import $i || true done Similarly how we do it e.g. for toolbox https://build.opensuse.org/projects/openSUSE:Leap:Micro:6.0/packages/opensuse-toolbox-image/files/config.sh?expand=1 |