|
Bugzilla – Full Text Bug Listing |
| Summary: | [ALP] transactional_update fails on latest Milestone 2 | ||
|---|---|---|---|
| Product: | [SUSE ALP - SUSE Adaptable Linux Platform] Granite | Reporter: | Paolo Stivanin <pstivanin> |
| Component: | Security | Assignee: | Security Team bot <security-team> |
| Status: | IN_PROGRESS --- | QA Contact: | |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Paolo Stivanin
2023-07-31 06:14:54 UTC
it is signed by the 4k openSUSE key. ALP does not know this key by default. As you seem to impor tRPMs directly t and not the repo, you also cant import the key. perhaps add some key import to the testcase? rpm --import http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key the test is skipping the gpg check though: # Leap Micro misses the gpg key for openSUSE:Maintenance space my $no_gpg_check = (is_leap_micro || is_alp) ? '-G' : ''; zypper_call "ar $no_gpg_check utt.repo" if (is_sle || is_sle_micro || is_leap_micro || is_alp); and it was working on Bedrock :hmmm: |