From 85018c32f56e516c99438e280cfc19c7796c1c60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 6 Jan 2012 00:18:20 +0000 Subject: [PATCH] - skip bios.bin stripping, breaks i486 builder Changed files: qemu.spec -> 1.188 --- qemu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu.spec b/qemu.spec index eb33332..ada090e 100644 --- a/qemu.spec +++ b/qemu.spec @@ -66,7 +66,7 @@ ExclusiveArch: %{ix86} %{x8664} %{?with_userspace:ppc} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # some PPC/SPARC boot image in ELF format -%define _noautostrip .*%{_datadir}/qemu/.*-.* +%define _noautostrip .*%{_datadir}/qemu/.*-.* .*%{_datadir}/qemu/bios.bin %description QEMU is a FAST! processor emulator. By using dynamic translation it -- 2.44.0