Description of problem: Version-Release number of selected component (if applicable): qemu-kvm-0.10.6-1.fc11.x86_64 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: should not exist Additional info:
qemu-kvm pulls in the architecture dependant package that contains the kvm binary for that arch. To quote the spec file %ifarch %{ix86} x86_64 Requires: qemu-system-x86 = %{epoch}:%{version}-%{release} %endif %ifarch ppc ppc64 Requires: qemu-system-ppc = %{epoch}:%{version}-%{release} %endif %description kvm This is a meta-package that provides a qemu-system-<arch> package for native architectures where kvm can be enabled. For example, in an x86 system, this will install qemu-system-x86
*** This bug has been marked as a duplicate of bug 509532 ***