spec: we don't need to depend on qemu-kvm

Similarly as in commit 95cda553, just remove the dependency on qemu-kvm
package for RHEL builds.  We don't need it, becase libvirt-daemon-kvm
will handle this dependency correctly for us even in case that only
qemu-kvm-rhev is present.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1046651

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina 2015-06-17 18:03:15 +02:00 committed by Cole Robinson
parent 3a3a1d5bd4
commit cbd7e33a09
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
%if 0%{?rhel}
%define preferred_distros "rhel,fedora"
%define kvm_packages "qemu-kvm"
%define stable_defaults 1
%endif