rpms/qemu/FC-4 qemu.spec,1.11,1.12

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


Author: pgordon

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

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-4/qemu.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- qemu.spec	17 Mar 2006 11:13:27 -0000	1.11
+++ qemu.spec	21 Oct 2006 17:41:43 -0000	1.12
@@ -9,7 +9,7 @@
 Source0: http://www.qemu.org/%{name}-%{version}.tar.gz
 Source1: qemu.init
 Patch0: qemu-0.7.0-build.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: SDL-devel compat-gcc-32
 PreReq: /sbin/chkconfig
 PreReq: /sbin/service
@@ -78,6 +78,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.
+
 * Fri Mar 17 2006 David Woodhouse <dwmw2 at infradead.org> 0.8.0-3
 - Use -mcpu= instead of -mtune= on x86_64 too
 - Disable SPARC targets on x86_64, because dyngen doesn't like fnegs




More information about the fedora-extras-commits mailing list