[openSUSE][RPM] Create the legacy qemu-kvm symlink for all arches #56

Merged
dfaggioli merged 1 commits from factory-rpmfixes into factory 2024-02-17 03:09:20 +01:00

1 Commits

Author SHA1 Message Date
1799b364d7 [openSUSE][RPM] Create the legacy qemu-kvm symlink for all arches
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
Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
2024-02-17 03:08:54 +01:00