action #66337
closedqemu-uefi-aarch64 is too old since openqa-aarch64 reinstallation
0%
Description
Since openqa-aarch64 has been reinstalled, qemu-uefi-aarch64 from Leap 15.1 is used but is too old to boot from HTTP properly.
See: https://openqa.opensuse.org/tests/1250998
So, we should update this package from the latest Tumbleweed. No need to use a repo, installing it manually should be fine.
Updated by okurz over 4 years ago
- Status changed from New to Feedback
- Assignee set to okurz
Found a mismatch in repos against the old. Did
zypper ar -p 105 -f http://download.opensuse.org/repositories/Virtualization/openSUSE_Factory_ARM/Virtualization.repo && zypper mr -p 95 devel:openQA && zypper mr -p 90 devel:openQA:Leap:15.1 && zypper ref
transactional-update shell
zypper install qemu-uefi-aarch64-202002-139.1.noarch qemu-uefi-aarch32-202002-139.1.noarch
exit
reboot
this was basically a repetition of #51953 unfortunately
Updated by okurz over 4 years ago
- Status changed from Feedback to Resolved
Updated by favogt over 4 years ago
Someone ran zypper dup
which downgraded to the old version again due to the higher prio of the 15.1 repos.
To prevent that from happening again, I locked qemu-uefi-aarch32
after upgrading. qemu-uefi-aarch64
was already locked and so not impacted.
Updated by okurz over 4 years ago
I guess I made the mistake to only apply the lock to the 64 bit package, not the 32 bit one. And I did zypper dup
.