From 63a61a0016d4d8a99084a3e47f777cf15e9c8b5d Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 15 Nov 2013 15:04:47 +0100 Subject: [PATCH] Fix pasto in CONFIG_DEBUG_LEVEL. --- seabios.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/seabios.spec b/seabios.spec index 2836875..b518460 100644 --- a/seabios.spec +++ b/seabios.spec @@ -1,6 +1,6 @@ Name: seabios Version: 1.7.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Open-source legacy BIOS implementation Group: Applications/Emulators @@ -73,7 +73,7 @@ export CFLAGS="$RPM_OPT_FLAGS" mkdir binaries # seabios -echo 'CONFIG_DEBUG_LEVEL=%{debug_level},g' > config.template +echo 'CONFIG_DEBUG_LEVEL=%{debug_level}' > config.template echo 'CONFIG_QEMU_HARDWARE=y' >> config.template echo 'CONFIG_PERMIT_UNALIGNED_PCIROM=y' >> config.template @@ -140,6 +140,9 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios %changelog +* Thu Nov 14 2013 Paolo Bonzini - 1.7.3.1-3 +- Fix pasto in CONFIG_DEBUG_LEVEL. + * Thu Nov 14 2013 Paolo Bonzini - 1.7.3.1-2 - Compile as all three of BIOS, CSM and CoreBoot payload.