File kvm.spec of Package kvm
#
# spec file for package kvm
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
ExclusiveArch: %ix86 x86_64 s390x
Name: kvm
Url: http://www.linux-kvm.org
Summary: Kernel-based Virtual Machine
License: GPL-2.0+
Group: System/Emulators/PC
Version: 1.6.1
Release: 0
%description
KVM (Kernel-based Virtual Machine) is virtualization software for
Linux. It was originally developed to leverage the hardware virtualization
extensions provided by Intel VT and AMD-V technologies. Since then, a few
other platforms have also included support for KVM virtualization.
Since the qemu package now supports kvm, this package includes only left-overs
from the former kvm package that for various reasons do not make sense to be
placed in the qemu package.
%prep
cat > README << 'EOF'
The kvm package is set to retire shortly. Its prior contents now reside
in a new package named qemu-kvm, which is a subpackage of qemu. If you
have direct reference to the kvm package, please now reference qemu-kvm.
EOF
%build
%install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc README
%changelog