[openSUSE][RPM] Fix handling of qemu-kvm legacy package for RISCV #58

Merged
dfaggioli merged 1 commits from factory-fixqkvm into factory 2024-02-19 11:12:56 +01:00

1 Commits

Author SHA1 Message Date
dbcc2248ed [openSUSE][RPM] Fix handling of qemu-kvm legacy package for RISCV
Create the (legacy) qemu-kvm link for RISCV as well.

Note that the qemu-system-riscv64 binary, to which the symlink should
point, is in the qemu-extra package. However, if we are on RISCV,
qemu-extra is an hard dependency of qemu. Therefore, it's fine to ship
the link and also set the Provides: and Obsoletes: tag in the qemu
package itself. It'd be more correct to do that in the qemu-extra
package, of course, but this would complicate the spec file and it's not
worth it, considering this is all legacy and should very well go away
soon.

Fixes: 8ee1ae7ee5
Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
2024-02-18 00:07:21 +01:00