rpms/qemu/FC-3 qemu.spec,1.2,1.3

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sat Oct 21 17:42:12 UTC 2006


Author: pgordon

Update of /cvs/extras/rpms/qemu/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28670/FC-3

Modified Files:
	qemu.spec 
Log Message:
Fix BuildRoot to be in compliance with the packaging guidelines; fixes bug #194432


Index: qemu.spec
===================================================================
RCS file: /cvs/extras/rpms/qemu/FC-3/qemu.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qemu.spec	13 Feb 2005 16:08:11 -0000	1.2
+++ qemu.spec	21 Oct 2006 17:41:42 -0000	1.3
@@ -8,7 +8,7 @@
 Source0: http://fabrice.bellard.free.fr/qemu/%{name}-%{version}.tar.gz
 Source1: qemu.init
 Patch0: qemu-0.6.1-build.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: SDL-devel
 PreReq: /sbin/chkconfig
 PreReq: /sbin/service
@@ -73,6 +73,9 @@
 %config %{_sysconfdir}/rc.d/init.d/qemu
 
 %changelog
+* Sat Oct 21 2006 Peter Gordon <peter at thecodergeek.com>
+- Fix BuildRoot to be in compliance with the Packaging Guidelines.
+
 * Sun Feb 13 2005 David Woodhouse <dwmw2 at infradead.org> 0.6.1-2
 - Package cleanup
 




More information about the scm-commits mailing list