rpms/kvm/devel kvm.spec,1.77,1.78

Glauber Costa glommer at fedoraproject.org
Mon Nov 3 15:01:35 UTC 2008


Author: glommer

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

Modified Files:
	kvm.spec 
Log Message:
enable kvmtrace in final package




Index: kvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kvm/devel/kvm.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- kvm.spec	2 Nov 2008 23:28:24 -0000	1.77
+++ kvm.spec	3 Nov 2008 15:01:05 -0000	1.78
@@ -1,7 +1,7 @@
 Summary: Kernel-based Virtual Machine
 Name: kvm
 Version: 78
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Development/Tools
 URL: http://%{name}.sf.net
@@ -104,6 +104,8 @@
 
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/modules
 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}/
 
 # the pxe etherboot images will be symlinks to the images on
 # /usr/share/etherboot, as KVM doesn't know how to look
@@ -135,7 +137,11 @@
 %{_datadir}/%{name}
 %{_sysconfdir}/sysconfig/modules/%{name}.modules
 
+
 %changelog
+* Mon Nov 03 2008 Glauber Costa <glommer at redhat.com> - 78-3
+- Add kvmtrace and kvmtrace_format binaries.
+
 * Sun Nov 02 2008 Glauber Costa <glommer at redhat.com> - 78-3
 - Execute kvm.modules script as part of post install
 * Sun Nov 02 2008 Glauber Costa <glommer at redhat.com> - 78-1




More information about the fedora-extras-commits mailing list