[fedora-virt-maint] rpms/kvm/devel kvm.spec,1.84,1.85

Eduardo Habkost ehabkost at fedoraproject.org
Wed Feb 4 21:31:40 UTC 2009


Author: ehabkost

Update of /cvs/pkgs/rpms/kvm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13874

Modified Files:
	kvm.spec 
Log Message:
Package kvmtrace and kvm_stat on kvm-tools subpackage (bz#480942)



Index: kvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kvm/devel/kvm.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- kvm.spec	27 Jan 2009 12:14:15 -0000	1.84
+++ kvm.spec	4 Feb 2009 21:31:09 -0000	1.85
@@ -1,7 +1,7 @@
 Summary: Kernel-based Virtual Machine
 Name: kvm
 Version: 83
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Development/Tools
 URL: http://%{name}.sf.net
@@ -31,6 +31,11 @@
 Requires: etherboot-roms-kvm
 
 
+%package tools
+Summary: KVM debugging and diagnostics tools
+Group: Development/Tools
+
+
 %description
 KVM (for Kernel-based Virtual Machine) is a full virtualization solution
 for Linux on x86 hardware.
@@ -39,6 +44,12 @@
 or Windows images. Each virtual machine has private virtualized hardware:
 a network card, disk, graphics adapter, etc.
 
+
+%description tools
+This package contains some diagnostics and debugging tools for KVM,
+such as kvmtrace and kvm_stat.
+
+
 %prep
 %setup -q
 
@@ -125,6 +136,7 @@
 install -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/modules/kvm.modules
 install -m 0755 user/kvmtrace %{buildroot}/%{_bindir}/
 install -m 0755 user/kvmtrace_format %{buildroot}/%{_bindir}/
+install -m 0755 kvm_stat %{buildroot}/%{_bindir}/
 
 # the pxe etherboot images will be symlinks to the images on
 # /usr/share/etherboot, as KVM doesn't know how to look
@@ -151,8 +163,6 @@
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/kvmtrace
-%{_bindir}/kvmtrace_format
 %{_bindir}/qemu-kvm
 %{_bindir}/qemu-nbd
 
@@ -176,7 +186,18 @@
 %{_sysconfdir}/sysconfig/modules/%{name}.modules
 
 
+
+%files tools
+%defattr(-,root,root,-)
+%{_bindir}/kvmtrace
+%{_bindir}/kvmtrace_format
+%{_bindir}/kvm_stat
+
+
 %changelog
+* Wed Feb 04 2009 Eduardo Habkost <ehabkost at redhat.com> - 83-3
+- Package kvmtrace and kvm_stat on kvm-tools subpackage (bz#480942)
+
 * Tue Jan 20 2009 Warren Togami <wtogami at redhat.com> - 83-2
 - sdl sound output to avoid grabbing OSS and causing pulseaudio failure
 




More information about the Fedora-virt-maint mailing list