qemu-kvm metapackage

This commit is contained in:
Glauber Costa 2009-04-28 00:37:11 +00:00
parent 221f79032f
commit bfaa34d5d0
1 changed files with 20 additions and 7 deletions

View File

@ -1,7 +1,7 @@
Summary: QEMU is a FAST! processor emulator Summary: QEMU is a FAST! processor emulator
Name: qemu Name: qemu
Version: 0.10 Version: 0.10
Release: 14%{?dist} Release: 15%{?dist}
# I have mistakenly thought the revision name would be 1.0. # I have mistakenly thought the revision name would be 1.0.
# So 0.10 series get Epoch = 1 # So 0.10 series get Epoch = 1
Epoch: 2 Epoch: 2
@ -68,6 +68,22 @@ emulation speed by using dynamic translation. QEMU has two operating modes:
As QEMU requires no host kernel patches to run, it is safe and easy to use. As QEMU requires no host kernel patches to run, it is safe and easy to use.
%package kvm
Summary: QEMU metapackage for KVM support
Group: Development/Tools
%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
%package img %package img
Summary: QEMU command line tool for manipulating disk images Summary: QEMU command line tool for manipulating disk images
Group: Development/Tools Group: Development/Tools
@ -108,9 +124,6 @@ Requires: vgabios
Requires: bochs-bios >= 2.3.8-0.5 Requires: bochs-bios >= 2.3.8-0.5
Provides: kvm = 85 Provides: kvm = 85
Obsoletes: kvm < 85 Obsoletes: kvm < 85
%ifarch %{ix86} x86_64
Provides: qemu-kvm = %{epoch}:%{version}-%{release}
%endif
%description system-x86 %description system-x86
QEMU is a generic and open source processor emulator which achieves a good QEMU is a generic and open source processor emulator which achieves a good
@ -125,9 +138,6 @@ Summary: QEMU system emulator for ppc
Group: Development/Tools Group: Development/Tools
Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-common = %{epoch}:%{version}-%{release}
Requires: openbios-ppc Requires: openbios-ppc
%ifarch ppc ppc64
Provides: qemu-kvm = %{epoch}:%{version}-%{release}
%endif
%description system-ppc %description system-ppc
QEMU is a generic and open source processor emulator which achieves a good QEMU is a generic and open source processor emulator which achieves a good
emulation speed by using dynamic translation. emulation speed by using dynamic translation.
@ -465,6 +475,9 @@ fi
%{_mandir}/man1/qemu-img.1* %{_mandir}/man1/qemu-img.1*
%changelog %changelog
* Fri Apr 27 2009 Glauber Costa <glommer@redhat.com> - 2:0.10-15
- provide qemu-kvm as a metapackage
* Fri Apr 24 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-14 * Fri Apr 24 2009 Mark McLoughlin <markmc@redhat.com> - 2:0.10-14
- Fix source numbering typos caused by make-release addition - Fix source numbering typos caused by make-release addition