[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
dfaggioli commented 2024-02-18 00:08:02 +01:00 (Migrated from github.com)

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

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: 8ee1ae7ee5919b72a95bc05cbc04ad7b1da557ad
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dfaggioli/qemu#58