From e4eac218e9a70dc5bbfc2e9b55f76a0719763c76 Mon Sep 17 00:00:00 2001 From: Peter Gordon Date: Oct 21 2006 17:41:42 +0000 Subject: Fix BuildRoot to be in compliance with the packaging guidelines; fixes bug #194432 --- diff --git a/qemu.spec b/qemu.spec index 799a4c6..611d2d8 100644 --- a/qemu.spec +++ b/qemu.spec @@ -8,7 +8,7 @@ URL: http://fabrice.bellard.free.fr/qemu 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 @@ fi %config %{_sysconfdir}/rc.d/init.d/qemu %changelog +* Sat Oct 21 2006 Peter Gordon +- Fix BuildRoot to be in compliance with the Packaging Guidelines. + * Sun Feb 13 2005 David Woodhouse 0.6.1-2 - Package cleanup