[openSUSE][RPM] Create the legacy qemu-kvm symlink for all arches #56
Reference in New Issue
Block a user
Delete Branch "factory-rpmfixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Historically, KVM was available only for x86 and s390, and was invoked via a binary called 'kvm' or 'qemu-kvm'. For a while, we've shipped a package that was making it possible to invoke QEMU like that, but only for these two arches. This, however, created a lot of confusion and dependencies issues.
Fix them by creating a symlink from 'qemu-kvm' to the proper binary on all arches and by making the main QEMU package Providing and Obsoleting (also on all arches) the old qemu-kvm one.
References: bsc#1218684